/* CSS Document */
body {
	background: #cc4a3b;
	text-align: center;
	margin: 0px;
}
#conteneur {
	margin-right: auto;
	margin-left: auto;
	width: 808px;
}
#head {
	background: url(../images/head.jpg) no-repeat;
	float: left;
	height: 236px;
	width: 761px;
	padding-top: 110px;
	padding-left: 47px;
}
#menu {
	float: left;
	height: 197px;
	width: 230px;
	padding-top: 5px;
}
#texte {
	background: url(../images/bg-txt.png) repeat-y;
	float: left;
	height: 400px;
	width: 768px;
	padding-right: 20px;
	padding-left: 20px;
}
html>body #texte {
height: auto;
min-height: 400px;
}

div.full {
	float: left;
	width: 768px;
}
div.demi {
	width: 364px;
	float: left;
	padding: 10px;
}
#news {
	float: left;
	width: 37-1px;
	margin-bottom: 20px;
}
div.texte-news {
	background: #349128;
	width: 351px;
	height: 200px;
	padding: 5px 10px;
	float: left;
}
html>body div.texte-news {
height: auto;
min-height: 200px;
}

#haut-news {
	background: url(../images/haut-news.png) no-repeat;
}
#bas-news {
	background: url(../images/bas-news.png) no-repeat;
}
#haut-news, #bas-news {
	margin: 0px;
	float: left;
	height: 7px;
	width: 371px;
	font-size: 0px;
}
#contact {
	background: url(../images/contact.jpg);
	float: left;
	height: 100px;
	width: 202px;
	padding-top: 54px;
	padding-left: 60px;
}

#foot {
	background: url(../images/foot.jpg);
	float: left;
	height: 26px;
	width: 808px;
}
div.galerie {
	float: left;
	width: 236px;
	margin-right: 10px;
	margin-left: 10px;
}
input,textarea {
	color: #EC5800;
	border-top: 1px solid #fff;
	border-right: 3px solid #EC4D00;
	border-bottom: 1px solid #CECECE;
	background-color: #f4f4f6;
	border-left: 1px dashed #CECECE;
}
input.radio {
	background: #FFFFFF;
	border-style: none;
}
input.submit {
	border: none;
}
/*Images*/
img {
	border: none;
}
img.btn_galerie {
	float: right;
	padding-top: 212px;
	border-style: none;
	padding-right: 4px;
}
img.puce {
	float: left;
	margin-right: 7px;
}
img.droite {
	float: right;
	margin-bottom: 7px;
	margin-left: 7px;
}
img.gauche {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}
#news img.droite {
	float: right;
	margin-left: 7px;
}
div.galerie .image-hover img {
	opacity: 1.0;
	filter:alpha(opacity=100);
	border: 1px solid #333333;
}
div.galerie .image-hover:hover img {
	opacity: 0.7;
	filter:alpha(opacity=70);
	border: 1px dashed #999999;
}

.image-hover img.btn_galerie {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img.btn_galerie {
  opacity: 0.1;
  filter:alpha(opacity=10); 
}

