/* ------------------------------------ */
/*   Css dvelopp par www.creaam.com   */
/*      Gnralits du site GEVOLYS     */
/*                                      */
/* ------------------------------------ */

/*--------- Rinitialisation des marges de tous les lments du type bloc.------------*/
*{margin:0px;padding:0;border:none;}
/*----------------------------------- fin.--------------------------------------------*/

/*----------Gnralits-----------------*/
html { background:#82c6e6}

body {
	font: 75% Arial, Verdana, Helvetica, sans-serif;
	background: #fff url(../IMG/BG.jpg) repeat-x;
	color:#696969;
	text-align:justify;
	}
	
ul, li {list-style:none;}

h1, h2, h3 {
	font: 1.2em "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	color:#004c90;
	font-weight:bold;
	border-bottom:1px dotted #004c90;
	padding:0 0 3px 0;
	text-align:left;
	}
	
p {margin-top:10px;}

a {text-decoration:none; font-weight:bold; color:#005291;}
	
a:hover {color: #333333;}

#visite {
	display:none;
	}
/*----------/gnralits-----------------*/
	
/*------Mise en page du site -------------------------*/

/*------ Conteneur gnral du site ---------*/
#conteneur {
	position: relative;
	width: 980px;
	margin:0 auto;
	/*border:1px solid #000000;*/
	}
/*----- /conteneur gnral du site ---------*/

/*------------------ header ----------------*/
#header {
	width:980px;
	height:280px;
	background: url(../IMG/header.png) no-repeat;
	/*border:1px solid #000000;*/ 
	}

#header_2 {
	width:980px;
	height:280px;
	/*background: url(../IMG/header.png) no-repeat;
	border:1px solid #000000;*/ 
	}

#anim {
	width:980px;
	height:280px;
	background:url(../IMG/header.png) no-repeat;/**/
	}
	
#no_flash {
	position:absolute;
	left:0;
	top:0;
	padding:80px 0 0 10px;
	}
	
#no_flash h1, #no_flash p {
	font-size:0.9em;
	color:#fff;
	}
	
#no_flash a {
	color:#FFFFFF;
	}
	
#img_header {
	background:url(../IMG/header_2.png) no-repeat;
	width:980px;
	height:280px;
	}
	
#img_header h1 {
	/*position: absolute;
	left: -500em;
	top: -500em;
	text-indent: -500em;*/
	border-bottom:none;
	}
	
#logo {
	width:305px;
	height:50px;
	float:left;
	margin:13px 0 0 38px;
	/*border:1px solid #000000;*/
	}
	
#lien_home {/*Bloc qui contien le lien cach*/
	width:305px;
	height:50px;
	/*margin-top:18px;*/
	}
	
#map {/*Les dimensions de la zone clicable*/
	width:305px;
	height:50px;
	float: right;
	}

#logo a span {/*Cration du lien et avec le span on cache sont texte*/
	position: absolute;
	left: -500em;
	top: -500em;
	text-indent: -500em;
	}
	
#menu_flash {
	position:relative;
	float: right;
	width:400px;
	height:280px;
	/*border:1px solid #000000;*/
	}

#anim_2 {
	width:400px;
	height:280px;
	/*background:url(../IMG/alternav.png) no-repeat;*/
	}	

#no_flash_menu {
	float:left;
	}
	
/*------------------ /header ----------------*/


/*------------------ page ----------------*/
#page {
	width:980px;
	/*height:980px;*/
	background: url(../IMG/BG_page.jpg) repeat-y;
	/*border:1px solid #000000;*/ 
	}
	
/*------------------ /page ----------------*/

/*------------------ contenant ----------------*/
#contenant {
	width:980px;
	/*height:500px;*/
	background: url(../IMG/BG_contenant.jpg) no-repeat;
	/*border:1px solid #000000;*/ 
	}

/*------------------ bloc_gauche ----------------*/	
#bloc_gauche {
	width:224px;
	margin-left:40px;
	float:left;
	/*border:1px solid #000000;*/
	font: 1.1em "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	}
	
#menu_gauche {
	width:195px;
	margin:95px 0 0 15px;
	color:#FFFFFF;
	}

#menu_gauche li {
	padding:10px 0;
	font-weight:bold;
	border-bottom:1px dotted #fff;
	}
#menu_gauche a {
	display:block;
	width:195px;
	background: url(../IMG/puce_menu.png) top right no-repeat;
	text-decoration:none;
	color:#fff;
	}	

#menu_gauche a:hover {
	background: url(../IMG/puce_menu_hover.png) top right no-repeat;
	color:#ccc;
	}
	
.active a:link, .active a:visited, .active a:hover,  #menu_gauche .active a {
	color:#ccc;
	background: url(../IMG/puce_menu_hover.png) top right no-repeat;
	}

#menu_gauche .ss_menu {
	width:193px;
	background:#005291;
	border-bottom:1px dotted #fff;
	border-top:1px dotted #fff;
	color:#CCCCCC;
	margin:5px 0 0 0;
	padding:5px 0 10px 0;
	}
	
