/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body{
	background-color:white;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	color:black;
}
div#cadreIE {
	text-align: center;
    width: 100%;
}
div#cadre {
	position:relative;
    width: 1024px;
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	background-image:url(images/fond_cadre.jpg);
	background-repeat:repeat-y;
}
div#menu{
	position:relative;
	float:left;
	width:170px;
	text-align:center;
}
div#menu ul{
	list-style-type:none;
	margin:23px 1px 10px 1px;
}
div#menu ul li{
	margin:20px 0;
}
div#entete{
	/*background-image:url(images/Menu/fond-mur.jpg);
	width:500px;*/
	height:120px;
	margin:0 auto;
	text-align:center;
	
}
div#entete #soustitre {
	background-image:url(images/Entete/fond-sous-titre.jpg);
	color:#0C3F07;
	font-family:tahoma;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	height:32px;
	padding-top:5px;
}

div#conteneur{
	float:right;
	margin-right:6px;
	padding:0;
	position:relative;
	width:840px;
}
div#contenu{
	padding:10px 20px;
	height:1%;
}
div#contenu p#texte_accueil{
	font-size:18px;
	font-weight:bold;
	color:#0C3F07;
}
div#contenu img{
	border:solid 1px #0C3F07;
}
div#contenu img#accueil_aerienne{
	border:none;
}

div#contenu div.cadre_vert{
	border-color:#0C3F07;
	border-style:solid;
	border-width:1px 3px 3px 1px;
	/*border:2px solid #0C3F07;*/
	margin:0 auto;
	padding:10px;
}
div#contenu div#tarifs{
	width:70%;
}
div#contenu div#form_contact{
	width:80%;
}
div#contenu div#form_contact span.label{
	display:block;
	float:left;
	width:220px;
	padding-top:5px;
	padding-right:5px;
	text-align:right;
}
div#contenu div#form_contact input{
	margin:5px 0;
}
div#btn_envoyer{
	text-align:center;
	width:100%;
}
p.notabene{
	font-size:12px;
	font-style:italic;
}
.erreur {
   
	background-color:#0C3F07;
	background-image:url(images/erreur.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:white;
	font-weight:bold;
	margin:5px 0;
	text-align:center;
}
.envoye {
	background-color:#0C3F07;
	background-position:left center;
	background-repeat:no-repeat;
	color:white;
	font-weight:bold;
	margin:5px 0;
	text-align:center;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#192F09;
}
a:hover{
	text-decoration:underline;
}
#menu a {
	font-size:14px;
}
div#contenu ul#presentation_chalets {
	padding-left:340px;
}
.clear{
	clear:both;
	display:block;
	height: 0;
	font-size: 1px;
	line-height: 0px;
} 

div#pied {
	background-color:white;
	border-top:1px solid #0C3F07;
	color:black;
	font-weight:bold;
	height:60px;
	padding:0;
	text-align:center;
	font-size:11px;
}
div#pied a{
	color:gray;
	font-weight:bold;
	text-decoration:none;
}
div#pied a:hover{
	text-decoration:underline;
}