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

@import url(structure.css);

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

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

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

#yzeo p { color:#f4e8cb; font-size: 1em; text-align:center; }
#yzeo a { color:#f4e8cb; text-decoration:underline; }
#yzeo a:hover { text-decoration:none; color:#f4e8cb; } /* si changement de couleur au survol */
#yzeo a:visited { } /* si changement de couleur après le clic */

/* É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 */
.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;
	margin-top: 25px;
}

/* Formulaire de contact */
#frmEnvoi{ width:470px; }
#frmEnvoi input, textarea{ background-color:transparent; border:#94672e solid 1px; }
#frmEnvoi .champ { height:15px; width:200px; }
#frmEnvoi .champmessag { }
#frmEnvoi .INPUT2{ border:none;}
#frmEnvoi .field{ text-align:right; margin-top:10px; }

/* Accueil */
.habill{ float:left; padding:20px 15px 70px 0;}

/* Mentions légales */
.mentions{ float:left; width:318px; text-align:center;}


/* tourbes et fibres */

.img-left{width:270px; height:200px; float:left;filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1; }
.img-left:hover{filter:alpha(opacity=75);-moz-opacity: 0.75; opacity: 0.75; }
.img-left2{width:270px; height:200px; float:right;filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1; }
.img-left2:hover{filter:alpha(opacity=75);-moz-opacity: 0.75; opacity: 0.75; }

.img-left3{width:270px; height:200px; float:left; }

.img-left4{width:270px; height:200px; float:right;}



.txt-tourbes{
	width:330px;
	float:right;
	padding-right: 20px;
	margin-top: 35px;
	line-height:1.2;
}
.txt-tourbes2{
	width:330px;
	float:left;
	padding-right: 20px;
	margin-top: 35px;
	line-height:1.2;
}
.carte {
	width:50px;
	height:48px;
	margin-left:290px;
	margin-top: 20px;
}
