/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #e9e9e9 url(../images/bg.jpg) no-repeat center top;
	text-align: center;
}
#conteneur {
	position: relative;
	width: 1083px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	position: absolute;
	width: 1083px;
	height: 36px;
	top: 0;
	left: 0;
	padding-top: 10px;
}
#contact {
	position: absolute;
	width: 1073px;
	height: 12px;
	top: 48px;
	left: 0;
	padding-right: 10px;
}
#logo {
	position: absolute;
	top: 62px;
	left: 67px;
	height: 67px;
	width: 246px;
}
#cont {
	width: 990px;
	float: left;
	padding-top: 149px;
	padding-left: 48px;
}
#cont-texte {
	float: left;
	width: 980px;
	height: 500px;
	background: #f4f4f4 url(../images/bg-cont-texte.png) repeat-y center top;
	padding-right: 5px;
	padding-left: 5px;
}
html>body #cont-texte, html>body #partie-gauche, html>body #partie-droite  {
height: auto;
min-height: 500px;
}
#partie-gauche {
	float: left;
	height: 500px;
	width: 609px;
	padding-bottom: 20px;
}
div.demi {
	float: left;
	width: 254px;
	padding-right: 25px;
	padding-left: 25px;
}
div.full {
	float: left;
	width: 558px;
	padding-right: 25px;
	padding-left: 25px;
}

#partie-droite {
	float: right;
	height: 500px;
	width: 331px;
	padding-right: 40px;
	padding-bottom: 20px;
	background: url(../images/logo-bas.png) no-repeat right bottom;
}
.hauteur {
	padding-top: 20px;
}

#foot {
	background: url(../images/foot.jpg);
	float: left;
	height: 81px;
	width: 990px;
}
img {
	border: none;
}
a img {
	  opacity: 1.0;
	  filter:alpha(opacity=100);
	}
a:hover img, #logo a:hover img, .submit:hover {
	  opacity: 0.7;
	  filter:alpha(opacity=70); 
	}
