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

@import url(structure.css);

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

body { color:#aaaaaa; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:12px; }
body a{ color:#888888; border:none; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1em; }
h5 { font-size: 0.83em; }
h6 { font-size: 0.67em; }
p { font-size: 1em; }
ul, ol { font-size: 1em; }
li {  font-size: 1em; }

ul span {color:#696969;}

a { text-decoration:underline; border:none; }
a:hover { text-decoration:none; border:none;} 
a:visited {border:none; } 
input { border-width:thin; padding:3px; }
textarea { border-width:thin; padding:3px; }
strong { }


.padR{padding-right:10px;}
.padL{padding-left:10px;}

.facebook{float:right; margin:10px; width:250px; text-align:right; }

/*Ajustezz les couleurs de textes en fonction des pages*/
.colorAccueil { color:#D47DA7; } /*rose*/
.colorAccueil a { color:#D47DA7 ;border:none; }
.colorContact { color:#60B493; } /*vert*/
.colorContact a{ color:#60B493; border:none;}

#yzeo p{ color:#FFFFFF; border:none; }
#yzeo a{ color:#FFFFFF; border:none; }
#yzeo a:hover{ color:#FFFFFF; border:none; }


/* É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{ height:5px; padding:0; font-size: 0.9em; }
.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; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }
#frmEnvoi .champ { border:none; border:#FFFFFF inset 1px; padding:5px; background-color:#202020; color:#FFFFFF; }
#frmEnvoi .champ:focus { }
#frmEnvoi #code {  border:none;  border:#FFFFFF inset 1px; padding:5px; background-color:#202020; color:#FFFFFF; }
#frmEnvoi #code:focus { }
#frmEnvoi #send2 { border-color:#202020;  background-color:#202020; color:#FFFFFF; }

p{color:#696969; border:none;}
.miniature { margin:12px 4px 4px 4px;
border:none;}

/** PLAN D'ACCES **/
.plan {
	width: 470px;
	height: 450px;
	border: 2px #f2dbbe solid;
	margin-left:auto;
	margin-right:auto;
}
#map .infosbulle {
	width: 210px;
	border: none;
	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;
}


#galerie a img { filter : alpha(opacity=100); -moz-opacity : 1; opacity : 1; }
	
#galerie a:hover img {  filter : alpha(opacity=70); -moz-opacity : 0.7; opacity : 0.7;}

#contenu a img { filter : alpha(opacity=70); -moz-opacity : 0.7; opacity : 0.7; }
	
#contenu a:hover img {  filter : alpha(opacity=100); -moz-opacity : 1; opacity : 1;}
