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

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

h1 { color:#c00d0d; font-size: 1em; }
h2 { color:#c00d0d; font-size: 1em; }
h3 { color:#c00d0d; font-size: 1em; }
h4 { color:#c00d0d; font-size: 1em; }
h5 { color:#c00d0d; font-size: 0.83em; }
h6 { color:#c00d0d; font-size: 0.67em; }

p { color:#fff; font-size:1em; }
sup{ vertical-align:super;}
ul, ol{ color:#fff; font-size:1em; }
li { color:#fff; font-size:1em; }
a { color:#fff; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
textarea { color:#fff; padding:3px; }
input { color:#fff; padding:3px; }
.border, #code, #civilite select, #imgcaptcha, input { color:#fff; padding:3px;}
/* Éléments Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding:0 2em 0 0; }
.imgRight { float:right; padding:0 0 0 2em; }

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

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

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

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

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

/* Page d'accueil */
.chapeau {color:#fff; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:11px; font-weight:bold; margin:.5em 0 1.5em; margin-bottom:5px;}
.illustration { float:left; padding:0 .5em 1em 0; }

/* Page en construction */
.constrution { margin-top:8em; text-align:center; } /* Réajuster la hauteur du margin si besoin */

/*	Mentions Légales */
#infoclient { float:left; padding:0 0 2em; }
#hebergeur { float:right; padding:0; }

/*======================================================================================>/*Header hack*/
/*html>*/
/*body{ padding-right:2px;}*/
/*======================================================================================> Li Titre*/
.titreListe{color:#c00d0d;padding:0; margin:0;font-size:1.1em; font-weight:bold;}
.titreListe:first-letter{ font-size:1.5em; letter-spacing:-2px; text-transform:uppercase; }
/*======================================================================================> Titre aide centrage txt accueil*/
.homeTitle{ color:#c00d0d; font-size:2em; padding:40px 0 0 0;}
/*======================================================================================> Lettrine*/
.Lettrine:first-letter{ font-size:3em; float:left;
color: #c00d0d; font-style:italic;
margin: 0 2px;
padding: 5px;
}


/*====================================================================================*/
/*=======================================INTEGRATION==================================*/
/*====================================================================================*/

/*======================================================================================> Plan du site*/

ul.planSite{
	margin-left:130px;
	padding:20px 0;
	width:850px;
}

ul.planSite li{
	float:left;
	padding:0 10px;
	text-align:left;
	width:150px;}
	
#sitti ul.planSite li a{color:#910027;}
ul.planSite li span{color:#999898;}

/*======================================================================================> Plan d'accès*/
.plan {
	width: 638px;
	height: 478px;
	border:solid #910027 thin;
}
#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: #004586;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: left;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}
