/* ---------------------------------------------------------------------------
				Feuille de style de la home du site
				(pour MS Internet Explorer et Netscape 6+/Mozilla)
----------------------------------------------------------------------------*/

/* 
	Styles par defaut
*/
body, p, td, div {
	color: #FFFFFF;
	font-family: Verdana,Helvetica;
	text-decoration: none;
	font-size: 12px;
}
a {
	color: #D70003;
	text-decoration: none;
}
a:hover {
	color: #F79323;
	text-decoration: underline;
}

/* 
	Styles speciaux
*/
.bienvenue {
	line-height: 14px;
	/* line-height: 16px; */
	text-align: right;
}
.rubriques, .rubriques a {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
}
.rubriques a:hover {
	color: #FFEE00;
	text-decoration: none;
}
.fabricant {
	color: #FFFFFF;
	/*text-align: justify;*/
	text-align: center;
}

/* Drapeaux */
.drap,
.drap_off {	/* Off */
	border: 1px solid #000;
	filter: alpha(opacity=60);
	opacity: 0.60;
}
.drap_on {
	border: 1px solid #fff;
}
.drap_on_over {	/* On avec mouse-over */
	border: 1px solid #aaa;
	filter: alpha(opacity=90);
	opacity: 0.90;
}

/* Styles du copyright */
.copyright, .copyright a {
	color: #cccccc;
	font-family: Verdana,Helvetica;
	text-decoration: none;
	font-size : 10px;
	text-align : center;
}
.copyright a:hover {
	color: #FFEE00;
	text-decoration: underline;
}


