/* -------------------------------------------------------------------- */
/* --------- CSS typos courantes du site ------------------------------ */
/* -------------------------------------------------------------------- */



/* basics html */
body{
	background-color:white;
	/*background-color:#147caf;*/
	margin:auto;
	text-align:center;
}
* {
	font-family: Arial;
	font-size:11px;
	}	
p{
	font-size: 11px;
	text-align:left;s
	}
h1 {
	font-size: 14px;
	color:#000000;
	font-style: normal;
	font-weight: bold;
	}
h2 {
	font-size: 14px;
	color:#005782;
	font-style: normal;
	font-weight: bold;
	}
h3 {
	font-size: 11px;
	color:#005782;
	font-style: normal;
	font-weight: bold;
	text-decoration:underline;
	}
h6{
	font-size: 11px;
	color:#000000;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	}
strong { 
	font-weight: bold;
	color:#005782;
	}
em { 
	color:#005782;
	}
acronym { 
	border-bottom:1px dotted;
	}
blockquote {
	border: 1px solid #00103a;
	color:#005782;
	}
address {
	color:#005782;
	text-align:center;
	margin:15px;
	font-weight: bold;
	}
a{
	font-size:11px;
	text-decoration:none;
	text-transform:underline;
	}
a:hover{
	text-transform:none;
	}

/* LIENS DIVERS */
/* ------------ */

/* menu1 */
.lienM1,
.lienM1:hover{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	}
	
/* liens dans le home */
a.lienNewH{
	color:#005782;
	font-weight:bold;
	text-decoration:none;
	}
a.lienPlusN{
	color:#005782;
	font-size: 11px;
	text-decoration:underline;
	font-weight:normal;
	}
a.lienProduitRef{
	color:#2c4472;
	font-weight:bold;
	text-decoration:none;
	}
a.lienProduit{
	color:#2c4472;
	font-weight:normal;
	text-decoration:none;
	}
a.lienPlusP{
	color:#2c4472;
	font-size: 11px;
	text-decoration:underline;
	font-weight:normal;
	}
	
/* liens dans les pages courantes */
.puce_m2 a.no-selected{
	font-weight:normal;
	color:#646464;
	}
.puce_m2 a.selected{
	font-weight:bold;
	}
.liste_dl a{
	text-align:justify;
	color:#005782;
	font-size:10px;
	text-transform:none;
	}
.liste_dl a:hover{
	text-transform:underline;
	}
.texteCourant a{
	font-weight:normal;
	text-decoration:underline;
	}
.texteCourant .lienNewN,
.texteCourant .lienNewN:hover{
	color:#ff9600;
	font-weight:bold;
	text-decoration:none;
	}
	
/* footer */
a.lienFooter{
	color:#646464;
	font-size:10px;
	text-decoration:normal;
	font-weight:normal;
	}
a.lienFooter:hover{
	text-decoration:underline;
	font-size:10px;
	}
.texteFooter{
	color:#646464;
	font-size:10px;
	text-decoration:normal;
	font-weight:normal;
	}
	

/* divers */
.texteCourant{
	color:#000000;
	font-size:11px;
	text-align:justify;
	}
.white{                  /* utilisé pour le titre du menu 2 */
	color:#ffffff;
	font-size: 11px;
	}
.texteHightlight{
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	color:#147caf;
	}
