/* General ==================================================================*/

h1 {
	color: #791A32;
}

/* Entete ==================================================================*/

#entete {
border-bottom: 5px solid #791A32;
}

#menu1 li a:hover, #menu1 li a.sel  {
background: url(../images/bg_menu1_res.jpg) repeat-x left top #791A32;
}

/* Corps ==================================================================*/

#module_recherche {
	background: #BC8C98;
	color: #791A32;
	}

a.rechercher {
	background: url(/images/go_res.gif) no-repeat left top;
	}

a:hover.rechercher {
	background: url(/images/go_res_o.gif) no-repeat left top;
	}
	
.detail_premier {
background: #E6D5D9;
border: 1px solid #791A32;
margin-top: 10px;
}

.detail_premier h3 {
color: #791A32;
}
	
