/* CSS Document */
body {
	background: #a2a6b6 url(../images/bg.png) repeat-x;
	text-align: center;
}
#conteneur {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	width: 750px;
	background: url(../images/head.jpg);
	float: left;
	height: 122px;
}
#clef {
	float: left;
	height: 15px;
	width: 750px;
	padding-top: 35px;
}
#menu {
	float: left;
	height: 72px;
	width: 750px;
}
#texte {
	background: url(../images/bg-txt.png) repeat-y;
	float: left;
	height: 460px;
	width: 710px;
	padding: 20px;
}

html>body #texte {
height: auto;
min-height: 460px;
}
div.full, div.full-galerie {
	float: left;
	width: 710px;
	padding-top: 5px;
	padding-bottom: 10px;
}
div.full-galerie {
	padding-top: 15px;
	padding-bottom: 15px;
}
div.demi-gauche {
	float: left;
	width: 330px;
	padding-right: 25px;
	padding-left: 0px;
}
div.demi-droite {
	float: left;
	width: 330px;
	padding-right: 10px;
	padding-left: 15px;
}
div.tiers {
	float: left;
	width: 450px;
}

#foot {
	background: url(../images/foot.jpg);
	float: left;
	height: 23px;
	width: 750px;
}
table.tarifs {
	width: 350px;
	text-align: center;
	background: #FFFFFF;
	padding: 7px;
	border: 1px dashed #117ec3;
	float: left;
}
table.tarifs td {
	border-top: 1px dashed #E6E6E6;
	border-left: 1px dashed #E6E6E6;
	padding: 5px;
	background: #FFFFF9;
}
table.tarifs td.titre {
	font-weight: bold;
	color: #FFFFFF;
	background: #0f6ab3;
	border-style: none;
}
table.tarifs td.cadre {
	font-weight: bold;
	background: #D6EBFC;
	border-style: none;
}
div.bg-tableaux {
	width: 200px;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 10px;
	margin-left: 10px;
	background: #e5e9ec url(../images/bg-tableaux.png) repeat-x;
	float: left;
	height: 202px;
}
html>body div.bg-tableaux {
height: auto;
min-height: 202px;
}
div.tableaux {
	width: 200px;
	float: left;
	height: 165px;
}
html>body div.tableaux {
height: auto;
min-height: 165px;
}
input,textarea {
	color: #00ABEC;
	border-top: 1px solid #fff;
	border-right: 1px dashed #CECECE;
	border-bottom: 1px solid #CECECE;
	background-color: #f4f4f6;
	border-left: 3px solid #00ABEC;
}
input.radio {
	background: #FFFFFF;
	border-style: none;
}
form p {
	text-align: right;
	margin-top: 0px;
	margin-right: 100px;
}

img {
	border: none;
}
img.gauche, img.contact {
	float: left;
}
img.droite {
	float: right;
}
img.contact {
	float: left;
	margin-top: 40px;
}
.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img {
  opacity: 0.7;
  filter:alpha(opacity=70); 
}
