﻿/*
CSS Credit: http://www.templatemo.com
*/

body {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	/*background: #2CA0D4;*/}

a:link, a:visited { color: #000000; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #000000; text-decoration: underline; } 

p { margin: 0px; padding: 0px; text-align: justify; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_25 { margin-right: 25px; }
.margin_right_60 { margin-right: 60px; }

.border_bottom {
	border-bottom: 1px solid #999;
}

.rc_btn_01 a {
	clear: both;
	float: left;
	padding-left: 30px;
	display: block;
	width: 200px;
	font-size: 12px;
	background: url(images/templatemo_icon_01.png) no-repeat;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.rc_btn_02 a {
	clear: both;
	display: block;
	float: right;
	text-align: center;
	width: 106px;
	height: 28px;
	padding-top: 8px;
	background: url(images/templatemo_button_01.png) no-repeat;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* header */
#templatemo_header_wrapper {
	width: 1000px;
	height: 199px;
	margin: 0 auto;
	background: url(../images/Header.png) no-repeat;
	}

#templatemo_header {
	width: 980px;
	height: 199px;
	margin: 0 auto;
	
}

#templatemo_header #site_title_section {
	float: left;
	width: 520px;	
	margin-left: 240px;
	text-align: center;
}

#site_title_section #site_title {
	
	padding:10px 0 0 0;
	font-size: 30px; 
	color: #4379ab;
	font-weight: bold;
}

#site_title_section #salogon {
	font-size: 14px;
	margin-left: 20px;
	color: #333333;
}

#templatemo_header #search_section {
	float: right;

	margin-top: 40px;
	margin-right: 20px;
}

#search_section form {
	margin: 0px;
	padding: 0px;
}

#searchfield {
	height: 20px;
	width: 200px;
	padding: 5px;
	color: #000;
	font-size: 13px;
	font-variant: normal;
	line-height: normal;
	background: #86d8ff;
	border: 1px solid #ffffff;	
}

#searchbutton {
	width: 106px;
 	height: 35px;
	margin: 0 0 0 7px;
	padding: 0 6px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	background: url(images/templatemo_search_button.png); 
	border: none;
}
/* end of header */

/* banner */
#templatemo_banner_wrapper {
	clear: both;
	width: 980px;
	height: 260px;
	margin: 0 auto;
	background: #2CA0D4;
	
}

#templatemo_banner {
	width: 920px;
	height: 260px;
	margin: 0 auto;
	padding: 0 30px;
	
}

#banner_header_01 {
	padding: 65px 0 15px 0;
	font-size: 50px;
	font-weight: bold;
	color: #ffffff;
}

#banner_header_02 {
	margin-left:10px;
	margin-bottom: 20px;	
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

#banner_text {
	color: #999;
	width: 500px;
	margin-left: 10px;
	font-size: 14px;
}

#banner_text p {
	margin-bottom: 20px;
}
/* end of banner */

/* menu */
#templatemo_menu_wrapper {
	clear: both;
	width: 1003px;
	height: 42px;
	margin: 0 auto;
	background: url(../images/Menu.png) no-repeat;
}

#templatemo_menu {
	
	height:42px;
	margin-left:400px;
	padding:0px 0px 0px 0px;
	
}

#templatemo_menu ul {
	float: left;
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#templatemo_menu ul li {
	display: inline;
}

#templatemo_menu ul li a {
	position: relative;
	float: left;
	display: block;
	height: 30px;
	width: 120px;
	padding-top: 20px;
	margin-right:10px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
		color: #333333;	
	outline: none;
}

#templatemo_menu ul li a span {
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 50px;
	bottom: 0px;
	left: 0px;
	}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	color: #ffffff;
	height: 35px;
	padding-top: 15px;
	}

#templatemo_menu li a:hover span, #templatemo_menu li .current span	{
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 50px;
	bottom: 0px;
	left: 0px;
		
}
/* end of menu*/

/* content */
#templatemo_content_wrapper {
	clear: both;
	width: 1000px;
	height:602px;
	margin: 0 auto;
	background:url(../images/Content.png) no-repeat; }

#templatemo_contenu {
	clear: both;
	width: 1000px;
	height:1682px;
	margin: 0 auto;
	background:url(../images/Contenu.png) no-repeat; }
	
