@charset "iso-8859-1";
/* EN : Genral style of every page ------------------------------------------------------------------------------------------------ */

body { 
	background-color:#1f1f1f;
	color:#000;
	margin:0;
	padding:0;
	font:83%/1.4 verdana, arial, helvetica, sans-serif;
}

#page {
	position:relative;
	width:995px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

.separator{
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 0px;
	font-size: 0em;
	}

img { border: none; }

h2.event { margin-bottom: 0; padding-bottom: 0; }

h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px; color:#85AA00; font-weight:bold;

}

p.small { font-size: 10px; color: #666; padding: 0; margin: 0; margin-bottom: 1em; }

/* EN : Style of the header page ------------------------------------------------------------------------------------------------ */

.bloc_content {
	width: 995px;
	background-color:#FFFFFF;
	border:0px;
	float:left;
	position:relative;
	border-top:1px solid white;
	}

/* EN : Style of the content page ------------------------------------------------------------------------------------------------ */

.bloc_top {
  width:995px;
  height:100px;
  background-color:#fff;
  }
  
.leaderboard_top {
	width:728px;
	height:90px;
	border:0px;
	float: right;
	padding-bottom: 5px;
	padding-top: 5px;
}

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

/* EN : Style of the top menu (present in every page of this tempalte) ------------------------------------------------------------------------------------------------ */

.ajaxsearch, #ajaxSearch_form {
	position: absolute;
	right: 0;
	top: 100px;
	width:250px;
    height:35px;
	list-style: none;
	padding:4px 10px 0 17px;
	background: transparent url(images/bg_menu_top.png) 0 0 repeat-x;
  }

  
#ajaxSearch_form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

ul.menu1{
	float: left;
	width:770px;
  height:35px;
	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:0px;
	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: 35px;
	line-height:32px;
	font-family: verdana;
	font-size: 10px;
	font-weight: 700;
	color:#1F1F1F;
	
	text-decoration: none;
	outline: none;
	}

ul.menu1 li:hover a, ul.menu1 li.current a{
	color:#fff;
	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;  
  }

.header_under {
  position:absolute;
  top:130px;
  left:600px;
  width:370px;
  font-size:10px;
  }  
.link_white{
  font-size:10px;
  text-decoration:underline;
  font-weight:bold;
  color:#fff;
  margin:10px 0 0 0;
  float:left;
  }
.link_white:hover {
  color:#c3a16a;
  }

/* EN : Style of the left menu ------------------------------------------------------------------------------------------------ */
	
#column1 {
	float:left;
	width:200px;
	padding:0px 10px 0px 10px;
	}
	
* html #column1 {
	padding: 0 10px 0 5px;
}
  

/* EN : Style of the important news  ------------------------------------------------------------------------------------------------ */

.head_menu_1 {
	border:0px;
	background:url("images/bg_header_menu_1.png");
	width:195px;
	height:20px;
	line-height:18px;
	font-size:14px;
	padding-left:5px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	}

	
.left_bottom {
	width: 200px;
	height: 5px;
	background: url(images/bg_left_bottom.png) 0 0 no-repeat;
	border:0px;
	float:left;
	position:relative;
  }
  
.left_ads {
  	width:200px;
  	background-color:#fff;
  	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:2px;
	margin-left:0;
	margin-right:0;
	margin-top:5px;
	
   }
  
/* Style for left Navigation - there are two themes blue and green ------------------------------------------------------------------------------------------------ */

#menu_list {
	position:relative;
	display:block;
	list-style-type: none; 
	padding:0px;
	width:180px;
	background-color:#ffffff;
	padding:10px;
	margin:0px;
	}
	
ul#menu_list li a { 
	display:block; 
	font-weight:bold;
	text-decoration:underline;
	color:#85AA00; 
	text-align:left; 
	cursor:pointer; 
	font-size:12px; 
	padding:0 0 0 15px;
	margin:4px;
	background: url(images/arrows_orange.gif) 1px 3px no-repeat;
	}
	
ul#menu_list li a:hover { 
	color:#11A7EC; 
	}

#menu_list_blue {
	position:relative;
	display:block;
	list-style-type: none; 
	padding:0px;
	width:180px;
	background-color:#ffffff;
	padding:10px;
	margin:0px;
	}

ul#menu_list_blue li a { 
	display:block; 
	font-weight:bold;
	text-decoration:underline;
	color:#11A7EC; 
	text-align:left; 
	cursor:pointer; 
	font-size:12px; 
	padding:0 0 0 15px;
	margin:4px;
	background: url(images/arrows_orange.gif) 1px 3px no-repeat;
	}
	
ul#menu_list_blue li a:hover { 
	color:#85AA00; 
	}
	  
.img_contactus {
  margin-top:10px;
  }
  

/* EN : Style of right part - first bloc------------------------------------------------------------------------------------------------ */
	
#column2 {
	float:left;
	width:552px;
	margin:0px;
	padding:0px 0px 0px 0px;
	}

.bloc_content_2 {
	float:left;
	width:532px;
	padding:10px;
	background-color:#fff;
	margin-top: 10px;
  }

.bloc_colonne {
  width:200px;
  background-color:#fff;
  text-align:center;
  }
  
