html *{
	margin:0;
	padding:0;
	
}

html{
	overflow:scroll;
	overflow-x:hidden;
}

body {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment:fixed;
}


#page{
	border: thin solid #4B3A3A;
	width:800px;
	margin:auto;
	padding-left:0px;
	font-size:11px;
	margin-top:3px;
	padding-bottom:30px;	
	border-bottom:none;	
}

#entete{
	position:relative;
	width:800px;
	height:165px;
	background-color:#CC99CC;	
	background:url(../images/mp_04.jpg) repeat-x;  
}

#enteteG{
	position:relative;
	width:400px;
	height:165px;
	float:left;	
}

#enteteD{
	position:relative;
	width:400px;
	height:165px;
	float:left;
}

.imgentete{
	border:none;
	padding:20px 0 30px 40px;
}

#contmenu{

	width:100%;
	height:39px;
	background-color:#4B3A3A;
}



#menu{
	position:relative;
	width:90%;
	margin:auto;
	color:#B48F7D;
	font-size:13px;
	
}

#menu img{	
	margin-left:0px;
}

.bouton{

	display:inline-block;
	width:95px;
	border-right:1px solid #ffffff;
	text-align:center;
	height:26px;
	padding-top:12px;
	color:#ffffff;
	text-decoration:none;
	position:relative;
}

.bouton:hover{
	background-color:#674F4F;

}

#premier{	
	border-left:1px solid #ffffff;
}

#content{
	color:#333333;
	margin-top:10px;
	position:relative;

}


#gauche{
	position:relative;
	width:750px;
	margin-left:25px;
	margin-bottom:5px;
}
.boite{
	width:750px;
	text-align:center;
	padding-bottom:7px;
	border: thin solid #4B3A3A;
}

.titreboite{
	font-size:16px;
	background-color:#4B3A3A;
	height:22px;
	color:#ffffff;
	padding-top:4px;
	padding-left:6px;
}


.contenuboite{
	margin:0;
	padding:0;
	
}

#main{
	float:right;
	width:543px;
	padding-right:0px;
	padding-bottom:10px;
	border: thin solid #4B3A3A;
	position:relative;
	left:-10px;
}

#main2{
	float:left;
	width:750px;
	margin-left:25px; 
	border: thin solid #4B3A3A;
	padding-bottom:10px;
}

#contenumain{
	padding-left:10px;
	width:750px;
}

.imgcontenu{
	border:none;
	padding:15px 20px 10px 15px;
}
#main p {
	width:95%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	text-align:justify;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	margin-left:7%;
	margin-top:20px;
}

 
		
 .kwicks li {  
     float: left;  
     width: 110px;  
     height: 260px;  
     margin-right: 5px;  
	 overflow:hidden;
	
 }  
 #kwick1 {   
 	background:url(../images/home.jpg) top left no-repeat #eeeeee;

 }  
 #kwick2 {  
 	background:url(../images/home2.jpg) top left no-repeat #eeeeee;
  
 }  
 #kwick3 {  
  	background:url(../images/home3.jpg) top left no-repeat #eeeeee;
 }  
 #kwick4 {   
  	background:url(../images/home4.jpg) top left no-repeat #eeeeee;

     margin-right: 0px;  
 }
 #kwick5 {  
     background-color: #c26468;  
 }   

.contact{
	font-size:10px;
	color:#FFFFFF;
}

img{
	border:none;
}


.titre{
	font-size:13px;
	color:#4B3A3A;
}



/*Style de trois colonne ( chambres.html*/
li{
	list-style-type: none;
	
}

#left li, #right li, #middle li
{
  padding:1px;	
  background-image: url(../images/list_item.gif);
  background-repeat: no-repeat;
  background-position: 0% 0.45em;
  padding-left: 1em;
 
}


#coldesc {
    width: 30%;
    padding: 15px 2px 5px 15px;    
	float:left;
	margin:auto;
}

#coldesc ul{
	margin-top:10px;
}


#pied{
	position:relative;
	margin:auto;
	width:800px;
	height:55px;
	background-color:#4B3A3A;
	border: thin solid #4B3A3A;
	border-top:none;
}

/* FORMULAIRE  */
#minimoteur
{
	margin-top:5px; 
	margin-bottom:0px;"
}

#minimoteur select
{
	margin: 0 5px 0 0;
	border: #CCC 1px solid;
}

#formulaire
{
	margin-left: auto;
 	margin-right: auto;
}

#formulaire label
{
	display: block;
	width: 100px;
	margin-left:75px;
	float: left;
	text-align: right;
	letter-spacing: 1px;

}

#formulaire input, textarea
{
	margin: 0 4px 5px 0px;
	width: 500px;
	border: #CCC 1px solid;
}