#templatemo_content {
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
}

#content_legit {
	width: 900px;
	margin-left: 50px;
}

#templatemo_content #content_left {
	float: left;
	width: 400px;
	margin-left:50px;
	
	
}

#templatemo_content #content_central {
	float: left;
	width: 900px;
	margin-left:50px;
}

#content_central p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#fff;
	padding-left: 10px;
	line-height:120%;

}
#content_central ul {
	margin: 10px 0 0 0;
	padding: 0px;
}

#content_central ul li {
	
	list-style-image:url(../images/puce.png);
	list-style-position:inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#fff;
	line-height:250%;
	text-align: justify;


}

#templatemo_content #content_rightbottom {
	float: left;
	margin-left:460px;
	width:500px;
	
	
}

#templatemo_content #content_right {
	float: right;
	width: 220px;
	margin: 0px;
}

#templatemo_content #content_event {
	margin-left:105px;
	
}

#templatemo_content #content_Gallery {
	margin-left:150px;
	
}

#templatemo_content #content_Form {
	margin-left:50px;
	
}

.content_header_01 {
	font-size: 18pt;
	color: #A1C86B;
	padding-bottom:10px;
		
}

.content_header {
	font-size: 18pt;
	color: #A1C86B;
	padding-bottom:10px;
	padding-top:10px;

		
}

.content_header_02 {
	font-size: 14pt;
	color: #A1C86B;
	padding-bottom:10px;
	padding-top:10px;	
}

.content_gallery {
	font-size: 16pt;
	color: #A1C86B;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	margin-left:45px;
		
}


#content_left .content_left_section {
	clear: both;
}

.news_section {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#fff;
	padding-left: 10px;
	line-height:120%;
}

.news_date {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;

}
.news_section tr td{
	 text-align:justify;
}

#news_section {
	margin-left: 30px;
	padding: 0px;
}


.content_left_section p {
	text-align: justify;
}

.news_date {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.news_title {
	font-size: 12px;
	font-weight: bold;
	color: #fbb239;
}

#content_left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#fff;
	padding-left: 10px;
	line-height:120%;
text-align: justify;

}

#content_left ul {
	margin: 10px 0 0 0;
	padding: 0px;
}

#content_left ul li {
	
	list-style-image:url(../images/puce.png);
	list-style-position:inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#fff;
	line-height:120%;
	text-align: justify;


}

.content_left_section form {
	padding: 0px;
	margin: 10px 0 0px 0;
}

.content_left_section #search_field {
	padding: 5px 0 0 0;
	height: 20px;
	width: 255px;
	margin-bottom: 10px;
}

.content_left_section #subscribe_button {
	float: right;
	width: 106px;
 	height: 36px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #ffffff;
	border: none;
}

#content_right .content_right_section {
	clear: both
}

.content_right_section p {
	text-align: justify;
	padding-bottom: 10px;
}

#content_right .content_right_280_section {
	float: left;
	width: 280px;
}

.content_right_280_section .image_wrapper {
	background: #333;
	padding: 9px;
	margin-bottom: 10px;
}

.content_right_280_section .image_wrapper img {
	border: 1px solid #ffffff;
}

.content_right_280_section ul {
	margin: 10px 0 0 0;
	padding: 0px;
}

.content_right_280_section ul li {
	border-left: 5px solid #999;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	list-style:none;
}

.content_right_w620_wrapper {
	border: 1px solid #000;
}

.content_right_w620_inner {
	padding: 30px 28px;
	color: #ffffff;
	background: #333;
	border: 1px solid #666;
}

.content_right_w620_inner .image_wrapper {
	border: 1px solid #ffffff;
	background: #cccccc;
	padding: 4px;
	margin-bottom: 5px;
}

.image_wrapper img {
	border: none;
}

.box_w170 {
	float: left;
	width: 170px;
}
/* end of content right */

/* footer */
#templatemo_footer_wrapper {
	clear: both;
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	background: url(../images/Bottom.png) no-repeat;
}

#templatemo_footer {
	width: 1000px;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	color: #CCC;
}

#templatemo_footer a {
	color: #FFF;
	font-style:normal;
	text-decoration:none;

}

/* end of footer */