/* CSS pour la mise en forme du contenu */
@charset "utf-8";
.oneColFixCtr #accroche{
	font-size:12px;
	color:#0f5092;
	font-weight:bold;
}
#adresse{
	font-size:12px;
	color:#0f5092;
	font-weight:bold;
}

#txtpart{
	margin-top:20px;
	line-height:15px;
	text-align:justify;
	font-size:11px;
}

#themeactu{
	font-size:16px;
	color:#0f5092;
	font-weight:bold;
}

/* Actualités */
#txtactu {
	font-family:Verdana;
	font-size:11px;
	text-align:justify;
	margin-left:10px;
}
#legendeactu {
	font-family:Verdana;
	font-size:10px;
	text-align:justify;
	margin-left:10px;
}
#precsuiv {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
/* Produits */
#titreprod {
	text-decoration:none;
	font-weight:bold;
	text-align:right;
	color:#0f5092;
	font-family:Verdana;
	font-size:13px;
}

/*classes de texte*/
.erreur{
	color:#FF0000;
	font-weight:bold;
}
.blanc{
	color:#ACACAC;
	font-size:9px;
}