@charset "utf-8";
#menu {
	margin: 5px 0px 0px;
	height: 40px;
	width: 700px;
}
#container {
	background-position: left;
	height: auto;
	width: 967px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 7px;
}
#container-gauche {
	float: left;
	height: auto;
	width: 880px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 5px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #E2E2E2;
	border-left-color: #E2E2E2;
}
#colonne-g {
	background-image: url(img/colonne-g.png);
	background-repeat: repeat-y;
	margin: 0px;
	float: left;
	height: auto;
	width: 180px;
	padding-top: 15px;
}
#colonne-d {
	margin: 0px;
	float: left;
	height: auto;
	width: 690px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
}
#contenu {
	margin: 10px 0px 0px;
	height: auto;
	width: 680px;
	padding-right: 10px;
}





body {
	background-image: url(fond.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	text-align: center;
	vertical-align: middle;
}
#footer {
	background-image: url(img/images_bouton/footer.png);
	background-repeat: no-repeat;
	float: left;
	height: 70px;
	width: 887px;
	margin-left: 5px;
}
