@charset "utf-8";
/* CSS Document */

body {
	background-color:#9bbddc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

*{
border:0px;
margin:0px;
padding:0px;
}

input, textarea{
border:solid 1px;
font-size:12px;

}
label{
font-size:12px;
text-align:left;
display:block;
width:80px;
}

.conteneur{
margin:0 auto;
width:960px;
background-color:#e6ded2;

}

/*debut zone header*/
.header_gite{
width:100%;
height:303px;
}

/*zone left*/
.menu_gauche{
width:210px;
background-color:#e6ded2;
float:left;
padding-top:5px;
}

.rtl{
margin:0 auto;
display:block;
width:150px;
}

.menu_gauche ul {
  	list-style-type: none;
	padding-left:30px;
	}

li.menugauche {
	/*list-style-image:url(images/puce_verte.jpg);
	list-style-position:inside;*/						
					
	color:#00632e;
	font-size:13px;
	padding-left:0px;
	padding-top:10px;
	}
	
	li.menugauche a {
	/*list-style-image:url(images/puce_verte.jpg);
	list-style-position:inside;*/
	background-image:url(../images/puce_verte.jpg);
	background-repeat:no-repeat;							
	color:#00632e;
	font-size:13px;
	padding-left:25px;
	padding-top:0px;
	}


li.menugauche a:hover {
	color:#535353;
	background-image:url(../images/puce_verte_hover.jpg);
	background-repeat:no-repeat;
	
	/*list-style-image:url(images/puce_verte_hover.jpg);*/						
	}
/*fin left*/



/*zone texte_centre*/
.texte_centre{
width:680px;
min-height:350px;
background-color:#FFFFFF;
float:right;
padding:20px 45px 20px 20px; 

}

.texte_vert{
width:230px;
height:226px;
background-color:#FFFFFF;
float:left;
}

.p_vert{
font-size:12px;
color:#00632e;
text-align:justify;
}

.p_noir{
font-size:12px;
color:#000000;
text-align:justify;
}



.texte_descriptif{
width:420px;
background-color:#FFFFFF;
float:right;
min-height:226px;
}

.texte_descriptif h1{
font-size:12px;
color:#535353;

text-align:justify;
}


.p_descriptif{
font-size:12px;
color:#535353;

text-align:justify;
}

/*positionnement plan*/
.plan{
width:433px;
height:176px;
float:right;
}

.plan img{
float:left;
}




/*fin zone texte centre*/

/*debut zone logo*/
.emplacement_logo{
width:420px;
background-color:#FFFFFF;
float:right;
padding-bottom:10px;
}
.emplacement_logo img{
float:right;
padding-left:5px;
padding-right:5px;
}

/*fin zone logo*/


/*debut footer*/
.footer{
width:960px;
height:71px;
background-image:url(../images/footer.jpg);
}
.p_footer{
padding-top:58px;
font-size:9px;
color:#FFFFFF;
text-align:center;
text-decoration:none;
}
/*fin footer*/



