/* CSS Document */
body {
	background: #d07c51 url(../images/bg.png) repeat-x;
	text-align: center;
}
#conteneur {
	width: 785px;
	margin-right: auto;
	margin-left: auto;	
}
#head {
	background: url(../images/head.jpg);
	float: left;
	height: 254px;
	width: 785px;
}
#menu {
	height: 54px;
	width: 783px;
}
#texte, #menu {
	background: #FFFFFF;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	float: left;
}
#texte {
	width: 763px;
	height: 360px;
	padding: 20px 10px;
}
html>body #texte {
height: auto;
min-height: 360px;
}
div.demi {
	width: 340px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
div.tiers {
	width: 200px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
div.deuxtiers {
	width: 480px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
div.full, #clef {
	float: left;
	width: 720px;
	padding-right: 20px;
	padding-left: 20px;
}
#clef {
	padding-top: 10px;
}
#foot {
	float: left;
	height: 20px;
	width: 770px;
	background: url(../images/foot.jpg);
	padding-top: 10px;
	padding-right: 15px;
}

table {
	text-align: center;
}
td.gris {
	background: #F0F0F0;
}
td.marron {
	background: #FFF7EA;
}
td.gras {
	font-weight: bold;
	text-align: left;
}
td {
	padding: 5px;
}
input,textarea {
	color: #C95A5E;
	border-top: 1px solid #fff;
	border-right: 1px dashed #CECECE;
	border-bottom: 1px solid #CECECE;
	background-color: #f4f4f6;
	border-left: 3px solid #9f5d4f;
}
input.radio {
	background: #FFFFFF;
	border-style: none;
}
input.submit {
	border:none;
}
form p {
	text-align: left;
	margin-top: 0px;
	margin-right: 100px;
}

/* Images */

img {
	border:none;
}
#menu img {
	margin-right: 1px;
	margin-left: 1px;
}
img.gauche {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.droite {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
img.plan {
	float: right;
	margin-bottom: 10px;
}
img.chambres {
	margin: 2px;
}
.image-hover img {
	opacity: 1.0;
	filter:alpha(opacity=100);
	border: 1px solid #000000;
}
.image-hover:hover img {
  opacity: 0.7;
  filter:alpha(opacity=70); 
}
#menu .image-hover img {
	border: none;
}
