/* CSS Document */
body {
	background: #dfdfdf;
	text-align: center;
	margin-top: 2%;
}
#conteneur {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background: url(../images/head.jpg);
	float: right;
	height: 243px;
	width: 704px;
}
#menu {
	float: left;
	width: 206px;
	height: 224px;
	background: #064b75 url(../images/menu/menu-haut.jpg) no-repeat center top;
	list-style: none;
	padding: 19px 0px 0px;
	margin: 0px;
}
#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#cont-txt {
	background: url(../images/bg-txt.jpg);
	float: left;
	width: 910px;
}
#txt-gauche {
	text-align: center;
	float: left;
	width: 206px;
}
#foot {
	background: url(../images/foot.jpg);
	float: left;
	height: 23px;
	width: 910px;
}
#txt-droite {
	padding: 15px;
	float: left;
	width: 664px;
}
img {
	border: none;
}
img.gauche {
	float: left;
}
img.droite {
	float: right;
}
img.preload {
	display: none;
}
img.centre {
	margin-right: auto;
	margin-left: auto;
}
.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80); 
}
a.hdclic {
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
	color: #969696;
	text-decoration: none;
}
a.hdclic:hover {
	color: #F24F00;
	text-decoration: underline;
}
p.retour {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
}