/***********************************************************************/
/*********************** FEUILLE DE STYLE  *****************************/
/***********************************************************************/


/* Styles de zones *********************************************************************************************************************** 
uniquement pour les styles de textes,les tailles de textes et les couleurs , ne pas utiliser pour modifier les tailles ou les backgrounds 
******************************************************************************************************************************************/

body{  /*styles de texte g&eacute;n&eacute;ral*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#intro { /*styles des textes pour la page d'intro */
	color:#FFFFFF;	 
}
	#intro a{ 
		color:#FFFFFF; 
	}
	
#contenuLeft{ /* style pour les textes de la partie gauche */
	color:#FFFFFF;	
}
	#contenuLeft p{
		color:#FFFFFF;	
	}
	#contenuLeft li{
		color:#FFFFFF;	
	}
	#contenuLeft a:link{
		color:#FFFFFF;	
	}
	
#contenuRight{ /* style pour les textes de la partie Droite */
	color:#FFFFFF;	
}
	#contenuRight p{
		color:#FFFFFF;	
	}
	#contenuRight li{
		color:#FFFFFF;	
	}
	#contenuRight a:link{
		color:#FFFFFF;	
	}

#piedPage{ /*styles des textes pour les liens en bas de page */
	color:#FFFFFF;
}
	#piedPage a{
		color:#FFFFFF;
	}
	
#liensBas{ /*styles du texte pour le lien de la soci&eacute;t&eacute; */
	color:#FFFFFF; 
}
	#liensBas a{
		color:#FFFFFF;
	}
	
#frmEnvoi textarea{
 	background-color:#c9d9e7;	
}

input .bouton{
background-color:#000000;
}

.champ{
	background-color:#c9d9e7;	
}


#code {
background-color:#c9d9e7;}

.txt
{
	text-align: justify;
	padding-right: 25px;
}

/* Fin des styles de zones ***************************************************************************************************************/


/* Styles g&eacute;n&eacute;raux ***********************************************************************************************************************/
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h2{
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	margin: 25px 0;
}

h3{
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	margin-top: 25px;
}

h4{
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	margin: 35px 0 0 0;
	padding-top: 5px;
	border-top: 1px solid #99cccc;
	clear: left;
}

p{
	font-size: 11px;
	color: #FFFFFF;
}

b{
	font-size: 11px;
	color: #FFFFFF;
}

li {
	list-style:inside;
	line-height:18px;
	color: #FFFFFF;
}

blockquote
{
	color: #FFFFFF;
	border: 1px dotted #FFFFFF;
	padding: 10px;
	font-style: italic;
}

blockquote p
{
	margin: 0;
}



a:link, a {
	color: #FFFFFF; 
	text-decoration: underline;
} 

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
} 

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a img
{
	border: 0;
}
/************************** Fin des styles g&eacute;n&eacute;raux ***********************/


/************************** Construction et styles sp&eacute;cifiques à des pages ****************************/

/* partenaires-cervolix.html */

#col_droite
{
	float: right;
	width: 310px;
	padding: 0 8px 0 0;
}

#col_gauche
{
	width: 310px;
	padding: 0 8px 0 0;
}

#col_droite p, #col_gauche p, #col_droite div, #col_gauche div
{
	font-size: 10px;
	color: #ffffff;
	text-align: justify;
}


/* contact.php */

div#contact {
	width: 300px;
	margin-left: 140px;
	text-align: center;
	padding: 10px;
	border: 1px solid #99cccc;
}

div#plan-acces
{
	margin-right: 35px;
	text-align:center;
}

div#plan-acces img
{
	border: 1px solid #99cccc;
}

div#logo {
	margin-left: 65px;
}



/* plan-site.html */

#contenu-plan
{
	background-image:url(../images/bgcontenu.jpg);
	background-repeat:no-repeat;
	background-position	:top;
	text-align:left;
	width:650px;
	padding-left:30px;
	padding-right:40px;
	padding-top:30px;
	float:left;
	clear:left;
}

#contenu-plan p
{
	padding-right: 20px;
}

#contenuLeft-plan{
	/* taille de la largeur de la zone de contenuLeft : 165px (220px-40px-15px= 165px) */
	width:220px;
	height:178px;
	clear:left;
	background-image: url(../images/images01.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}



/************************** FIN :Styles sp&eacute;cifiques à des pages ****************************/


/*************************** Classes &eacute;l&eacute;ments (modifs & ajout libres)*********************************/
.justifier{
	text-align:justify;
}
.floatLeft{
	float:left;
	margin-right:10px;
}

.floatLogo
{
	float:right;
	/*margin-right: 10px;*/
	margin-left: 10px;
}

.floatRight{
	float:right;
	padding-right:40px;
	padding-left:10px;
	padding-top:40px;
}
.floatRight2{
	float:right;
	padding-right:40px;
	padding-left:10px;
}

.imgRight{
	float:right;
	margin: 15px 20px 0 10px;
}

.centrer{
	margin:0 auto;
	text-align:center;
}
.centrerText{
	text-align:center;
}

.imgSpacer {
	margin: 1em;
}

.surligne {
	background-color: #FE0000;
}

.alignLeft
{
	text-align:left;
}
.clearFloat{
	clear:both;
	float:none;
}
.tableStyle{
	width:100%;
	border:0px;
	vertical-align:text-top;
}
.cadreImg{
	border:medium;
	border-color:#996600;
	border-style:solid;
}

.separateur {
	width: 300px;
	margin: 40px 0 40px 170px;
	color: #b2c8dd;
}

.jaune {
	color: #ffff66;
}

.rouge {
	color: #FE0000;
	font-weight: bold;
	font-size: 14px;
}

.italic {
	font-style: italic;
}	


/*************************** Fin des classes Element *************************/


/*************************** Class Plan API GOOGLE ***************************/
.plan {
	width: 640px;
	height: 480px;
}
#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: #4379C2;
	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;
}
/*************************** Fin Class Plan API GOOGLE ***************************/


/*************************** index **********************************************/
.floatIndex{
	float:left;
	width:370px;
	padding-bottom:15px;
}
/****************************** envoi mail ****************************************/
.floatEnvoiMail{
	float:left;
	width:250px;
	padding-bottom:15px;
}