/* AUTRE BODY */ 
/* body{
	margin: 0 auto;
	background-image: url(../fond.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment:fixed;
	text-align: center;
}*/

body{
	margin: 0 auto;
	background:#9c8c75 url(../bg.gif) repeat-x;
	background-attachment:fixed;
	}

#floral{
	position: absolute;
	width:1400px; /* selon la largeur voulue */
	margin-left: -700px; /* moitie de width */
	left: 50%; /* laisser 50 */
	height: 420px; /* hauteur image */
	margin-top: -210px; /* moitie de height */
	top: 91%;
	position: fixed;
	z-index:1; 
	}

/* BOSSES GAUCHE ET DROITE */ 
.gauche{
	float:left;  width:420px;
	}
.droit{
	float:right;  width:420px;
	}

/* SUPPRIMER LE 1 DE #image-centree1 POUR ACTIVER */ 
#image-centree1{
	position: absolute;
	width:392px; /* selon la largeur voulue */
	margin-left: -196px; /* moitie de width */
	left: 50%; /* laisser 50 */
	height: 138px; /* hauteur image */
	margin-top: -69px; /* moitie de height */
	top: 50%;
	position: fixed;
	background:url(../image.png) no-repeat top;
	z-index:2; 
	} 


/* COULEUR CHAMP FORM ET COULEUR TEXTE DS FORM */ 
.coulform {
	background-image: url(../fondcontenu.jpg);
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* COULEUR FOND FORM VIDEO */ 
.coulvideo {
	background-image: url(../gordes-video.jpg);
}

/* FOND CADRE FORMULAIRE ET COULEUR TEXTE NOM DE CHAMPS */ 
.fondform {
	background-image: url(../fondform.png);
   	background-color: #473217;
	color: #e8e3da;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* TAILLE PHOTOS */ 
.photos { 
	width: 100%;
	display: block;
	margin: 0 auto;
}

/* TEXTE GENERAL */ 
.textLeading {
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
	color: #e8e3da;
	text-align:justify;
	line-height:120%;
	z-index:3;
}

/* COULEUR QUAND CURSEUR DS CHAMPS */
input:focus, textarea:focus 
{
   background-color: #9c8c75;
}


/* POLICE H1 */ 
h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e8e3da;
	font-size: 1.7em;
	line-height:120%;
}

/* POLICE H2 */ 
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e8e3da;
	font-size: 1.2em;
	line-height:120%;
}

/* TAILLE MARGE */ 
.pixel { 
	width: 125px;
}

/* SUPPRESSION BORDER POUR TTES IMAGES DU SITE */ 
img {
border-width : 0;
border : 0;
} 

/* OMBRE */ 
#container_wrapper{
	margin: 0 auto;
	width: 640px;
	background: url(../container_shadow.png) repeat-y;
	background-position: center;
}

/* FOND AVEC IMAGE */ 
/* body {
margin: 0px;
background: white url(../location-vacances-gordes-fond.jpg) center bottom;
} /*

/* FOND AVEC COULEUR */
/* body {
margin: 0px; 
background-color: #452f21;
} /* 

/* COULEUR BANDEAU SUP */ 
.table-ligne-haut {
  
   	background-color : #9C8C75;
}

/* TEXTE BANDEAU SUP */ 
DIV.centered1 {
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
	color: #453022;
	text-align:center;
	font-weight:bold;
	font-style : italic;
}

/* FOND CONTENU COULEUR */ 
/*.table-ligne {
  
   	background-color : #452e20;
}/*

/* FOND CONTENU AVEC IMAGE */ 
.table-ligne {
	margin: 0px auto;
	background-image: url(../fondcontenu.jpg);
	background-color: #6d5032;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* TEXTE COULEUR ROUGE */ 
DIV.centered {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1em;
	text-decoration: none;
	color: #fe0000;
	line-height:90%;
}

/* FOOTER */ 
#credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
	position:fixed;
	width:100%;
	height:60px;
	bottom:0;
	left:0;
	padding-top:3px;
	padding-bottom:5px;
	text-align: center;
	background:#5b4023;
	font-size: 0.75em;
	color:#829090;
	line-height:130%;
	z-index:4; 
}

/* PROPRIETE DU LIEN APRES LE CLIC */ 
a:focus {
	color: #e8e3da;
	text-decoration:none;
	outline:none;
}

/* COULEUR LIEN */ 
a:link {
	color: #e8e3da;
	text-decoration:none;
	outline:none;
}

/* COULEUR LIEN VISITE */ 
a:visited {
	color: #e8e3da;
	text-decoration:none;
	outline:none;
}

/* COULEUR LIEN SURVOLE */ 
a:hover {
	color: #d0c7bd;
	text-decoration:none;
	outline:none;
}

/* COULEUR LIEN CLIQUE */ 
a:active {
	color: #e8e3da;
	text-decoration:none;
	outline:none;
}
