@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 {
	background: url(images/bg_page.png) repeat; 
	background-repeat: repeat-x;
	background-color:#e3e3e3;
	color:#fff;
	margin:0;
	padding:0;
	font:100%/1.4 verdana, arial, helvetica, sans-serif;
}

.separator{
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 0px;
	font-size: 0em;
	}
	
#page {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#ffffff;
	background: url(images/bg_page_2.png) 0 0 repeat-y;
}

.right {
	text-align: right;
}

.bloc_top {
	width: 980px;
	height: 24px;
	background: url(images/bg_header_top.png) 0 0 repeat-x;
	border:0px;
	float:left;
	text-align:right;
	color:#fff;
	padding:13px 20px 0px 0px;
	}
.top_link {
  font-size:10px;
  font-weight:bold;
  color:#fff;
  }
.top_link:hover {
 	color:#62a7f7;
  }

.bloc_header {
	width: 1000px;
	height: 97px;
	background: url(images/bg_header.png) 0 0 no-repeat;
	border:0px;
	float:left;
	position:relative;
	}

a {
font-weight:bold;
text-decoration:underline;
color:#0191d2; 
}
.liengreen {
	font-weight:bold;
	text-decoration:none;
	color:green; 
	}
.lienblue {
	font-weight:bold;
	color:blue; 
	}
.lien {
	font-weight:bold;
	text-decoration:underline;
	color:#0191d2; 
	}
.lien_image {
	color:#0191d2; 
	text-decoration:none;

	border:0px;
	}
.lien:hover { 
	color:#f6a231; 
	}
/*Ajout Kévin*/
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 25pt;
	color: navy;
	padding-top: 12px;
	padding-bottom: 3px;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: navy;
	padding-top: 12px;
	padding-bottom: 3px;
}

h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: navy;
	padding-top: 12px;
	padding-bottom: 3px;
}

/*Ajout Kévin*/

ul#menu1{
	float: left;
	width:980px;
  height:39px;
	list-style: none;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	background: url(images/bg_menu.png) 0 0 repeat-x;
  }

ul#menu1 li{
	float: left;
	width: 98px;
	height: 39px;
	text-align: center;
	margin-right:10px;
	}

ul#menu1 li:hover, ul#menu1 li#current{
	background: url(images/bg_menu_current.png) 0 0 no-repeat;
	}

ul#menu1 li a{
	display: block;
	width: 98px;
	height: 39px;
	line-height:35px;
	font-family: verdana;
	font-size: 10px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	}

ul#menu1 li:hover a, ul#menu1 li#current a{
	color: #ffffff;
}


/* FR : Style pour le menu de gauche ------------------------------------------------------------------------------------------------ */
/* EN : Style of the left menu ------------------------------------------------------------------------------------------------ */
	
#column1 {
	float:left;
	width:190px;
	padding:0px 10px 0px 11px;
	}
	
/* FR : Style pour le bloc news importante ------------------------------------------------------------------------------------------------ */
/* EN : Style of the important news  ------------------------------------------------------------------------------------------------ */

.head_menu_1 {
	border:0px;
	background:url("images/bg_header_menu_1.png");
	width:190px;
	height:31px;
	margin-top:5px;
	font-size:10px;
	font-weight:bold;
  color:#fff;
	line-height:28px;
	padding-left:10px;
	}
	
.head_menu_2 {
	border:0px;
	background:url("images/bg_header_menu_2.png");
	width:190px;
	height:31px;
	margin-top:5px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	line-height:28px;
	padding-left:10px;
	}
  	
.hot_news {
	width:190px;
	padding:10px;
	}

.date {
	font-size:14px;
	color:#0072fe;
	font-weight:bold;
	}
.subject {
	font-size:11px;
	color:#5d7f27;
	font-weight:bold;
	text-decoration:underline;
	}
.text {
	font-size:10px;
	color:#737373;
	margin:10px;
	}
.next {
	font-size:10px;
	color:#f0a011;
	font-weight:bold;
	text-decoration:underline;
	}	

/* FR : Style pour les champs de formulaire ------------------------------------------------------------------------------------------------ */

form {
  padding:0px;
  margin:0px;
  }

input {
    margin:5px 0px 0px 0px;
    padding:2px; 
	border:1px solid #5e7e88;
	background:url("images/bg_input_contact.png") repeat-x #FFFFFF;
	font-size:10px;
	font-weight:bold;
	color:#394c52;
}

.input {
    margin:0px 0px 0px 0px;
    padding:0px; 
	border:1px solid #5e7e88;
	background:url("images/bg_input_contact.png") repeat-x #FFFFFF;
	font-size:10px;
	font-weight:bold;
	color:#394c52;
}

textarea {
    margin:5px 0px 10px 0px;
	border:1px solid #5e7e88;
	background:url("images/bg_input_contact.png") repeat-x #FFFFFF;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	color:#394c52;
	/*width:300px;*/
}

select {
    margin:5px 0px 10px 0px;
	border:1px solid #5e7e88;
	background:url("images/bg_input_contact.png") repeat-x #FFFFFF;
	padding:5px;
	font-size:10px;
	font-weight:bold;
	color:#394c52;
}