.bloc_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#11A7EC;
	font-weight:bold;
	margin-bottom: 0px;
	}
	
.right_ads {
  	width:200px;
  	background-color:#fff;
  	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:2px;
	margin-left:0;
	margin-right:0;
	margin-top:5px;
   }
   
 .right_ads_inside {
  	width:180px;
  	background-color:#fff;
  	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:2px;
	margin-left:0;
	margin-right:0;
	margin-top:5px;
	
   }

.right_ads a img, .right_ads_inside a img, .left_ads a img { border: none; }

/*.head_content_1 {
	margin-top:10px;
	border:0px;
	background:url("images/bg_header_content_1.png");
	width:552px;
	height:37px;
	line-height:37px;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	}
	-------------Original Header for Main Content*/

.head_content_1 {
	margin-top:20px;
	border:0px;
	width:542px;
	padding-left:0px;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	font-size:24px;
	color:#11A7EC;
	font-weight:bold;
	text-align:left;
	height: 30px;
	}
	
.head_full_banner {
	margin-top:10px;
	border:0px;
	width:468px;
	height:60px;
	padding:10px;
	line-height:37px;
	font-size:2px;
	color:#fff;
	margin: 0 auto;
	font-weight:bold;
	text-align:center;
	
	}		

.footer_content_1 {
	width: 552px;
	background: url(images/bg_footer_content_1.png) 0 0 no-repeat;
	border:0px;
	float:left;
	position:relative;
  }
  
.text_content {
	font-size:12px;
	text-align:justify;
	color:#000000;
	margin:10px;
	margin-top: 0px;
  }
  
.titre_content {
  font-size:15px;
  font-weight:bold;
  text-align:justify;
  color:#000000;
  }
  
.content_emphasis {
  font-size:13px;
  font-weight:bold;
  text-align:justify;
  color:#000000;
  }
  
.date_content {
  font-size:10px;
  font-weight:bold;
  text-align:justify;
  color:#774e0c;
  }

.img_content {
	float:left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
  }


/* EN : Style of the footer ------------------------------------------------------------------------------------------------ */

#footer {
	float:left;
	background: url(images/bg_footer.jpg) 0 0 no-repeat;
	width:995px;
	height:120px;
	padding: 0px;
	margin:0px;
	}
	
.texte_footer {
	margin-left:20px;
	margin-top:80px;
	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;
	color:#f5d87a;
	}
	
/* EN : Style of the red / green buttons  ------------------------------------------------------------------------------------------------ */
	
.button {
	font-size:10px;
	color:#ffffff;
	width:105px;
	height:27px;
	line-height:27px;
	float:left;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background: url(images/bg_button_blue.png) 0 0 no-repeat;
	margin:10px 10px 0 0;
	}
.button:hover {
  color:#66441e;
  }
	
/* EN : Style of the right menu ------------------------------------------------------------------------------------------------ */
	
#column3 {
	float:left;
	width:200px;
	padding:0px 10px 0px 10px;
	}

* html #column3 {
	padding: 0 0 0 5px;
}
	
.hot_news {
	width:180px;
  background-color:#fff;	
	padding:10px;
	}

.date {
	font-size:14px;
	color:#774e0c;
	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:#666666;
	font-weight:bold;
  	text-decoration:none;
	}	

.next_right {
	font-size:10px;
	color:#666666;
	float:right;
	font-weight:bold;
  	text-decoration:none;
	}	

/* 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;
	}
	
	
/* EN : Style of the partners page (page3.htm) ------------------------------------------------------------------------------------------------ */

.partner_titre {
	font-size:12px;
	font-weight:bold;
	color:#66441e;
	text-decoration:underline;
	}

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

/* 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;
	}

.partners_titre {
	color:#eb5901;
	font-size:18px;
	text-decoration:underline;
	font-weight:bold;
  }
.partners_description {
	font-size:10px;
	color:#737373;
	margin:10px;
	}
.partners_url {
	font-size:10px;
	color:#ebebeb;
	margin:10px;
	}

.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:32px;
	margin:10px 0 0 0;
	}
.bouton:hover {
	background:url("images/bouton_contact_hover.png") repeat-x #FFFFFF;
	color:#fff;
	}

/* CALENDAR
------------------------------------------------------------------------------------------------ */	

ee_miniCalendarContainer { text-align: center; }
ee_miniCalendar table { margin: 10px auto; }

/* SEARCH FORM
------------------------------------------------------------------------------------------------ */	
      
#ajaxSearch_form {
           color: #444;
           width: auto;
       }
       
#ajaxSearch_input {
           width: auto;
           display: inline;
           height: 17px;
           vertical-align: top;
       }
       
#ajaxSearch_submit {
           display: inline;
           height: 22px;
           line-height: 22px;
       }
       
#ajaxSearch_output {
           border: 1px solid #444;
           padding: 10px;
           background: #fff;
           display: block;
           height: auto;
           vertical-align: top;
       }

.AS_ajax_result {
           color: #444;
           margin-bottom: 3px;
       }

.AS_ajax_resultLink {
           text-decoration: underline;
       }
       
.AS_ajax_resultDescription{
           color: #555;
       }

.AS_ajax_more {
           color: #555;
       }
