* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%; 
}

body {
	background-image: url(../images/repet_x.jpg);
	background-color: #404040;
	background-repeat: repeat-x;
}

#conteneur {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(../images/repet_footer_y.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header  {
	height: 250px;
}
#contenu {
	background-image: url(../images/repet_y.jpg);
	background-repeat: repeat-y;
	height: auto;
	padding-right: 30px;
	padding-left: 40px;
}
#droite h1 {
	font-size: 24px;
	color: #655444;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
}
#droite .recette {
	border: 1px solid #99714D;
	margin-bottom: 30px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#droite h2 {
	color: #6A5B4D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: -25px;
	background-color: #FFFFFF;
	float: left;
}
.recette p {
	clear: both;
}
.recette .trad {
	color: #999999;
	font-style: italic;
}


#gauche {
	float: left;
	width: 140px;
	padding-right: 10px;
	padding-left: 10px;
}
#menu {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu ul {
	list-style-type: none;
	margin-bottom: 10px;
}

#menu  ul  li a {
	text-decoration: none;
	color: #FFCC99;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu .select {
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #663300;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #333333;
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}



#droite {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 670px;
}
#vide {
	clear: both;
}



#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 145px !important;

}
#sign {
	text-align: center;
	font-size: 11px;
	color: #333333;
	padding-top: 100px;
}
#sign a {
	color: #3C2C1C;
	text-decoration: none;
}
#sign a:hover {
	color: #FFFFFF;
}
#droite .recette ul {
	text-align: left;
	margin-left: 100px;
}

#droite #plan {
	background-image: url(../images/fond_plan.jpg);
	background-repeat: no-repeat;
	height: 454px;
	width: auto;
}
#droite #plan2 {
	padding-top: 73px;
	padding-left: 34px;

}