#menu_gauche .ss_menu li {
	border-bottom:none;
	padding:3px 0;
	margin:5px 0 0 10px;
	}
	
#bloc_gauche #menu_gauche .ss_menu a {
	display: inline;
	color:#fff;
	background: url(../IMG/puce_ss_menu.jpg) no-repeat 0px 2px;
	padding-left:15px;
	}
	
#bloc_gauche #menu_gauche .ss_menu a:hover {
	color:#ccc;
	background: url(../IMG/puce_ss_menu_on.jpg) no-repeat 0px 2px;
	padding-left:15px;
	}
	
/*#bloc_gauche #menu_gauche .active_ssm a:link, #bloc_gauche #menu_gauche .active_ssm a:visited, #bloc_gauche #menu_gauche .active_ssm a:hover,  #bloc_gauche #menu_gauche .active_ssm a {
	color: #990000;
	background: url(../IMG/puce_ss_menu_on.jpg) no-repeat 0px 2px;
	}*/
	
/*------- encart contact ---------*/
		
#encart_contact {
	width:201px;
	height:75px;
	background:url(../IMG/BG_contactez-nous.jpg) no-repeat;
	margin:10px 0 0 15px;
	padding:15px 0 0 8px;
	text-transform:uppercase;
	}
	
#encart_contact a {
	text-decoration:none;
	font-weight:bold;
	color:#004d91;
	}
	
#encart_contact a:hover {color:#1787cd;}

/*------- encart contact ---------*/

/*------------------ bloc_gauche ----------------*/	

#bloc_centre {
	width:645px;
	float:left;
	padding:15px;
	/*border:1px solid #000000;*/
	}
	
#bloc_centre ul {
	margin:4px 0 0 20px;
	}
	
#bloc_centre li {
	background: url(../IMG/puce_texte.gif) no-repeat 0px 7px;
	padding:2px 0 2px 10px;
	}
	
#bloc_activites {
	margin:20px 0 0 0;
	}
	
.activite {
	float:left;
	width:160px;
	text-align:center;
	}
	
.activite h2 {
	border-bottom:none;
	margin-top:5px;
	text-align:center;
	}
.activite h2 a {
	text-decoration:none;
	border-bottom: dotted 1px #004c90;
	color:#004c90;
	}

.activite h2 a:hover {color:#0099CC; text-decoration:none;}

.acces_metier {
	margin:10px 0 0 0;
	}

#bloc_centre .acces_metier ul li {
	background:none;
	padding: 2px 0;
	}
	
#bloc_centre .acces_metier a {
	text-decoration:none;
	font-weight:bold;
	color:#005291;
	background: url(../IMG/puce_acces_direct.gif) no-repeat 0px 4px;
	padding: 2px 0 2px 15px;
	}	
	
#bloc_centre .acces_metier a:hover {
	color: #666666;
	background: url(../IMG/puce_acces_direct_on.gif) no-repeat 0px 4px;
	}


	
/*------------------ /contenant ----------------*/

/*------------------ contenant_footer ----------------*/
#contenant_footer {
	position: relative;
	width:100%;
	background: #82c6e6 url(../IMG/BG_contenant_footer.jpg) repeat-x scroll 0 0;
	/*border:1px solid #000000;*/
	}
	
#footer {
	position: relative;
	width:980px;
	margin:0 auto;
	padding-top:57px;
	height:70px;
	background: #82c6e6 url(../IMG/BG_footer.jpg) no-repeat;
	/*border:1px solid #000000;*/ 
	}
	
/*----------------- menu_bas --------------*/
#menu_bas {
	width:980px;
	}
	
#menu_bas ul {
	list-style:none;
	text-align:right;
	margin-right:50px;
	}
#menu_bas li {
	display:inline;
	font-size:0.9em;
	padding-left:10px;
	color:#014077;
	}
	
#menu_bas a {
	text-decoration:none;
	color:#014077;
	font-weight: normal;
	}
	
#menu_bas a:hover {
	color:#fff;
	text-decoration: underline;
	}
/*---------------- /menu_bas --------------*/

/*---------------- Plan Google --------------*/
.plan {
	float:right;
	background:url(../IMG/bg_plan.jpg) no-repeat;
	width:319px;
	height:225px;
	padding:4px 0 0 4px;
	}
/*---------------- /Plan Google --------------*/
	
/*------------------ /contenant_footer ----------------*/

/*------ /mise en page------------------------------*/

/*--------- Class supplementaires ---------*/
.spacer {clear: both;}
.bleu {color:#004c90;}

.adresse {
	padding:10px;
	background:#e0e6f0;
	border:1px dotted #005291;
	color:#333333;
	}
	
.no_trai  {
	border-bottom: none;
	margin:15px 0 0 0;
	font-size:1em;
	}
	
.top {
	margin-top:15px;
	}

.left {float:left;}

.right {float:right;}

.contenant_img_qualite {
	width:160px;
	float:right;
	}
	
.gras {
	font-weight:bold;
	color:#212e48;
	}
/*---------- /Class supplementaires --------*/

