
/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/

body { color:#5e2b19; font-family: Georgia, "Times New Roman", Times, serif, Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:12px; }

h1 { color:#5e2b19; font-size: 1.4em; }
h2 { color:#5e2b19; font-size: 1.3em; }
h3 { color:#5e2b19; font-size: 1.17em; }
h4 { color:#5e2b19; font-size: 1em; }
h5 { color:#5e2b19; font-size: 0.83em; }
h6 { color:#5e2b19; font-size: 0.67em; }
p { color:#5e2b19; font-size: 1em; }
ul, ol { color:#5e2b19; font-size: 1em; }
li {  color:#5e2b19; font-size: 1em;}
a { color:#5e2b19; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
a:visited { } /* si changement de couleur après le clic */
input { border-width:thin; padding:3px; color:#5e2b19; }
textarea { border-width:thin; padding:3px; color:#5e2b19; }
em { }
strong { }

.puce{float:left; padding-right:5px; }

#yzeo p{ color:#FFFFFF; }
#yzeo a{ color:#FFFFFF; }
#yzeo a:hover{ color:#FFFFFF; }
/* Éléments Particuliers
----------------------------------------------------------*/

/* Placement d'images */
.imgLeft{ float:left; margin-right:1em; }
.imgRight{ float:right; margin-left:1em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }

/* Des classes d'alignement du texte */
.h1index{ position:absolute; left:0; top:0; width:100%; padding:0; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

/* Des classes de formatage du texte en ligne */
.bold, .gras { font-weight: bold; }
.italic, .italique { font-style: italic; }
.strike, .barre { text-decoration: line-through; }

/* Des classes flotante */
.floatleft { float: left; }
.floatright { float: right; }

/* Les "nettoyeurs" */
.clearb { clear: both; }
.clearer { clear: both; width: 0; height: 0; line-height: 0; }

/* Formulaire de contact */
#frmEnvoi{ width:470px; }
#frmEnvoi input, textarea{ background-color:transparent; border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }
#frmEnvoi .champ { border:none; border:#F3E4B9 inset 1px; padding:5px; background-color:#F3E4B9; }
#frmEnvoi .champ:focus { }
#frmEnvoi #code {  border:none;  border:#F3E4B9 inset 1px; padding:5px; background-color:#F3E4B9; }
#frmEnvoi #code:focus { }
#frmEnvoi #send2 { border-color:#5e2b19;  background-color:#5e2b19; color:#F3E4B9;}
.image{ margin:0 auto;}

.blanc_12_gras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #ffffff;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.blanc_12_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}
.contenu-plan{background-image:url(../images/plan-site/contenu-plan.jpg);
padding:10px;}

.contenu-ann{background-image:url(../images/annonce.jpg); width:280px ; height:150px ;
margin-left:215px; color:#5e2b19; font-size: 1.4em; font-weight:bold; text-align:center;}


.bordimg{border:#FFFFFF 3px solid;}
.padL{padding-left:10px;}
.padR{padding-right:10px;}
.padT20{padding-top:20px;}

/*MODULE GALERIE*/
.galerie{ /* Conteneur global des galeries */
	width: 700px;
}
 
.menu_item{ /* Ligne de galeries */
}
 
.galerie_menu{ /* Conteneur pour chaque galerie */
	width:660px;
	height:auto;
	margin: 25px 0px 0 0px;
	padding:12px 8px;
	background-color:#efe5b4; opacity : 0.9;
    filter : alpha(opacity=90);  /* pour IE */
	background-color:#efe5b4; /* CSS3 */
	border:#FFFFFF 1px solid;
}
 
.galerie_menu:hover{ /* Conteneur pour chaque galerie */
	background-color:#6a563d;
	border:#FFFFFF 1px solid;
}
 
.galerie_menu_image{ /* Vignette de chaque galerie  */
	width:175px;
	height:auto;
	text-align:center;
	vertical-align:top;
	float:left;
}
 
.galerie_menu_texte{ /* Bloc pour Titre, description, date */
	height:auto;
	padding: 0 0 0 10px;
	margin-top:0px;
}
 
.galerie_menu_texte h2{ /* Titre galerie*/
	font-size:1.2em;
}
 
.galerie_menu_texte .txtDescGal { /* Description galerie */
	font-size:0.9em;
}