body, html {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: center;
	background-image: url(image/fond_ecran.png);
	background-repeat: repeat;
	
}
#global {
	background-color: #33CC66;
	height: 582px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(image/fond_body.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	height: 85px;
	width: 900px;
	background-image: url(image/fond_header.gif);
	display: block;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#header h1 {
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	width: 550px;
	height: 30px;
	padding: 0px;
	display: block;
}
#contain {
	height: 420px;
	width: 900px;
}
#contain #left {
	height: 420px;
	width: 250px;
	float: left;
}
#contain #left p {
	text-align: center;
	color: #FF0000;
	vertical-align: middle;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	margin: 0px;
}

#contain #right {
	height: 50px;
	width: 190px;
	float: left;
	text-align: center;
	background-image: url(image/panier.png);
	background-repeat: no-repeat;
	margin-top: 210px;
	display: block;
	border: 3px solid #FF0000;
	padding-top: 5px;
	background-position: 5px 5px;
	margin-left: 10px;
	padding-left: 30px;
}
#global #contain #right a {
	font-size: 150%;
	text-decoration: blink;
	font-weight: bold;
	color: #33511F;
}
#global #contain #right a:hover {
	color: #FF0000;
}

#contain #middle {
	height: 400px;
	width: 400px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 20px;
}
#footer {
	height: 25px;
	width: 895px;
	background-image: url(image/fond_footer.gif);
	padding-top: 52px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FFFFFF;
}
#footer p {
	margin: 0px;
	padding: 0px;
	float: left;
}
