@charset "UTF-8";
#article {
	width: 800px;
}
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
}
#banniere {
	height: 85px;
	width: 780px;
	position: fixed;
	bottom: 0px;
	background-image: url(banniere.jpg);
	margin-top: 0px;
	z-index: 1032;
}
 
#divpourmenu {
	position:relative;
	height:115px;
	z-index:1022;
	left: -80px;
	top: 210px;
	width: 190px;
	float: left;
}
#textecontenu {
	position:relative;
	z-index:1021;
	width: 500px;
	text-align: left;
	top: 168px;
	float: right;
	left: -160px;
}
#agenda {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	float: right;
	height: 100px;
	width: 175px;
	border: 2px dotted #666666;
	visibility: visible;
}
#livreprix {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	width: 160px;
}
.titre {
	font-size: 22px;
	font-weight: bold;
}
#contenant {
	background-image: url(bg1.jpg);
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	height: 915px;
}