/* FR : Style pour les boutons rouge et vert ------------------------------------------------------------------------------------------------ */
/* EN : Style of the red / green buttons  ------------------------------------------------------------------------------------------------ */
	
.button_blue {
	font-size:10px;
	color:#ffffff;
	width:98px;
	height:23px;
	line-height:22px;
	float:right;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background: url(images/bg_button_blue.png) 0 0 no-repeat;
	}

/* FR : Style pour la partie droite - premier bloc ------------------------------------------------------------------------------------------------ */
/* EN : Style of right part - first bloc------------------------------------------------------------------------------------------------ */
	
#column2 {
	float:left;
	width:779px;
	background:#fff;
	margin:0px;
	}
	
.bloc_search {
  text-align:right;
  width:789px;
  color:#000000;
  /* float:left; */
  height:29px;
  background:#ececec;
}

.bloc_art {
  width:748px;
  padding-left:15px;
    overflow:auto; 
  }

.img_right_art {
  margin:0px 15px 15px 0px;
  float:left;
  }
.txt_right_art {
  font-size:13px;
  text-align:justify;
  color:#737373;
  margin:10px;

  }

  .txt_right_art2 {
  color:#737373;
  }

.bloc_art_2 {
  width:764px;
	background:url("images/bg_right_2_art.png") no-repeat #FFFFFF;
	padding:30px 0px 0px 15px;
	height:183px;
  }

#list_last_news_2 {
	position:relative;
	display:block;
	list-style-type: none; 
	padding:0px;
	margin:0px 0px 0px 10px;
	width:500px;
	}
ul#list_last_news_2 li a {
	display:block; 
	font-weight:bold;
	text-decoration:underline;
	color:#0191d2; 
	text-align:left; 
	cursor:pointer; 
	font-size:10px; 
	height:13px;
	line-height:13px;
	padding-left:15px;
	background: url(images/arrow_grey.png) 0 0 no-repeat;
	}
ul#list_last_news_2 li a:hover { 
	color:#f6a231; 
	}

#menu_2 {
	position:relative;
	display:block;
	list-style-type: none; 
	padding:0px;
	margin:0px 0px 0px 10px;
	width:175px;
	color:#000000; 
	}
ul#menu_2 li a {
	display:block; 
	font-weight:bold;
	text-decoration:underline;
	color:#0191d2; 
	text-align:left; 
	cursor:pointer; 
	font-size:10px; 
	height:13px;
	line-height:13px;
	padding-left:15px;
	background: url(images/arrow_grey.png) 0 0 no-repeat;
	}
ul#menu_2 li a:hover { 
	color:#f6a231; 
	}
	

/* 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:#62a7f7;
	text-decoration:underline;
	}

.partner_img {
	float:left;
	border:0px solid #394d53;
	margin:0 10px 0 10px;
	}
.partner_next {
	color:#949494;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	}
.partner_next:hover {
	color:#000000;
	text-decoration:underline;
	}
	

/* FR : Style pour la page de contact (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;
	}

.bouton {
	float:left;
	background:url("images/bouton_contact.png") repeat-x #FFFFFF;
	width:170px;
	height:35px;
	padding-top:10px;
	font-size:10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	}
.bouton:hover {
	background:url("images/bouton_contact_hover.png") repeat-x #FFFFFF;
	color:#fff;
	}
	
	
/* FR : Style pour le footer ------------------------------------------------------------------------------------------------ */

#footer {
	position:relative;
	width:1000px;
  float:left;
	background: url(images/bg_footer.png) 0 0 no-repeat;
	width:1000px;
	height:44px;
	padding: 0px;
	}
	
.texte_footer {
	margin-left:20px;
	margin-top:7px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	}
.link_footer {
	font-weight:bold;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	}
.link_footer:hover {
	text-decoration:underline;
	color:#62a7f7;
	}

.iconerss {
  position:absolute;
  top:7px;
  left:974px;
  }

  
  
  
  /*Spécial page d'accueil*/
  
#page_acc{
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#ffffff;
	background: url(images/bg_page_acc.png) 0 0 repeat-y;
}

#accueil {
	float:left;
	width:1000px;
	margin:0px;
	text-align:center;
	}
.txtaccueil {
  width:890px;
  padding:15px;
  }	
.accueil {
	margin:0px;
	text-align:center;
	}
ul#menuacc{
	float: left;
	width:980px;
  height:39px;
	list-style: none;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	background: url(images/bg_menu2.png) 0 0 repeat-x;
  }

ul#menuacc li{
	float: left;
	width: 98px;
	height: 39px;
	text-align: center;
	margin-right:10px;
	}

ul#menuacc li:hover, ul#menuacc li#current{
	background: url(images/bg_menu_current.png) 0 0 no-repeat;
	}

ul#menuacc li a{
	display: block;
	width: 98px;
	height: 39px;
	line-height:35px;
	font-family: verdana;
	font-size: 10px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	}

ul#menuacc li:hover a, ul#menuacc li#current a{
	color: #ffffff;
}

#webmaster {
	position:relative;
	width:1000px;
	float:left;
	background: url(images/bg_footer.png) 0 0 no-repeat;
	width:1020px;
	height:44px;
	padding: 0px;
	}
