/*------------------------------------------------------*
  *-----------------------------------     CSS DECO     ----*
  *------------------------------------------------------*/



body {
	text-align:center;
	padding: 15;
	border:0;
	margin: 0;
	font-family: helvetica;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/deco/bg.gif);
	background-repeat: repeat-x;
}


#global{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;

}

#global2{
	width: 800px;
	background-image: url(../images/deco/bg2.gif);
	background-repeat: repeat-y;
}



#haut{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	width: 800px;
	height: 220px;
	text-align: center;
	}
	

#menu{
	float:left;
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	width: 200px;
	padding-left: 15px;
	padding-top: 60px;
	padding-bottom: 30px;
	text-align: justify;
	line-height:18px;

	}
		
	
#gauche{
	float:left;
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-top: 20px;
	width: 290px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: justify;
	line-height:18px;
	}
	
#droite{
	float:left;
	padding-top: 20px;
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	width: 290px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: justify;
	line-height:18px;

	}
	
#centre{
	float:left;

	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-top: 25px;
	width: 580px;
	padding-left: 25px;
	padding-bottom: 30px;
	text-align: justify;
	line-height:18px;

	}
	

		

#bas{
	clear:both;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	padding-top: 6px;
	height: 24px;
	width:100%;
	left:0px;
	background-image: url(../images/deco/bg-bottom.gif);
	text-align: center;
	background-repeat: repeat-x;
	}
	

 /*------------------------------------------------------*
  *-----------------------------------     CSS TEXT     ----*
  *------------------------------------------------------*/

h1
{
	color:#0033CC;
	font-family: helvetica;
	font-size: 16px;
	font-weight:bold;
	text-transform: uppercase;
}



.highlight
{
	color:#0099FF;
	font-family: helvetica;
	font-size: 11px;
	line-height: 17px;;
}
.pied
{
	color:#0033CC;
	font-family: helvetica;
	font-size: 10px;
	font-weight: bold;
}


.list {
	list-style-image: url(../images/deco/puce.gif);
}


.list_pt{          
	list-style-image: url(../images/deco/pt_puce.gif);
}

 /*------------------------------------------------------*
  *--------------------------------     CSS PLAN     ----*
  *------------------------------------------------------*/

a.link_petit_plan{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	font-family: helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:#F9BE3E;
	display:block;
	width:100%;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F9BE3E;
	border-right-color: #F9BE3E;
	border-left-color: #F9BE3E;
	}

a.link_petit_plan:hover{
	background-color: #F9BE3E;
	color:#FFFFFF;
}



a.lien_plan
{
	color:#0134CD;
	text-decoration:none;
	font-family: helvetica;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px;
	text-align: right;

}
a.lien_plan:hover{
	background-color: #0134CD;
	color:#FFFFFF;
}


 /*------------------------------------------------------*
  *-----------------------------------     CSS MENU     ----*
  *------------------------------------------------------*/
  
body#presentation a#presentation, body#activites a#activites, body#recrutement a#recrutement, body#contact a#contact{
	color:#FFFFFF;
	padding-bottom: 2px;
	background-image: url(../images/deco/on.gif);
	background-repeat: no-repeat;
   }
     
a.menu{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	text-decoration: none;
	display:block;
	height: 50px;
	width:180px;
	font-family: helvetica;
	font-size: 11px;
	color:#FFFFFF;
	padding-top: 18px;
	padding-left: 50px;
	background-image: url(../images/deco/off.gif);
	background-repeat: no-repeat;
	font-weight: bolder;
	text-transform: uppercase;
	}
	

a.menu:hover{
	color:#FFFFFF;
	padding-bottom: 2px;
	background-image: url(../images/deco/roll.gif);
	
}



.preload {display:none;}

 /*------------------------------------------------------*
  *-----------------------------------     CSS LIEN     ----*
  *------------------------------------------------------*/
  
a.map
{
	color:#666666;
	text-decoration:none;
	font-family: helvetica;
	font-size: 11px;
	letter-spacing:1;
	font-weight: bold;
}
a.map:hover{
	color:#999999;
}


a.lien{
	font-family: helvetica;
	font-size: 10px;
	text-decoration:none;
	color: #0032CC;
	font-weight:bold;
	}


a.lien:hover{
	color: #FFFFFF;
	background-color: #0032CC;
}

