/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #f8f8f8 url(../images/bg.png) repeat-x;
	text-align: center;
}
#conteneur {
	width: 818px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background: url(../images/head.jpg);
	float: left;
	height: 108px;
	width: 764px;
	padding-top: 22px;
	padding-left: 54px;
}
#head img {
	float: left;
	border: none;
}
#head a:hover img {
  opacity: 0.7;
  filter:alpha(opacity=70); 
}
#menu {
	float: left;
	height: 46px;
	width: 818px;
}
#menu img.gauche {
	float: left;
}
#menu img.droite {
	float: right;
}

#texte {
	background: url(../images/bg-texte.png);
	float: left;
	width: 748px;
	height: 300px;
	padding-right: 30px;
	padding-left: 40px;
	padding-top: 20px;
}
html>body #texte {
height: auto;
min-height: 300px;
}
div.full {
	float: left;
	width: 748px;
}
div.demi-droite {
	float: left;
	width: 364px;
	padding-left: 10px;
}
div.demi-gauche {
	float: left;
	width: 364px;
	padding-right: 10px;
}
#cont-foot {
	background: url(../images/bg-foot.png) repeat-x;
	float: left;
	height: 149px;
	width: 100%;
}
#foot {
	margin-right: auto;
	margin-left: auto;
	background: url(../images/foot.jpg);
	clear: both;
	height: 127px;
	width: 818px;
	padding-top: 22px;
}
#texte img.gauche {
	float: left;
	margin-right: 10px;
}
#texte img.droite {
	float: right;
	margin-left: 10px;
}

img {
	border: none;
}
.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img, input.submit:hover {
  opacity: 0.7;
  filter:alpha(opacity=70); 
}
