html
{
	background-color: navy;
	overflow: auto;
}
body
{
	background-color: white;
	width:770px;
	margin-left:auto;
	margin-right:auto;

}
H3
{
	text-align:center;
	color: brown;
}

H4
{
	text-align:center;
	font-size:1.2em;
}
H5
{
	
	font-size:1.2em;
}
.spacer
{
	clear: both;
}
.centerbox
 { 
    width: 500px;
    margin-left: auto; 
    margin-right: auto; 
    text-align: left;	
	height: auto !important;
	height: 225px;
	min-height: 225px;
}



.detport
{
	width:770px;
	height: auto !important;
	height: 280px;
	min-height: 280px;

}

.content {
	position:absolute;
	top:175px;
	width:770px;
	height: auto !important;
	height: 450px;
	min-height: 450px;
	margin-left:auto;
	margin-right:auto;
	/*padding-top:12px;*/
	/*background-color: #f5f8fc;*/
	background-color: white;
	/*border: solid red;*/
	z-index:1;
	
}
.content2 {
	position:absolute;
	top:105px;
	width:770px;
	height: auto !important;
	height: 450px;
	min-height: 450px;
	margin-left:auto;
	margin-right:auto;
	/*padding-top:12px;*/
	/*background-color: #f5f8fc;*/
	background-color: white;
	/*border: solid red;*/
	z-index:1;
}

.interieur
{
	background-color: lightblue;
	padding-top:5px;
	padding-bottom:5px;
}

 .prix { text-align: center;
    font-size: 2em;
    font-weight: bold;
    font-family: "times new roman";
    color: blue;
    }
.prixreg { text-align: center;
    font-size: 2em;
    font-weight: bold;
    font-family: "times new roman";
    color: blue;
	text-decoration:line-through;
    }
 .prix2 { text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    font-family: "times new roman";
    color: blue;
    }
  .prixspec { text-align: center;
    font-size: 2em;
    font-weight: bold;
    font-family: "times new roman";
    color: red;
    }
	
.troiscolonnes
{
padding-left:1%;
width:32%;
float:left;
}

.details
{
font-size:0.70em;
font-family: arial;
}
.details li span
{
	cursor:pointer;
	text-decoration:underline;
}
.details li img
{
	cursor:pointer;
}

.footer
{
position:absolute;
clear:both;
bottom:0px;
width:100%;
background-color:#f5f8fc;;
float:left;
clear: left;
text-align:center;
font-size:0.60em;
font-family:arial;
}
.vcentered {
height:420px;
width:100%;
vertical-align:middle;
display:table;
/*border: solid 1px red ;*/
/*background-color:yellow;*/
}
.vcentered span {display:table-cell;vertical-align:middle;}
.vcentered img {vertical-align:middle;margin:1em;}

#bloc
{
	position:absolute;
	top:100px;
	width:770px;
	height: auto !important;
	height: 450px;
	min-height: 450px;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	background-color: white;
	/*border: solid red;*/
	z-index:1;
}

/**************** menu coding *****************/
#menu {
top: 0;
width: 770px;
position:absolute;
/*background: #eee;*/
background: white;
/*float: left;*/
z-index:2;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 154px;
float: left;

}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: navy;
text-transform: uppercase;
cursor:pointer;
}

#menu a {
/*color: #000;*/
color: navy;	
background: #efefef;
/*background:url(images/transparence-fond.gif);*/
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