a.retour{
	font-family: helvetica;
	font-size: 11px;
	text-decoration:none;
	color: #0032CC;
	}
	
a.retour:hover{
	text-decoration:underline;
}


td.tableau{
	font-family: helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: 500;
	line-height: 18px;
	text-align: justify;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0032CC;

	}

th{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-top:4px;
	padding-left:15px;
	text-align: left;
	color:#000000;
	font-family: helvetica;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0032CC;
	background-color: #EDEDED;
	}


#cadre{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	BACKGROUND-POSITION: left top;
	BACKGROUND-IMAGE: url(../images/deco/cadre.gif);
	BACKGROUND-REPEAT: repeat-y;
	padding-top: 15px;	
	padding-left: 15px;
	text-align: justify;
	color: #3C3C3C;
}

/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_DEBUT */

/* DIV contenant l'ensemble du formulaire */
div.formulaire_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 300px;
	margin: 0 auto;

}
/* DIV général des erreurs de saisie */
div.formulaire_erreursSaisie {
	border: solid 1px #f00;
	background-color: #fee;
	color:#f00;
	padding: 5px;
	margin-bottom: 3px;
}
/* DIV pour chaque erreur de saisie */
div.formulaire_erreursSaisie_ligne {
}

/* DIV message une fois le message envoyé */
div.formulaire_msgRetour {
	border: solid 1px #036;
	background-color: #9cf;
	color: #000;
	text-align: center;	
	padding: 10px;
}
/* Lien "Retour" un fois le message envoyé */
a.formulaire_msgRetour_lien {
}
/* Tableau de champ général */
table.formulaire_table {
	border: solid 1px #000; 
	width: 100%;
}
/* Regroupement de champs : ligne en-tête de table */
.formulaire_table th {
	background-color: #369;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size:12px;
}
/* Regroupement de champs : en fielset */
.formulaire_table fieldset {
font-size:12px;
}
/* Légende du fielset ci-dessus */
.formulaire_table legend {
}
/* Lignes qui séparent les lignes avec les champs */
.formulaire_cell_espacement {
	height: 5px;
}
/* Libelle des champ dans le formulaires : dans tous les cas */
td.formulaire_nom_champ, td.formulaire_nom_champ_erreur {
	width: 100px;
	padding: 0px 5px 0px 10px;
	text-align: right;
	font-size:12px;
}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ {
font-size:12px;
}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ_erreur {
	color: #f00;
	font-weight: bold;
	font-size:12px;
}
/* Cellules qui contiennent les champs : dans tous les cas */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
	padding-right: 10px;
	font-size:12px;
}
/* Cellules qui contiennent les champs : en cas d'erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
font-size:12px;
}
/* Cellules qui contiennent les champs : sans erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
font-size:12px;
}
/* Champs dans les formulaires (input, textarea) : dans tous les cas */
.formulaire_champ, .formulaire_champ_erreur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	width: 200px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* Champs dans les formulaires (input, textarea) : sans erreur */
.formulaire_champ {
	background-color: #9cf;
	border: solid #036 1px;
}
/* Champs dans les formulaires (input, textarea) : en cas d'erreur */
.formulaire_champ_erreur {
	background-color: #fcc;
	border: solid 1px #f00;
}
/* Texte qui s'ajoute après les champ (€, kg, /jour...) */
span.formulaire_champ_suffixe, span.formulaire_champ_suffixe_erreur {
	font-style: italic;
	
}
/* Libelle des champ dans le formulaires : dans tous les cas */
td.formulaire_td_checkbox, td.formulaire_td_checkbox_erreur {
	padding: 0px 10px 0px 10px;
	font-size:12px;
}
/*  */
td.formulaire_td_colspan {
	padding: 0px 10px 0px 10px;
	font-size:12px;
}
/* TD du Bouton "Envoyer" du formulaire */
td.formulaire_td_envoyer {
	padding-right: 5px;
	text-align: right;
	
}
/* Bouton "Envoyer" du formulaire */
input.formulaire_envoyer {
	background-color: #369;
	border: solid 1px #369;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	margin: 5px;
}
/* Texte en bas du formulaire concernant les astérisques */
.formulaire_note {
	text-align: center;
	font-style: italic;
}
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_FIN */