/* CSS Document */
body { 
	font-family: Arial; 
	border: 0;
	margin-top: 0;
	background-color:#ffffff;
}

.lien_home { text-decoration: none; color: #993300;  font-size: 12px; border:none;}
.lien_home:hover { text-decoration: underline; color: #003300;  font-size: 12px; border:none;}

.lien_normal { font-family: Arial; text-decoration: underline;  font-size: 12px;}
.lien_normal:hover { font-family: Arial; text-decoration: underline; color: #000000;  font-size: 12px;}

.font10 {font-family: Arial; font-size: 10px;}
.font11 {font-family: Arial; font-size: 11px;}
.font12 {font-family: Arial; font-size: 12px;}
.font12blanc {font-family: Arial; font-size: 12px; color: #ffffff;}
.font12jaunegras {font-family: Arial; font-size: 12px; color: #FFFF00; font-weight: bold;}
.font12rougegras {font-family: Arial; font-size: 12px;font-weight: bold; color: #AF2C00;}
.font13 {font-family: Arial; font-size: 13px;}
.font13rougegras {font-family: Arial; font-size: 13px;font-weight: bold; color: #695d57;}
.font14 {font-family: Arial; font-size: 14px;}
.font14rougegras {font-family: Arial; font-size: 14px;font-weight: bold; color: #695d57;}
.font15 {font-family: Arial; font-size: 15px;}
.font16 {font-family: Arial; font-size: 16px;}
.font16blanc {font-family: Arial; font-size: 16px; color:white;}

.norepeat {
	background-repeat: no-repeat;}
	
.repeat-y {
background-repeat : repeat-y;}

.lien_font12rougegras { font-family: Arial; text-decoration: none; color: #AF2C00; font-weight: bold;  font-size: 13px;}
.lien_font12rougegras:hover { font-family: Arial; text-decoration: underline; color: #AF2C00; font-weight: bold;  font-size: 13px;}

	
.lien_menus { font-family: Arial; text-decoration: none; color: #807771; font-weight: bold;  font-size: 13px;}
.lien_menus:hover { font-family: Arial; text-decoration: none; color: #3B3938; font-weight: bold;  font-size: 13px;}

.lien_texte { font-family: Arial; text-decoration: none; color: #695d57;  font-size: 13px;}
.lien_texte:hover { font-family: Arial; text-decoration: underline; color: #695d57;  font-size: 13px;}

