/* CSS Document */
body {
	background: #e1ecff url(../images/bg.gif) repeat-x;
	text-align: center;
	margin: 0px;
}
#conteneur {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background: url(../images/head.jpg);
	float: left;
	height: 165px;
	width: 900px;
}
#menu {
	background: url(../images/menu.jpg);
	float: left;
	height: 323px;
	width: 220px;
	font-size: 0px;
}
#texte {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 640px;
	height: 390px;
	padding-left: 26px;
	padding-top: 15px;
	background: url(../images/bg-texte.jpg) no-repeat bottom;
}
html>body #texte {
height: auto;
min-height: 390px;
}

#foot {
	width: 100%;
	background: url(../images/bg-foot.gif) repeat-x;
	height: 38px;
	float: left;
	margin-top: 20px;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #626363;
	text-align: center;
	padding-top: 15px;
	text-indent: 220px;
}
img {
	border: none;
}
.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img {
  opacity: 0.7;
  filter:alpha(opacity=70); 
}
