 /* *** Float containers fix: */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}



html, body{
	margin: 0;
	padding: 0;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/fond.jpg);
	background-repeat: repeat-x-y;
}


table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #001E3F;
}


.fd-onglet{
	background-color: #001E3F;
	text-align:center;
	height: 25px;
}


.ft-onglet {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}


.ft-onglet:hover {
	color: #FFAE00;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}


.fd-page{
	background-image: url(../img/fond-page.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}


.fd-blanc{
	background-color: #FFFFFF;
}


.ft-bdp{
	color: #FFFFFF;
	text-align:center;
}


.ft-titre {
	font-size:16px;
	font-weight: bold;
}


.fd-recherche {
	background-color: #FFAE00;
}


.ft-titre-recherche {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}


.ft-recherche {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}


.inp-recherche-bt {
	border: 1px solid #FFFFFF;
	height: 17px;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-color: #FFE400;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}


.inp-recherche-txt {
	border: 1px solid #A5ACB2;
	height: 17px;
	font-weight: bold;
	font-size: 10px;
	color: #001E3F;
	text-decoration: none;
	background-color: #FFFFFF;
}


.height56 {
	height: 56px;
}


.ft-annonce {
	font-size: 11px;
}


.ft-offre {
	color: #00458E;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}


.ft-offre:hover {
	color: #FFAE00;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}


.ft-marque {
	color: #FFAE00;
}


.ft-gamme {
	color: #999999;
}


.ft-justify {
	text-align: justify ;
}


.width112 {
	width: 110px;
}


.width121 {
	width: 119px;
}


.width131 {
	width: 129px;
}


.width380 {
	width: 378px;
}


.BlackBorder {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000; 
	border-top: 1px solid #000000;
	border-botton: 1px solid #000000;
}