body{
	margin:0px;
	padding:0px;
	background-color:#8e0010;
	color:#111111;
	font-family:arial;
	font-size:12px;
	background-image:url("pics/fond.jpg");
	background-repeat:repeat-x;
}

#marge_dessus{
	width:32px;
	height:32px;
}

#baniere{
	width:1024px;
	height:300px;
	background-color:#ffffff;
	margin:0px auto;
	border:solid 1px #000000;
	border-bottom:none;
}	

#cont_menu{
	width:1024px;
	height:30px;
	overflow:hidden;
	margin:0px auto;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
}

#cont_menu a{
	display:block;
	float:left;
}

#cont_menu a:hover{
	background-position:100% 0%;
}

#item1{
	width:140px;
	height:30px;
	background:url("pics/bt_accueil.png");
}
#item2{
	width:195px;
	height:30px;
	background:url("pics/bt_repas.png");
}
#item3{
	width:229px;
	height:30px;
	background:url("pics/bt_formules.png");
}
#item4{
	width:140px;
	height:30px;
	background:url("pics/bt_livre.png");
}
#item5{
	width:172px;
	height:30px;
	background:url("pics/bt_plan.png");
}
#item6{
	width:148px;
	height:30px;
	background:url("pics/bt_contact.png");
}

a{
	outline:none;
}

#contenu{
	width:1024px;
	margin:0px auto;
	background:#ffffff;
	border:solid 1px #000000;
	border-top:none;
}

#gauche{
	width:251px;
	float:left;
}

#droite{
	width:773px;
	float:left;
}

#droite .in{
	padding:10px;
}

.spacer{
	clear:both;
}

#footer{
	width:100%;
	border-top:dotted 1px #000000;
	text-align:center;
	font-size:11px;
	background:#ffffff;
	height:64px;
}

#footer a{
	color:#666666;
}

#page_precedente{
	width:84px;
	height:15px;
	background:url("pics/page_precedente.png");
}	

#page_precedente:hover{
	background-position:100% 0%;
}
