@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #BAE5E6;
	background-image: url(../images/general/fond-site.png);
	background-repeat: repeat-x;
}

#structure {
	position: relative;
	margin-left: -475px;
	left: 50%;
	width: 950px;
	_height: 585px;
	min-height: 585px;
}

#titre {
	position: relative;
	padding-top: 10px;
	height: 59px;
	text-align: center;
}

#header {
	position: realtive;
	width: 950px;
	height: 119px;
	background-image: url(../images/general/fond-header.png);
	text-align: center;
}

#contenu {
	position: relative;
	width: 950px;
	_height: 583px;
	min-height: 583px;
	background-image: url(../images/general/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #CCE82F;
}

#menu {
	float: left;
	width: 302px;
	height: 329px;
	background-image: url(../images/general/fond-menu.png);
}

#nav-produits {
	position: relative;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 200px;
}

#nav-engagements {
	position: relative;
	margin-left: 32px;
	margin-bottom: 20px;
	width: 200px;
}

#nav-partenaires {
	position: relative;
	margin-left: 37px;
	margin-bottom: 21px;
	width: 200px;
}

#nav-contact {
	position: relative;
	margin-left: 66px;
	width: 210px;
}

#fond-contenu {
	position: absolute;
	z-index: 10;
	top: 4px;
	padding-left: 20px;
	right: -2px;
	width: 160px;
	height: 414px;
	background-image: url(../images/general/fond-contenu.png);
	background-position: right;
	background-repeat: no-repeat;
}

#fond-contenu2 {
	position: absolute;
	z-index: -10;
	top: 4px;
	padding-left: 20px;
	right: -2px;
	width: 160px;
	height: 414px;
	background-image: url(../images/general/fond-contenu.png);
	background-position: right;
	background-repeat: no-repeat;
}

.clear {
	clear: both;
	height: 0px;
	_display: none;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}