@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 pour le header ------------------------------------------------------------------------------------------- */
/* EN : Style of the header page ------------------------------------------------------------------------------------------------ */


.bloc_content {
	width: 800px;
	background-color:#ececec;
	border:0px;
	float:left;
	position:relative;
	border-top:1px solid white;
	}

/* FR : Style pour le contenus ------------------------------------------------------------------------------------------- */
/* EN : Style of the content page ------------------------------------------------------------------------------------------------ */

.bloc_top {
  width:800px;
  height:80px;
  background-color:#211406;
  }

.bloc_header {
	width: 800px;
	height: 247px;
	background: url(images/bg_header.png) 0 0 no-repeat;
	border:0px;
	float:left;
	position:relative;
	}

/* FR : Style pour le menu du haut de page ------------------------------------------------------------------------------------------- */
/* EN : Style of the top menu (present in every page of this tempalte) ------------------------------------------------------------------------------------------------ */

ul#menu1{
	float: left;
	width:800px;
  height:49px;
	list-style: none;
	padding:0px;
	margin:0px;
	background: url(images/bg_menu_top.png) 0 0 repeat-x;
  }

ul#menu1 li{
	float: left;
	text-align: center;
	margin-left:10px;
	background: url(images/bg_onglet1.png) 0 0 no-repeat;
	}

ul#menu1 li:hover, ul#menu1 li#current{
	background: url(images/bg_onglet1_hover.png) 0 0 no-repeat;
	}

ul#menu1 li a{
	display: block;
	width: 114px;
	height: 49px;
	line-height:35px;
	font-family: verdana;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	outline: none;
	}

ul#menu1 li:hover a, ul#menu1 li#current a{
	color: #ffffff;
	background: url(images/bg_onglet1_hover.png) 0 0 no-repeat;
}

.link_top_bloc {
  font-size:10px;
  font-weight:bold;
  color:#c3a16a;
  float:right;
  margin:20px 20px 0 0;
}
.link_top {
  font-size:10px;
  font-weight:bold;
  color:#c3a16a;
  text-decoration:none;
}
.link_top:hover {
  color:#f5d87a;
  text-decoration:underline;
}
.link_top_img {
  float:right;
  margin:18px 18px 0 0;  
  }



