@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:#333333;
	margin:0;
	padding:0;
	background:url("images/bg_page.png") repeat-x #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 83%;
	line-height: 1.4;
}

#page {
	position:relative;
	width:905px;
	margin-left:auto;
	margin-right:auto;
}

.separator{
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 0px;
	font-size: 0em;
	}

.logo {
  position:absolute;
  top:0px;
  left:30px;
  border:none;
  }

/* 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:750px;
  height:42px;
	list-style: none;
	padding:0 0 0 300px;
	margin:64px 0 0 0;
  }

ul#menu1 li{
	float: left;
	text-align: center;
	}


ul#menu1 li a{
	display: block;
	width: 107px;
	height: 36px;
	line-height:36px;
	font-family: verdana;
	font-size: 10px;
	font-weight: 700;
	color: #363636;
	text-decoration: none;
	outline: none;
	margin:0 5px 0 0;
	background: url(images/bg_onglet1.png) 0 0 no-repeat;
	}

ul#menu1 li:hover a, ul#menu1 li#current a{
	color: #ffffff;
	background: url(images/bg_onglet1_hover.png) 0 0 no-repeat;
}

/* FR : Style pour le menu du haut de page ------------------------------------------------------------------------------------------- */
/* EN : Style of the top menu (present in every page of this tempalte) ------------------------------------------------------------------------------------------------ */

#bloc_header {
	width: 902px;
	height: 150px;
	background: url(../../Header/2.png) 0 0 no-repeat;
	border:0px;
	float:left;
	position:relative;
	margin:10px 0 0 0;
	}
	
.header_under {
  position:absolute;
  top:10px;
  left:540px;
  width:350px;
  text-align:justify;
  font-size:10px;
  color:#fff;
  }  
  
.link_header_under {
	background: url(images/button_header.png) 0 0 no-repeat;
	width:231px;
	height:23px;
	position:absolute;
	top:105px;
	left:0px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	line-height:18px;
  }
  
/* FR : Style pour la partie gauche ------------------------------------------------------------------------------------------------ */
/* EN : Style of the left part ------------------------------------------------------------------------------------------------ */
	
#column1 {
	float:left;
	width:502px;
  margin:0 0 0 0;
	}
	
p {
  font-size:10px;
  color:#000000;
  padding:0px;
  margin:0 10px 10px 10px;
  text-align:justify;
  }
	
.bloc_content {
	width: 960px;
	background-color:#ffffff;
	border:0px;
	float:left;
	position:relative;
	border-top:2px solid white;
	padding:0 0 10px 0;
	}
	
.head_content_1 {
	margin-top:10px;
	border:0px;
	background:url("images/bg_header_content_1.png") 0 0 repeat-x;
	width:502px;
	height:33px;
	line-height:33px;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	}

.titre_content {
  margin:10px 0 0 0;
  }

.link_content {
  font-size:10px;
  font-weight:bold;
  color:#bc205f;
  }
  
.link_arrow {
  height:14px;
  float:left;
  font-size:10px;
  font-weight:bold;
  color:#bc205f;
	background:url("images/arrow.PNG") 0 0 no-repeat;
	padding:0 0 0 25px;
  }

/* FR : Style pour la partie droite  ------------------------------------------------------------------------------------------------ */
/* EN : Style of right part ------------------------------------------------------------------------------------------------ */
	
#column2 {
	float:left;
	width:390px;
  margin:0 0 0 10px;
	}


.head_menu_1 {
	border:0px;
	background:url("images/bg_header_content_2.png") 0 0 repeat-x;
	width:390px;
	height:33px;
	line-height:33px;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	}

.hot_news {
	width:390px;
  background-color:#fff;	
	padding:10px;
	}

.date {
	font-size:14px;
	color:#bc205f;
	font-weight:bold;
	}
.subject {
	font-size:11px;
	color:#2f2f2f;
	font-weight:bold;
	text-decoration:underline;
	}
.text {
	font-size:10px;
	color:#737373;
	margin:10px;
	}
.next {
	font-size:10px;
	color:#737373;
	font-weight:bold;
  text-decoration:none;
	}	

#bloc_advertise {
  width:390px;
  text-align:center;
  }
.img_advertise {
  border:none;
  margin:5px;
  }

/* FR : Style pour la galerie sur la page 1 (page1.htm)  ------------------------------------------------------------------------------------------------ */
/* EN : Style of the galery in the page 1 (page1.htm) ------------------------------------------------------------------------------------------------ */


#parent2-wrap{
  float:left;
}
#parent2 li{
	font-size:10px;
	}
#parent2-menu a{
	margin:5px 3px 0px 0px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	float:left;
	text-align:center;
	width:25px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	background:url(images/cube_up.png) no-repeat right top;
	}
#parent2-menu a:hover, #parent2-menu a.wactive{
	color:#fff;
	background:url(images/cube_hover.png) no-repeat right top;
	}

	
/* FR : Style pour la page des partenaires (page3.htm)  ------------------------------------------------------------------------------------------------ */
/* EN : Style of the partners page (page3.htm) ------------------------------------------------------------------------------------------------ */

.partner_titre {
	font-size:12px;
	font-weight:bold;
	color:#bc205f;
	text-decoration:underline;
	}

.partner_img {
	float:left;
	border:0px solid #0196e0;
	margin:0 10px 0 10px;
	}
.partner_next {
	color:#bc205f;
	font-size:10px;
	text-decoration:none;
	}
.partner_next:hover {
	color:#801741;
	text-decoration:underline;
	}

	
/* FR : Style pour la page de contact (page4.htm)  ------------------------------------------------------------------------------------------------ */
/* EN : Style of the contact form (page4.htm) ------------------------------------------------------------------------------------------------ */

.texte_contact {
	font-size:10px;
	color:#737373;
	margin:10px;
	}

.input_contact {
	border:1px solid #5e7e88;
	background:url("images/bg_input_contact.png") repeat-x #FFFFFF;
	padding:5px;
	font-size:10px;
	font-weight:bold;
	color:#394c52;
	width:300px;
	}

/* FR : Style pour les boutons rouge et vert ------------------------------------------------------------------------------------------------ */
/* EN : Style of the red / green buttons  ------------------------------------------------------------------------------------------------ */
	
.bouton {
  float:left;
	background:url("images/bouton_contact.png") repeat-x #FFFFFF;
	width:170px;
	height:35px;
	font-size:10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	line-height:35px;
	margin:10px 0 0 0;
	}
.bouton:hover {
	background:url("images/bouton_contact_hover.png") repeat-x #FFFFFF;
	color:#fff;
	}

/* FR : Style pour le footer ------------------------------------------------------------------------------------------------ */
/* EN : Style of the footer ------------------------------------------------------------------------------------------------ */

#footer {
	float:left;
	background: url(images/bg_footer.png) 0 0 no-repeat;
	width:902px;
	height:60px;
	padding: 0px;
	text-align:center;
	margin:0 0 20px 0;
	}
	
.texte_footer {
	margin-top:15px;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	}
.link_footer {
	font-weight:bold;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	}
.link_footer:hover {
	text-decoration:underline;
	}
