@charset "utf-8";
body{
	background:#cccccc; 
	font-family: Tahoma;
	font-size: 0.7em;
}
form{ margin: 0; }
 #container { 
	width: 1024px;  
	background: url('images/bg-body.png');
	margin: 0 auto; 
	text-align: left;
} 
 #header { 
     height:187px;
	background:url("images/bg-logo.png") ; 
} 
 #sidebar1 {
	float: right; 
	width: 356px; 
    margin-right:50px;
	padding: 15px 10px;
}
 #mainContent { 
	margin: 0 356px 0 50px;
	padding: 0 20px;
} 
 #footer { 
	background:url('images/bg-foot.png') no-repeat; 
    height:191px;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


div#right{
	width: 356px;
	float: right;
}

h1{
	color: #ff9900;
	font-weight: normal;
	font-size: 1.6em;
	margin: 0 0 14px 0;
    text-align:center;
}
p{
	color: #5b5c5b;
	margin: 0 0 14px 0;
	width: 455px;
}
#mainContent{
	width: 458px;
}
div#ctext{
	text-align: center;
	clear: both;
	padding: 50px 0 0 0;
	font-size: 1.2em;
}
#mainContent p{
	width: 458px;
}
#mainContent form table{
	width: 458px;
	border: 1px solid #cbc5c0;
	background-color: #f4f4f4;
}
#mainContent  form tr td{
	border: 1px solid #cbc5c0;
	background-color: white;
	padding: 2px 0 2px 5px;
}
#mainContent form tfoot td{
	border: none;
	background: none;
	color: #323232;
	line-height: 30px;
	padding: 5px 10px;
}
#mainContent form td span{
	display: block;
	float: left;
	width: 140px;
	line-height: 20px;
	color: #000;
}
#mainContent form td.txt span{
	line-height: 170px;
}
#mainContent form input,
#mainContent form textarea{
	background: white url('images/bg-input.png') repeat-x;
	border: 1px solid #cbc5c0;
}
#mainContent  form td.cap span{
	line-height: 80px;
}
#mainContent form td.cap input{
	width: 150px;
}
#mainContent form input{
	height: 17px;
	width: 275px;
}
#mainContent  form input#smt{
	width: 148px;
	height: 29px;
	float: right;
	color: white;
	font-family: System;
	font-weight: bold;
	border-width: 0;
	background-color: #79AD14;
	background-image: url('images/bg-submi.png');
}
.disabled{
	background-position: left bottom;
	border: 1px solid red;
}
.enabled{
	background-position: left top;
	border: 1px solid green;
}

#mainContent form textarea{
	height: 160px;
	width: 295px;
}
a.help{
	display: block;
	width: 18px;
	height: 18px;
	background: url('images/help0000.png') no-repeat;
	float: right;
	padding: 0;
	margin: 1px 5px 0 0;
	cursor: help;
}
a.help i{ display: none; }

div#nums{
	width: 70px;
	float: left;
	margin-right: -100px;
}
div#nums ul{
	padding: 0;
    text-align:center;
	list-style: none;
	border: 1px solid #cbc5c0;
	background-color: #f4f4f4;
	padding: 4px 0 4px 0;
	line-height: 2.1em;
}
div#nums li{
	margin: 0 1px;
	cursor: pointer;
}
div#nums ul a, a.tarif_link{
	color: #000;
}
div#nums ul small{
	color: #675d45;
}
div#nums li.active,
div#nums li.active a,
div#nums li.active small{
	background: #e0e0e0;
	color: #000 !important;
}

div#nums li.sup,
div#nums li.sup a{
	color: #bb0000;
}

div#prices{
	margin-left: 100px;
}
div#prices ul{
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0;
	border: 1px solid #cbc5c0;
}
div#prices li{
	margin: 1px;
	line-height: 24px;
	padding-left: 11px;
}
div#prices li span{
	border-left: 1px solid white;
	display: block;
	width: 103px;
	text-align: center;
	float: right;
	height: 100%;
}
div#prices li.head{
	background-color: #ff9900;
	height: 25px;
	line-height: 1.2em;
	color: white;
	font-weight: bold;
	padding-top: 10px;
}
div#prices li.head span{
	padding-top: 0.4em;
	margin-top: -10px;
	margin-bottom: -0.4em;
	height: 35px;
}
div#prices li.r1{ background-color: #dcdcdc; }
div#prices li.r2{ background-color: #e9e9e9; }
div#prices p.sup{
	color: #bb0000;
	width: 100%;
	margin: 17px 0 0 0;
}
div#prices p.tarif_link{
	width: 100%;
	margin-top: 8px;
}

div#flags{
	padding-left: 5px;
}
div#flags div{
	border: 1px solid #cbc5c0;
	background-color: #f4f4f4;
	padding-top: 10px;
	height: 34px;
	color: #ff9900;
    font-size:1.2em;
	margin: 0 0 20px 90px;
	padding-left: 11px;
}
div#flags div select{
	margin-left: 15px;
	width: 165px;
}
div#logon {
	border: 1px solid #cbc5c0;
	background-color: #f4f4f4;
	padding-top: 10px;
	height: 90px;
	color: #4c8503;
	font-weight: bold;
	margin: 0 0 20px 0px;
	padding-left: 11px;
}

.logoninput{
	background: white url('images/bg-input.png') repeat-x;
	border: 1px solid #cbc5c0;
	height: 17px;
	width: 250px;
}
.mybutton{
	width: 148px;
	height: 29px;
	color: white;
	font-family: System;
	font-weight: bold;
	border-width: 0;
	background-color: #79ad14;
	background-image: url('images/bg-submi.png');
}
.mybutton2{
	width: 40px;
	height: 20px;
	color: white;
	font-family: System;
	font-weight: bold;
	border-width: 0;
	background-color: #79ad14;
	background-image: url('images/bg-submi.png');
}

div#error, div#send{
	background: #f1ebd1;
	width: 200px;
	padding: 10px 50px;
	text-align: center;
	margin: 15px 0 15px 80px;
	color: #5b5c5b;
}
div#error strong,
div#send strong{
	color: #ff0000;
	display: block;
	margin-bottom: 5px;
}
div#error strong{
	color: #ff0000;
}
div#send strong{
	color: #4c8503;
}
.threadhead
{
	border: 1px solid #cbc5c0;
	background-color: #f4f4f4;
	padding: 10px;
	color: #5b5c5b;
	margin: 0 0 14px 0;
	width: 455px;
}
.threadhead a
{
	color: #5b5c5b;
	text-decoration:none;
}
.strax
{
	color: #941E1E;
	font-family:arial;
	font-size:10px;
    text-decoration:none;
}
.strax2
{
	color: #190202;
	font-family:arial;
	font-size:10px;
    text-decoration:none;
}
.flagM
{
	display: block;
	width: 58px;
	height: 33px;
	float: left;
	margin: 7px 0px;
    display:none;
}

.hide {
    display:none;
}
#ph {
    text-align:center;
 color: #bb0000;
}
