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

@import url(structure.css);

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

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

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

#yzeo p{ color:#7C7C7C; }
#yzeo a{ color:#7C7C7C; }
#yzeo a:hover{ color:#7C7C7C; }

.bodyIntro p{ color:#7C7C7C; }
.bodyIntro a{ color:#7C7C7C; }
.bodyIntro a:hover{ color:#7C7C7C; }


/* Éléments Particuliers
----------------------------------------------------------*/

/* Placement des photos */
.photos a{ float:left; display:block; overflow:hidden;text-align:center; width:82px; height:82px; border:#333333 solid 4px; margin:0 7px 7px 0; background:url(../images/fond-liens.jpg) no-repeat top left;}
.photos a img{ vertical-align:middle; }
.photos a:hover{ border:#FFFFFF solid 4px;}


/* Placement d'images */
.imgLeft{ float:left; margin-right:1em; border:#333333 solid 4px; }
.imgRight{ float:right; margin-left:1em; border:#333333 solid 4px; }

/* 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; }

/* Formulaire de contact */
#frmEnvoi{ width:470px; }
#frmEnvoi input, textarea{ border-width:thin; color:#000000; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }

/* ************************* Class Plan API GOOGLE ************************* */

.titreplan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;	
}
.txtplan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.plan {
	width: 500px;
	height: 350px;
	border:1px #000000 solid;
}

/* ************************* Fin Class Plan API GOOGLE ************************* */