@charset "utf-8";
#menu {
	margin: 0px;
	height: 40px;
	width: 880px;
}
#container {
	background-position: left;
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#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: 1px;
	border-left-width: 1px;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #666666;
	border-left-color: #666666;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #363636;
}
#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: 900px;
}
#contenu {
	margin: 10px 0px 0px;
	height: auto;
	width: 900px;
}





body {
	background-image: url(img/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;
}

