/*
	Mise en page des balises standard
*/

body{
	background:#CDBD89 url(/images/fond.gif);
	text-align: center;
	font-family:georgia,times new roman,sans-serif;
	font-size:14px;
}
a{
	color: #000000;
	text-decoration:none;
}
a:hover{
	color: #FFFFCC;
	background-color : #62583B;
}
h1{
	font-weight:normal;
	font-size:20px;
	line-height: 23px;
	color:#ffffff;
	background-color:#62583B;	
}
h2{
	font-size:14px;
	color:#4E462F;
	background-color: #EAECCC;
}
ul{
	margin:5px;
}
li{
	list-style-type:none;
	background-image:url(/images/puce-noire.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left:5px;
}
a img{
	border:0;
}

/*
	Elements de la page
*/

#page{
	width:900px;
	background-color:#FFFFCC;
	margin:20px auto;
	border:10px solid #968759;
}
#haut{
	padding:10px;
	border-bottom:10px solid #968759;
	position:relative;
}
#haut p,
#haut a{
	font-weight:bold;
	font-size:14px;
	color:#B3A169;
}
#haut a{
	border-bottom:1px dotted #B3A169;
}
#haut a:hover{
	color:#ffffcc;
	border-bottom:1px dotted #ffffcc;
}
.share-buttons{
	position:absolute;
	top:10px;
	right:10px;
	width:120px;
	text-align:right;
}
.fb-like{
	padding:0 0 10px;
}
#milieu{
	text-align:left;
	/*overflow:auto;*/
	float:left;
	width:100%;
	padding-bottom:1px;
}
#milieu #gauche{
	float:left;
	width:199px;
}
#milieu #gauche #menu{
	margin:0px;
	padding:0px;
}
#milieu #gauche #menu li{
	margin:2px;
}
#milieu #centre{
	width:685px;
	float:left;
	border-left:10px solid #968759;
}
#milieu #centre a{
	border-bottom:1px dotted #000000;
}
#milieu #centre .gauche{
	width:440px;
}
#milieu #centre .gauche p,
#milieu #centre .gauche li{
	display:inline;
	font-size:15px;
	color:#4E462F;
	background-color: #EAECCC;
	line-height:20px;
	clear:both;
}
#milieu #centre .gauche img{
	margin:10px 0px 10px 0px;
}
#milieu #centre .droite{
	width:210px;
}
#milieu #centre .droite h2{
	display:block;
	background:none;
	margin:0px 0px 10px 0px;
	padding-bottom:10px;
	border-bottom:1px solid #968759;
}
#milieu #centre .droite ul{
	list-style-image:url(/images/fleche.gif);
	padding:10px;
	margin:15px;
}
#milieu #centre .droite li{
	background:none;
	padding-left:5px;
	margin-bottom:5px;
}
#bas{
	clear:both;
	border-top:10px solid #968759;
	height:30px;
}
#bas p{
	margin:15px 0px 15px 0px;
}
#bas .gauche{
	width:800px;
}
#bas .droite{
	border-left:10px solid #968759;
}

/*
	Elements spécifiques
*/
.entete{
	border-bottom:10px solid #968759;
	background-repeat:no-repeat;
	width:100%;
	height:257px;
}
.entete h1{
	position:relative;
	top:220px;
	margin:0px;
}
.gauche{
	float:left;
	padding:10px 0px 0px 10px;
}
.droite{
	float:left;
	padding:10px 10px;
}
.clear{
	clear:both;
}
#accueil{
	background-image:url(/images/ph01.jpg);
	height:423px;
	text-align:right;
	border-bottom:none;
}
#accueil h1{
	display:inline;
	position:relative;
	top:5px;
	right:5px;
}
#villa{
	background-image:url(/images/ph03.jpg);
}
#pigeonnier{
	background-image:url(/images/ph04.jpg);
}
#region{
	background-image:url(/images/plazac.jpg);
}
#coteau{
	background-image:url(/images/ph016.jpg);
}
#mentions,
#contact,
#tarifs{
	width:665px;
	float:left;
	border-left:10px solid #968759;
	padding:5px;
}
#tarifs table{
	width:100%;
	border-collapse:collapse;
	padding:10px;
}
#tarifs th,
#tarifs td{
	text-align:left;
	width:18%;
	padding:0 1%;
	height:30px;
	border:1px solid #968759;
}
#apercu{
	background-color:#ffffcc;
	border-collapse:collapse;
}
#apercu td{
	border:10px solid #968759;
	background-color:#ffffcc;
}

