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

@import url(structure.css);

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

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

h1 { color:#E8C14A; font-size:12px; font-weight:bold; padding-bottom:20px; }
h2 { color:#E8C14A; font-size: 1.3em; }
h3 { color:#E8C14A; font-size: 1.17em; }
h4 { color:#E8C14A; font-size: 1em; }
h5 { color:#E8C14A; font-size: 0.83em; }
h6 { color:#E8C14A; font-size: 0.67em; }
p { color:#E8C14A; font-size: 1em; }
ul, ol { color:#E8C14A; font-size: 1em; }
li {  color:#E8C14A; font-size: 1em; }
a { color:#E8C14A; 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:#E8C14A; }
textarea { border-width:thin; padding:3px; color:#E8C14A; }
em { }
strong { }

#yzeo p{ color:#5D3600; }
#yzeo a{ color:#5D3600; }
#yzeo a:hover{ color:#5D3600; }

.bodyIntro p{ color:#5D3600; }
.bodyIntro a{ color:#5D3600; }
.bodyIntro a:hover{ color:#5D3600; }
/* É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{width:100%; padding:0; color:#5D3600; font-size:12px; font-weight:bold; padding-bottom:10px; }
.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:#a0af1a inset 1px; padding:5px; background-color:#a0af1a; color:#5D3600; }
#frmEnvoi .champ:focus { }
#frmEnvoi #code {  border:none;  border:#a0af1a inset 1px; padding:5px; background-color:#a0af1a; color:#5D3600; }
#frmEnvoi #code:focus { }
#frmEnvoi #send2 { border-color:#E8C14A;  background-color:#E8C14A; color:#5D3600; }

.fix-intro{
width:740px;
margin:0 auto;}

.b-color{
color:#5c3a14;}

.sign{
padding-right:8px;}

.img-ver img{ vertical-align:middle;
}

.img-ver{ line-height:25px;}

/*---------------------Goggle map----------------------------*/
.plan {
	width: 640px;
	height: 480px;
	border:solid 3px;
	border-color:#FFFF00;
	margin-left:7px;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
}
#map .infosbulle p {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #5F0666;
	font-weight: bold;
	margin-bottom: 1em;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}

/*-------------------------plan du site--------------------*/
.header-plandusite{
background-image:url(../images/plandusite/images/header_01.jpg);
background-repeat:no-repeat;
width:960px;
height:240px;}

.content-plandusite{
background:url(../images/plandusite/images/content_02.jpg);
background-repeat:no-repeat;
width:960px;
height:290px;}

.footer-plandusite{
background-image:url(../images/plandusite/images/footer_03.jpg);
background-repeat:no-repeat;
width:960px;
height:64px;
vertical-align:top;
_margin-top:-13px;}

.text-plandusite{
padding-top:20px;
padding-left:260px;
text-align:justify;
line-height:30px;
padding-right:50px;
}

.fix-plandusite{
width:100%;
text-align:center;}