@charset "utf-8";
/* CSS Document */
body{
  background-color:#EEEEEE;
  margin:0;
  padding:0 0 25px; 0;
 }

 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
  }
 
/*-- lien --*/
/*-------------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #659100;
}

a:visited {
	text-decoration: none;
	color: #659100;
}

a:hover {
	text-decoration: underline;
	color: #659100;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8ac700;

}


/*-------------------------------------------------------*/


/* Conteneur */
#header{
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
}


#global{
background-image:url(images/map_center.png);
background-position:center;
background-repeat:no-repeat;
position:relative;
margin-top:120px;
margin-left:auto;
margin-right:auto;
width:1024px;
min-height:600px;
height:600px;
}


#footer{
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	bottom:0;
	left:0;
	width:100%;
	height:25px;;
 }
 @media screen{
  body>div#footer{
   position: fixed;
  }
 }


.grey_box{
	background-color:#CCCCCC;
	height:7px;
	max-height:7px;
	width:100%;
	color: #EEEEEE;
}

#split_bar{
	background-image:url(images/split_bar.png);
	background-repeat:repeat-x;
	width:797px;
	height:5px;
	left: 22px;
	top: 121px;
}

#split_bar2{
	background-image:url(images/split_bar.png);
	background-repeat:repeat-x;
	width:797px;
	height:5px;
	left: 22px;
	top: 612px;
}

#split_vertical{
	background-image:url(images/split_vertical.png);
	background-repeat:repeat-y;
	width:20px;
	left: 430px;
	top: 128px;
	height: 483px;
}

/* Texte */

.titre_societe{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #659100;
}

.explication_tel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	font-style: italic;
	text-align: justify;
}

.texte_footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.texte_phil{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align:justify;
}

.texte_niv0{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-align: justify;	
}
.texte_niv1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.texte_niv2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: normal;
}

.texte_niv3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}

.texte_niv4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: justify;

}

.language{
 font-family: arial;
 color: #777777;
 font-size:12px;
 font-weight: bold;
}

