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

@import url(structure.css);

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

body { color:#313131; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:12px; }

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

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

#yzeo p{ color: #87B235; }
#yzeo a{ color: #87B235; }
#yzeo a:hover{ color: #C7DA44; }


/* É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; color:#FFFFFF; font-size:1.1em; }
.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:#87B235 inset 1px; padding:5px; background-color:#FFFFFF; }
#frmEnvoi .champ:focus { }
#frmEnvoi #code {  border:none;  border:#87B235 inset 1px; padding:5px; background-color:#FFFFFF; }
#frmEnvoi #code:focus { }
#frmEnvoi #send2 { border-color:#87B235;  background-color:#87B235; color:#FFFFFF;}
