/*************************************************
				STYLES BALISES GENERIQUES
*************************************************/
body {
	margin:0;
	padding:0;
	background: #880101;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/************************************************
				MISE EN FORME TEXTE
************************************************/
.subheader {
	position:absolute;
	top: 4px;
	left:17px;
	font-size:12px;
	color:#F2EFE0;
	font-weight:normal;
	text-decoration:none;
}

.subheader:hover {text-decoration:underline; }

a, .texte_mis_en_evidence {color:#B20405;}
a:hover {color:#442813;}

h1 {
	font-size:18px;
	height:31px;
	color:#442813;
	font-weight:bold;
	padding:12px 0 5px 70px;
	text-transform:uppercase;
	background:url(img/haut.jpg) no-repeat;
}

h2 {
	font-size:13px;
	color:#7C1A1B;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:3px;
}

h3 {
	font-size:12px;
	color:#442813;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:5px;
}

h4 {
	font-size:12px;
	font-weight:bold;
}

a {	font-weight:bold; }
a:hover { text-decoration:none; }

/************************************************
				IMAGES
************************************************/
img{border:none}

.border {
	margin:2px;
	border:1px solid #a23030;
}

a img.opacite {border: 1px solid #CCCCCC;filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;margin:2px; padding:2px}
a:hover img.opacite {border: 1px solid #CCCCCC;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;margin:2px; }


/***********************************************
				CHEMINS
***********************************************/

#chemin{
	clear:both;
	font-size:10px;
	height:20px;
	margin:2px 40px 20px 40px;
	}
#chemin *{font-size:10px}

#chemin a {color:#B20405;}
#chemin a:hover,#chemin a.active  {color:#442813;}


/***********************************************
				STYLES MISES EN FORME
***********************************************/
div#conteneur {
	margin:auto;
	width:980px;
	background: url(img/repetition.jpg) repeat-y ;
	position:relative;
}

/************************************************
				ENTETE
************************************************/

div#entete {
	height:296px;
	margin:0;
	padding:0;
	background:url(img/entete.jpg) top left no-repeat;	
}


/*****************************************************
				MENU vertical
*****************************************************/
ul#menu {
	background:url(img/menu.jpg) repeat-y;
	position:absolute;
	top: 112px;
	left:32px;
	width:160px;
	margin:0;
	padding:0px;
	list-style-type:none;
	height:184px;
}

ul#menu li{	
	height:16px;
	margin:0 0 0 0;
	padding:0 0 0 0;	
	width:160px;	
}

ul#menu li a {
	display: block ; 
	text-decoration:none;
	color:#442813;
	font-size:12px;
	line-height:16px;
	text-align:left;
	padding:0 0 0 12px;
	margin:0; 
	width:148px;
	height:16px;
}

ul#menu li a:hover, ul#menu li a.active {
	background:url(img/rollhover.jpg) no-repeat;
	color:#fff ;
}
ul#menu li#dernier_lien a { border:none; }

*/

/***********************************************************
				CORPS
***********************************************************/
div#corps {

}

div#contenu {
	background: url(img/bas.jpg) no-repeat bottom;
	text-align:left;
	margin: 0;
	padding: 0;
	height:498px;
}

html>body #contenu {
	height:auto;
	min-height:498px;
} 

div#contenu_modifiable {
	border:none;
	margin:0;
	padding:0px 40px 20px 40px ;
}

div#contenu p {
	text-align:justify;
	margin:0;
	padding:5px;
}

div#contenu_modifiable ul.puce {
	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 20px;
	height:1%;
}
div#contenu_modifiable ul.puce li {
	background:url(img/puce.jpg) no-repeat left 5px;
	margin-left:10px;
	padding:2px 0 2px 15px;
}


/****************************************************
		FORMULAIRES
****************************************************/

#formulaire {
	color:#7d7d7d;
	border: solid 1px #adadad;
	background-color:#FFFFFF;
	font-size:12px;
	padding:2px; 
}

/****************************************************
				ADRESSE
****************************************************/
div#adresse {
	clear:both;
	background: url(img/footer.jpg) no-repeat;
	height:50px;
	font-weight:bold;
	line-height:24px;
	text-align:center;
}

/****************************************************
				MENTION LEGALE
****************************************************/

div#mention {
	margin:5px auto;
	text-align:center;
	color:#000;
	font-size:10px;
}

hr { clear:both;visibility:hidden;margin:0;padding:0;height:0; }

.recette {
	width:420px;
	border:1px solid #900;
	padding:5px;
	background:#e5dfc4;
}
.recette h3 {
	font-size:15px;
}