*{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#2e2e2e;
}
body{
	background-color:#676767;
	padding:0;
	margin:0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2e2e2e;
}

.fond_blanc{
	background-color:#FFF;
}

.fond_rouge{
	background-color:#cd071c;
}

/*Taille*/
.onze{
	font-size:11px;
}

.douze{
	font-size:12px;
}

.treize{
	font-size:13px;
}

.quatorze{
	font-size:14px;
}

.seize{
	font-size:16px;
}



/*couleur*/
.rouge{
	color:#941b28;
}

.rouge_vif{
	color:#cd071c;
}

.bleu{
	color:#263b8c;
}

.blanc{
	color:#FFF;
}

.gris{
	color:#2e2e2e;
}

.violet{
	color:#7d2773;
}

/*Style texte*/
.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
}

.souligne{
	text-decoration:underline;
}

/**Position texte*/
.justifie{
	text-align:justify;
}

/**Bordure image*/
.borderbleu{
	border:1px solid #395a91;
}

.borderrouge{
	border:1px solid #941b28;
}


/*Box Actu*/
div#haut_box{
	width:228px;
	height:6px;
	background-image:url(../images/haut_box_actu.gif);
	background-repeat:no-repeat;
	background-position:top;
}

div#bas_box{
	width:228px;
	height:9px;
	background-image:url(../images/bas_box_actu.gif);
	background-repeat:no-repeat;
	background-position:top;
}

div#actu{
	width:228px;
	background-image:url(../images/trait_actu.gif);
	background-repeat:repeat-y;
}

/*Box s'enregistrer*/
div#haut_enr{
	width:228px;
	height:8px;
	background-image:url(../images/haut_box_enregistrer.gif);
	background-repeat:no-repeat;
	background-position:top;
}

div#bas_enr{
	width:228px;
	height:8px;
	background-image:url(../images/bas_box_enregistrer.gif);
	background-repeat:no-repeat;
	background-position:top;
}

div#enr{
	width:228px;
	background-image:url(../images/line_box_enregistrer.gif);
	background-repeat:repeat-y;
}





