@charset "iso-8859-1";
/* FR : CSS et graphisme par WonkaStudio www.wks.fr  ------------------------------------------------------------------------------------------- */
/* EN : CSS and design template by WonkaStudio www.wks.fr  ------------------------------------------------------------------------------------------- */

/* FR : Style générale de la page  ------------------------------------------------------------------------------------------- */
/* EN : Genral style of every page ------------------------------------------------------------------------------------------------ */

body { 
	color:#000000;
	margin:0;
	padding:10px 0 10px 0;
	font:83%/1.4 arial, helvetica, sans-serif;
	background: url(images/bg_page.png) 0 0 repeat-x #ffffff;
}

#page {
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

p {
  font-size:10px;
  text-align:justify;
  margin:5px 0 5px 0;
  }
ul {
  list-style-type: none; 
  margin:10px 0 10px 20px;
  }
li {
  margin:5px 0 0 0;
  }

.separator{
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 0px;
	font-size: 0em;
	}

img {
  border:none;
  }

/* FR : Style pour le header ------------------------------------------------------------------------------------------- */
/* EN : Style of the header ------------------------------------------------------------------------------------------------ */

.bloc_header {
	width: 900px;
	height: 99px;
	border:0px;
	float:left;
	position:relative;
	background: url(images/bg_header.png) 0 0 no-repeat;
	}
.logo {
  margin:13px 0 0 13px;
  float:left;
  }

.bloc_flag {
  position:absolute;
  top:70px;
  left:160px;
  }
	
/* FR : Style pour le menu du haut de page ------------------------------------------------------------------------------------------- */
/* EN : Style of the top menu (present in every page of this tempalte) ------------------------------------------------------------------------------------------------ */

ul#menu1{
	width:570px;
  height:84px;
	list-style:none;
	padding:0;
	margin:10px 0 0 170px;
	float:left;
  }

ul#menu1 li{
	float: left;
	text-align: center;
	}

ul#menu1 li a{
	display: block;
	width: 112px;
	height: 34px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-align:center;
	outline: none;
	margin:0 0 0 -20px;
	padding:55px 0 0 0;
	background: url(images/bg_menu1_onglet.png) 0 0 no-repeat;
	}

ul#menu1 li:hover a, ul#menu1 li#current a{
	background: url(images/bg_menu1_hover.png) 0 0 no-repeat;
}

/* FR : Style pour les cotenus des pages ------------------------------------------------------------------------------------------- */
/* EN : Style of the content of pages ------------------------------------------------------------------------------------------------ */


#top_content {
  width:900px;
  height:29px;
  float:left;
	background: url(images/bg_top_content.png) 0 0 no-repeat;  
  }

#content{
	width: 900px;
	float:left;
	background: url(images/bg_content.png) 0 0 repeat-x #e3e3e3;	
	padding:0 0 20px 0;
  }

#header_2 {
  width:572px;
  height:139px;
  float:left;
	background: url(images/bg_header_2.png) 0 0 no-repeat;
  margin:0 0 20px 0;
  position:relative;   
  }
  
#header_2_slogan {
  width:320px;
  height:80px;
  position:absolute;
  color:#d89206;
  top:33px;
  left:24px;
  font-size:18px;
  font-weight:bold;
  text-align:center;
  }

#bloc_blue {
  width:257px;
  height:415px;
  float:left;
	background: url(images/bg_bloc_blue.png) 0 0 no-repeat;
  margin:0 20px 0 0;  
  padding:30px 15px 0 15px;
  font-size:10px;
  color:#fff;
  }

.bouton_blue{
  width:208px;
  height:23px;
  line-height:23px;
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  float:left;
	background: url(images/bg_buton_bloc_blue.png) 0 0 no-repeat;
	text-align:center;
	margin:20px 0 0 25px;
  }

#bloc_left {
  width:250px;
  float:left;
  }
#bloc_left_top {
  width:250px;
  height:30px;
  float:left;
	background: url(images/bg_top_content_left.png) 0 0 no-repeat;  
  }
#bloc_left_middle {
  width:220px;
  padding:0 15px 0 15px;
  font-size:10px;
  float:left;
  background-color:#fff;
  }
#bloc_left_bottom {
  width:250px;
  height:30px;
  float:left;
	background: url(images/bg_bottom_content_left.png) 0 0 no-repeat;  
  }

.bloc_left_link {
  color:#000000;
  text-decoration:none;
  }

h1 {
  font-size:12px;
  }
  
#bloc_right {
  width:300px;
  float:left;
  margin:0 0 0 20px;
  }
#bloc_right_top {
  width:300px;
  height:30px;
  float:left;
	background: url(images/bg_top_content_right.png) 0 0 no-repeat;  
  }
#bloc_right_middle {
  width:270px;
  padding:0 15px 0 15px;
  font-size:10px;
  float:left;
  background-color:#fff;
  }
#bloc_right_bottom {
  width:300px;
  height:30px;
  float:left;
	background: url(images/bg_bottom_content_right.png) 0 0 no-repeat;  
  }


#bloc_tall {
  width:572px;
  float:left;
  margin:0;
  }
#bloc_tall_top {
  width:572px;
  height:30px;
  float:left;
	background: url(images/bg_top_content_tall.png) 0 0 no-repeat;  
  }
#bloc_tall_middle {
  width:542px;
  padding:0 15px 0 15px;
  font-size:10px;
  float:left;
  background-color:#fff;
  }
#bloc_tall_bottom {
  width:572px;
  height:30px;
  float:left;
	background: url(images/bg_bottom_tall.png) 0 0 no-repeat;  
  }

/* FR : Style pour le footer ------------------------------------------------------------------------------------------------ */
/* EN : Style of the footer ------------------------------------------------------------------------------------------------ */

#footer {
  position:relative;
	float:left;
	background: url(images/bg_footer.png) 0 0 no-repeat;
	width:860px;
	height:88px;
	padding:5px 20px 0 20px;
	margin:0;
	}
	
.texte_footer {
	font-size:10px;
	color:#000000;
	}

.img_contact {
  position:absolute;
  right:20px;
  top:0;
  }