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

@import url(structure.css);

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

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

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

#yzeo { z-index:1000;}
#yzeo p{ color:#234E78; }
#yzeo a{ color:#234E78; }
#yzeo a:hover{ color:#234E78; }

.bodyIntro p{ color:#234E78; }
.bodyIntro a{ color:#234E78; }
.bodyIntro a:hover{ color:#234E78; }

/* É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:#1A4A78; height:20px;}
.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:#FFFFFF inset 1px; padding:5px; background-color:#FFFFFF; color:#1A4A78; }
#frmEnvoi .champ:focus { }
#frmEnvoi #code {  border:none;  border:#FFFFFF inset 1px; padding:5px; background-color:#FFFFFF; color:#1A4A78; }
#frmEnvoi #code:focus { }
#frmEnvoi #send2 { border-color:#FFFFFF;  background-color:#FFFFFF; color:#1A4A78;}

/* CSS for Google Map icon */

#googlemap a.googlemap-icon { display: block; background:url(../images/googlemap.jpg) no-repeat; width: 80px; height: 68px; margin:0 auto; }
#googlemap a.googlemap-icon:hover { background: url(../images/googlemap-hover.jpg) no-repeat; }
#googlemap a.googlemap-icon:active { background: url(../images/googlemap.jpg) no-repeat; }
#googlemap a.googlemap-icon span { display:none; }
.alignCenter{
	text-align:-moz-center;
	!text-align:center;
	width:400px;
	margin:0 auto;
}
/* ============== Plan Aces ================ */
.plan {
	width: 600px;
	height: 480px;
	border:5px solid;
	border-color:#204e7b;
	margin: 0 auto;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
	text-align:center;
}
#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;
}
.list
{
	vertical-align:middle;
	margin-right:10px;
}
.list2
{
	margin-right:10px;
	margin-top:4px;
	padding-bottom:90px;
	float:left;
}
.list3
{
	vertical-align:middle;
	margin-right:10px;
	margin-left:20px;
}
.lefttext
{
	float:left;
	width:200px;
	}
.lefttext1
{
	float:left;
	width:150px;
	margin-left:40px;
}
.righttext
{
	float:right;
	width:150px;
	}
.marR
{
	margin-right:30px;
}
.sup
{
	vertical-align:top;
	font-size:11px;
}
.box1
{
	width:100%;
}
.box2
{
	width:645px;
	margin:0 auto;
}
