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

* {
	margin:0;
	padding:0;
}
body {
	background-color:#F0FFAB;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color:#3D3D3D;
}
.masque {
	display:none;
}
.spacer {
	visibility:hidden;
	clear:both;
}
.droite {
	float:right;
	margin-left:7px;
}
.gauche {
	float:left;
	margin-right:7px;
}
img {
	border:0;
}

#page {
	width:780px;
	margin:0 auto;
	padding-right:34px;
	margin-bottom:30px;
	background:url(../images/fond_page.gif) repeat-y;
}

/*---- Entete */
#entete {
	width:746px;
	background: url(../images/entete_haut.jpg) no-repeat top left;
	padding-top:12px;
}
#entete h1{
	float:left;
	background: url(../images/entete_titre.jpg) top left no-repeat;
	width:253px;
	height:198px;
	text-indent:-4000px;
}
/* Liens utilitaires */
#liens_utiles {
	list-style-type:none;
	display:block;
	background: url(../images/entete_bas.jpg) no-repeat left top;
	height:52px;
	padding-top:3px;
}
#liens_utiles li{
	float:right;
}
#liens_utiles li a {
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size:0.8em;
	text-indent:20px;
	height:16px;
	line-height:16px;
	margin-right:14px;
}
#liens_utiles a:hover {
	text-decoration:underline;
}
#liens_utiles #brochures {
	background:url(../images/brochures.gif) left top no-repeat;
}
#liens_utiles #contact {
	background:url(../images/contact.gif) left top no-repeat;
}
#liens_utiles #acces {
	background:url(../images/acces.gif) left top no-repeat;
}
#liens_utiles #livredor {
	background:url(../images/livredor.gif) left top no-repeat;
}
#liens_utiles #partenaires {
	background:url(../images/partenaires.gif) left top no-repeat;
}
/*---- END Entete */

/* Corps */
#corps {
	margin-left:40px;
	margin-top:20px;
}

/*---- Gauche */
#gauche {
	float:left;
	width:200px;
}

#langues {
	font-size:0.7em;
	padding-left:30px;
	margin-bottom:18px;
}
#langues ul {
	list-style-type:none;
}
#langues li {
	float:left;
}
#langues a {
	display:block;
	height:15px;
	text-decoration:none;
}
#langues a:hover {
	color:#333;
	text-decoration:underline;
}
a.fr {
	background:url(../images/drapeau_fr.gif) top right no-repeat;
	text-align:right;
	padding-right:26px;
	margin-right:10px;
	color: #999;
}
a.fr:hover {
	background-position:right -15px;
}
a.fr_select {
	color:#CCC;
	background-position:right -30px;
}
a.eng {
	background:url(../images/drapeau_eng.gif) top left no-repeat;
	text-align:left;
	padding-left:26px;
	color: #999;
}
a.eng:hover {
	background-position:left -15px;
}
a.eng_select {
	color:#CCC;
	background-position:left -30px;
}
/* END Langues */

/* Logos */
#logos {
	text-align:center;
	margin-bottom:30px;
}
#logos  img {
	margin-right:2px;
}
/* END logos */

/* paf */
#paf {
	width:185px;
	background:#90ad4b url(../images/paf_titre.gif) top left no-repeat;
	margin-bottom:20px;
	color:#FFF;
	padding:36px 5px 10px 5px;
}
#paf h3 {
	text-align:right;
	margin-bottom:10px;
}

/* END paf */

/* Témoignages */
#temoignages {
	background:url(../images/miseenavant_bas.gif) repeat-y bottom right;
	font-size:0.8em;
	font-style:italic;
	padding-bottom:15px;
	line-height:1.4em;
	margin-bottom:30px;
}
#temoignages h3 {
	background:url(../images/miseenavant_ht.gif) no-repeat top right;
	padding:15px 5px;
}
#temoignages blockquote {
	margin:0 15px;
	text-indent:15px;
}
#temoignages p {
	margin:8px 15px;
	text-align:right;
	font-size:0.8em;
	line-height:1.2em;
	font-style:normal;
}
/* END Témoignages */

/* Navigation gites */

#nav_gites{
	margin-left: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	background:url(../images/miseenavant_bas.gif) repeat-y bottom right;
}

#nav_gites #nav_titre1{
	background:url(../images/miseenavant_ht.gif) no-repeat top right;
	padding-top: 10px;
}
#nav_gites a{
	color: #333;
	text-decoration: none;
	background: url(../images/fleche_nav_off.png) 0 4px no-repeat;
	padding-left: 10px;
}
#nav_gites a:hover{
	background: url(../images/fleche_nav_on.png) 0 4px no-repeat;
}
#nav_gites .gite_actif{
	background: url(../images/fleche_nav_on.png) 0 4px no-repeat;
}
#nav_gites h3{
	font-size: 16px;
	color: #666;
	margin-bottom: 5px;
}
#nav_gites h3 a{
	color: #b81111;
	background-image: none;
}
#nav_gites h3 a:hover{
	text-decoration: underline;
	background-image: none;
}
#nav_gites li{
	list-style-type: none;
}
#nav_gites ul{	
	margin-bottom: 10px;
	margin-left: 30px;
}
#nav_gites ul li{
}

/* END Navigation gites */

/* Photos */
#photos {
	margin:20px 0 20px 5px;
}
#photos a {
	display:block;
	width:190px;
	height:45px;
	border-left:5px solid #90AD48;
	margin-bottom:7px;
}
#photos a:hover {
	border-color:#B81111;
}
#photos h3 {
	font-size:0.9em;
	color:#B81111;
	margin-bottom:12px;
	background:url(../images/anim_photos.gif) right center no-repeat;
	line-height:30px;
	padding-right:32px;
	height:25px;
	width:160px;
}

/*---- END Gauche */

/* Contenu */
#contenu {
	margin-left:220px;
	width:476px;
	font-size:0.9em;
	line-height:1.3em;
}
#contenu h2 {
	margin-bottom:15px;
}
#contenu p.intro_gites {
	font-style:italic;
	font-weight:bold;
}
#contenu ul {
	padding-left:30px;
	padding-right:20px;
	margin-bottom: 20px;
}
#contenu p {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
}
#contenu li {
	line-height:1.1em;
	margin:3px 0 5px 0;
	list-style-type:none;
	background:url(../images/puce.jpg) no-repeat top left;
	padding-left:25px;
}	
#contenu h3 {
	padding: 10px 0 10px 5px;
	color:#3D3D3D;
}
#contenu a, #contenu a:visited, #contenu a:active {
	color:#b81111;
	text-decoration:none;
}
#contenu a:hover {
	text-decoration:underline;
}
#contenu a.image {
	border-right:5px solid #90AD48;
}
#contenu a.image:hover {
	border-color:#B81111;
}
/* END Corps */

/* Pied de page */
#pieddepage {
	position:relative;
	margin-left:23px;
	background: url(../images/fond_pied.jpg) no-repeat bottom left;
	height:67px;
	font-size:0.8em;
	color:#FFF;
}
#pieddepage ul{
	list-style-type:none;
	display:inline;
}
#pieddepage li {
	display:inline;
}
#pieddepage a{
	color:#FFF;
	text-decoration:none;
}
#pieddepage a:hover{
	background-color:#FFF;
	color:#3D3D3D;
}
#texte_pied {
	position:absolute;
	bottom:10px;
	left:65px;
	text-align:center;
}


