/* CSS Document */

/* Parametre des liens */
A { 
font-family : Verdana, Helvetica, sans-serif;
font-size: 11px; 
font-weight: bold; 
color: #ffffff;
text-decoration: none;
}
A:link { 
font-family :Verdana, Helvetica, sans-serif;
font-size: 11px; 
font-weight: bold; 
color: #ffffff;
text-decoration: none;
}
A:hover { 
font-family : Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
text-decoration: underline;
}
A.link_blue { 
font-family : Verdana, Helvetica, sans-serif;
font-size: 11px; 
font-weight: bold; 
color: #00497E;
text-decoration: none;
}
A.link_blue:link { 
font-family :Verdana, Helvetica, sans-serif;
font-size: 11px; 
font-weight: bold; 
color: #00497E;
text-decoration: none;
}
A.link_blue:hover { 
font-family : Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #00497E;
text-decoration: underline;
}
A.link_red { 
font-family : Verdana, Helvetica, sans-serif;
font-size: 11px; 
font-weight: bold; 
color: #E72200;
text-decoration: none;
}
A.link_red:link { 
font-family :Verdana, Helvetica, sans-serif;
font-size: 11px; 
font-weight: bold; 
color: #E72200;
text-decoration: none;
}
A.link_red:hover { 
font-family : Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #E72200;
text-decoration: underline;
}
/* Parametre les textes */
.txt_search{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; 
   	font-weight: bold;
	color:#ffffff;
}
.fiche_txt{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; 
   	font-weight: bold;
	color:#00497E;
}
.fiche_titre{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; 
   	font-weight: bold;
	color:#E72200;
}
.txt_red{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; 
   	font-weight: bold;
	color:#E72200;
}
.txt_blue{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; 
   	font-weight: bold;
	color:#00497E;
}
.txt_blue8{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px; 
   	font-weight: bold;
	color:#00497E;
}
.txt_white{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; 
   	font-weight: bold;
	color:#FFFFFF;
}
.txt_white2{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; 
   	font-weight: bold;
   	font-style : italic;
	color:#FFFFFF;
}
.txt_white8{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px; 
   	font-weight: bold;
	color:#FFFFFF;
}
/* Parametre les fond de cellules avec images */
.zone_search{
	background-image : url('img/zone.gif');
	background-repeat : no-repeat;
	background-position : center;
}
.zone_contact{
	background-image : url('img/zone_contact.gif');
	background-repeat : no-repeat;
	background-position : center;
}
.zone_ref{
	background-image : url('img/zone_ref.gif');
	background-repeat : no-repeat;
	background-position : center;
}
.bottom{
	background-image : url('img/bottom.jpg');
	background-repeat : no-repeat;
	background-position : center;
}
.fiche_left{
	background-image : url('img/fiche_left.gif');
	background-repeat : repeat-y;
	background-position : center;
}
.fiche_right{
	background-image : url('img/fiche_right.gif');
	background-repeat : repeat-y;
	background-position : center;
}
.fiche_left_result{
	background-image : url('img/fiche_left_result.gif');
	background-repeat : repeat-y;
	background-position : left;
}
.fiche_right_result{
	background-image : url('img/fiche_right_result.gif');
	background-repeat : repeat-y;
	background-position : right;
}
.top_pub{
	background-image : url('img/top_ban.jpg');
	background-repeat : no-repeat;
	background-position : left;
}
	
	