@charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#000; font-size:12px; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

h1 { color: #5A0F14; font-weight:700; font-size:1.2em; }
h2 { color: #5A0F14; font-weight:700; font-size:1.1em; /*text-transform: uppercase;*/ }
h3 { color: #5A0F14; font-weight:700; font-size:1em; /*text-transform: uppercase;*/ }
h4 { color: #5A0F14; font-weight:700; font-size:1em; /*text-transform: uppercase;*/ }
h5 { color:#000; font-size:0.83em; }
h6 { color:#000; font-size:0.67em; }
p { color:#000; font-size:1em; }
ul, ol{ color:#000; font-size:1em; }
li { color:#000; font-size:1em; }
a { color:#97181F; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
textarea { color:#000; padding:3px; }
input { color:#000; padding:3px; }

/* Liens de bas de page */
#societe p, #societe a {color:#fff; } /* couleur des liens de bas de page */
#societe p { font-size:.92em; }

/* Image de validation W3C */
/*#validator a img { background-color:#000; } - Activer le CSS si le fond du site est blanc */


/* Éléments Particuliers
----------------------------------------------------------*/
/* Styles et placement d'images */
.imgLeft { float:left; padding:0 2em 0 0; }
.imgRight { float:right; padding:0 0 0 2em; }
.imgBorder { border: 3px solid #5A0F14;}

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.justify { text-align:justify; }
.bordo { color: #5A0F14; }

/* Des classes de formatage du texte en ligne */
em, .italic, .italique { font-style:italic; }
strong, .bold, .gras { font-weight:700; }
.strike, .barre { text-decoration:line-through; }
.souligne { text-decoration:underline; }
.petit { font-size: 0.9em; }

/* Des classes flotante */
.floatleft { float:left; }
.floatright { float:right; }

/* Les "nettoyeurs" */
.clearb { clear:both; }
.clearer { clear:both; width:0; height:0; line-height:0; }

/* Lettrines */
.lettrine:first-letter {
	font-size: 1.5em;
	color: #5A0F14;
	font-style:italic;
}

/* Cadres, encarts */

.encadre {
	border: 1px inset #5A1319;
	padding: 10px;
	width: 60%;
}


/*	Mise en page
----------------------------------------------------------*/

/* Page d'accueil */
.illustration { float:left; padding:0 0 5px 0; }
#video { width: 175px; height: 80px; float: right; margin: 0 1.5em; text-align: center; font-size: 0.9em; border-left: 1px solid #5C0F15; border-right: 1px solid #5C0F15; border-bottom: 1px solid #5C0F15; border-top: 3px solid #5C0F15; padding: 5px; background-color: #FCFDFF; }

#video p { color: #5A0F14; }

/*	Site en cours de réalisation */
#site { text-align:center; padding-top:5em; }

/*	Mentions Légales */

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

/* Plan Google */ 

.plan {
	width: 640px;
	height: 480px;
	margin: 0 auto;
	border: 2px inset #681119; 
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#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: #85161F;
	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;
}