	
	/* Copyright 2005 Pascal Guillermard */
	/* Vous pouvez adapter les éléments de cette CSS,  mais la combinaison unique des images, couleurs, tailles de polices, typographie, et positionnement */ 
	/*("le DESIGN") est protégée par copyright 2005 Pascal Guillermard et ST-TIC Web et ne peut être reproduite. */ 
	/* Last updated 5 mai 2006 */ 

body {
	background-color: #e6e6e6;
}	
	
.cache {
	position: absolute;
	left: 0;
	top: -5000px;
}

.separation {
	clear: both;
	visibility: hidden;
}

div, p, ul, ol, img {
	padding: 0;
	margin: 0;
	border: 0;
}
	
/* Conteneur principal */

div#content {
	position: relative;
	top: 0;
	margin: 0 auto;
	width: 789px;
	background-color: #DEAF93;
	border: 1px solid #fff;
	border-top: 0;
}

/* Conteneur entête */

div#entete {
	position: relative;
	background: transparent url(../i/entete.jpg) no-repeat top left;
	height: 144px;
	border-bottom: 1px solid #000;;
}

div#entete img {
	float: left;
	margin: 35px 0 0 5px;
}

div#entete p {
	float: left;
	margin: 35px 0 0 5px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5em;
}

/* Conteneur texte */

div#text {
	position: relative;
	background-color: #DEAF93;
	background-position: 50% 50px;
	float: left;
	top: 0;
	left: 0;
	width: 788px;
	padding : 0 0 0 1px;
}

/* Cadre droit */

div#cadredroit {
	float: right;
	width: 140px;
	border-top: 5px solid #c01a1a;
	border-right: 1px solid #C59678;
	border-bottom: 5px solid #C59678;
	border-left: 1px solid #C59678;
	padding: 2px;
	margin: 0 0 0 15px;
	min-height: 450px;
	background-color: #fff;
}

/* Définition de la liste en entête */

ul.entete {
	text-align: left;
	margin: 0 0 5px 550px;
}

ul.entete li {
	display: inline;
	list-style-type: none;
	margin: 3px;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	height : 20px;
}

/* Définition des listes des éléments de navigation principaux */

ul#menu {
	display: block;
	float: left;
	margin: 0;
	padding: 95px 0 0 0;
	list-style-type: none;
	width: 150px;
	height: 195px;
	background: #fff url(../i/fond_menu.jpg) no-repeat top left;
}

ul#menu li {
	display: block;
	margin: 0 auto;
	height : 25px;
	width: 100px;
	border-bottom: 1px dashed #fff;
	border-left: 1px dashed #fff;
}

ul#menu a {
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	padding-left: 6px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}

ul#menu li a:hover{
	text-decoration: underline;
	}	
	
/* ancres et "vous êtes içi  ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body#index li#a a, body#sejours li#c a,body#achats li#v a,body#contact li#i a,body#annonces li#r a {
	text-decoration: underline;
	}	

		/* blocs  */	

div#colgche {
	float: left;
	width: 166px;
	background: transparent url(../i/fond_gche.jpg) repeat-y top right;	
}
		
div#colprinc {
	float: right;
	width: 445px;
	padding-top: 15px;
	padding-left: 5px;
}
		
div#cadre_gauche, div#cadre_droit {
	width: 210px;
	float: left;
	border-left: 1px solid #c2c2c2;
	padding-left: 5px;
}
			
div#cadre_droit {
	margin: 0 0 0 5px;
}
		
		/* pied de page  */	
	
div#footer	{
	margin: 0 auto;
	padding-top: 10px;
	width: 100%;
	text-align: left;
	font-size: 80%;
	border-top: 1px solid #3A6D9A;
	clear: both;
	}
	
#footer p	{
	text-align: center;
	color: #8a8585;
	}
	
p#sommet 	{
	text-align: center
	}	
#footer ul {
	text-align: center;
	margin-top: 5px;
}	
	
#footer li {
	list-style-type: disc;
	display: inline;
	text-align: center;
}

#footer a, #footer li a {
	color: #8a8585;
	margin: 0 ;
}

#footer li a:hover, #footer a:hover{
	color: #636161;
}
	