/*===| I. MAIN LAYOUT  |=====================================================*/
* {margin: 0;}
html, body {height: 100%;width: 100%; background: #ffffff;}
ul, li{list-style: none;list-style-position: outside;	margin: 0;	padding: 0;}
p{padding: 0;}
.left{float: left;} .right{float: right;}
#push, .clr	{clear: both;}

body{}
#bg1{position:absolute;z-index: 1; width:100%;}
#bg2{position:absolute;z-index: 2; width:100%; background:url("images/bg1.jpg") 50% 0% repeat-x;}
#bg3{position:absolute;z-index: 3; }

#wrap-container{position:relative;z-index:4; width: 100%;}
#container{margin:0 auto; text-align: left;}
#content{}

.site_name{
  color: #0076b3;
}


/* ===| II. HEADER ELEMENTS |================================================*/
#site-header.outter{background:transparent;}
#site-header .inner{}

/* ===| III. LEFT COLUMN ELEMENTS |===========================================*/
#left-outter{float:left; margin: 0; overflow: hidden;}

#newsletter_cont, #actualite, #coordonnes{width:333px;}
/* NEWSLETTER */
#newsletter_cont{
  background: url(images/bg_newsletter.jpg) no-repeat top left;
  height: 116px;
}
#inner_newsletter_cont{
  padding: 67px 0 0 25px;
}
.news_input{
  background: #fff;
  border: none;
  font-size: 11px;
  color:#696868;
  width: 200px;
  float: left;
}
.ok_news{
  background: url(images/ok_n.jpg) no-repeat top left;
  border: none;
  width: 46px;
  height: 20px;
  float: left;
  margin-top: -2px;
}
.ok_news_over{
  background: url(images/ok_o.jpg) no-repeat top left;
  border: none;
  width: 46px;
  height: 20px;
  float: left;
  margin-top: -2px;
  cursor: pointer;
}
/* ACTUALITES */
#actualite{
  background: url(images/bg_actualites.jpg) no-repeat top left;
  height: 178px;
}
#inner_actualites{
  padding: 50px 40px 0 20px;
}
#mdm_image{
  padding-right: 15px;
}
h4{
  font-family: arial;
  font-size: 11px;
  color: #444444;
}
#inner_actualites p{
  font-size:11px;
  line-height: 18px;
  color: #444444;
  text-align: justify;
}
.mdm_details{
  float: right;
  padding: 13px 40px 0 0;
}
.mdm_details a:link, .mdm_details a:visited{
  background: url(images/details_n.jpg) no-repeat top left;
  width: 79px;
  height: 13px;
  display: block;
}
.mdm_details a:hover, .mdm_details a:active{
  background: url(images/details_o.jpg) no-repeat top left;
  width: 79px;
  height: 13px;
  display: block;
  cursor: pointer;
}
/* COORDONNEES */
#coordonnes{
 background: url(images/bg_coordonnes.jpg) no-repeat top left;
  height: 224px;
}
#inner_coordonnes{
  padding: 69px 35px 0 20px;
  font-size: 11px;
  color: #444444;
  line-height: 18px;
}
#inner_coordonnes .address{
  float: left;
  width: 125px;
}
#inner_coordonnes .phone_fax{
  float: right;
  padding-left: 2px;
  text-align: right;
}
#inner_coordonnes .email_plan{
  margin-top:0px;
  width: 280px;
}
#inner_coordonnes .email_plan img{
  float: left;
  padding-right: 10px;
}
#inner_coordonnes .email_plan p{
  float: left;
}
.link_inside a:link, .link_inside a:visited{text-decoration: none; color:#004c00;}
.link_inside a:hover, .link_inside a:active{text-decoration: underline; color:#007ebf;}

/* ===| IV. RIGHT COLUMN ELEMENTS |===========================================*/
#right-outter{	float:left;	margin:0; padding:0; overflow: hidden;}
#right-inner{padding:0; color: #222222; text-align: justify; }

#page_title{
  background: url(images/bg_page_title.jpg) no-repeat top left;
  width: 663px;
  height: 72px;
  padding:26px 0 0 0;
}
h1{
  font-family:arial;
  font-size: 16px;
  color: #4f4f4f;
  line-height: 23px;
  font-weight: normal;
}
h1 span{
  color: #1fb3ff;
  font-size: 18px;
  font-weight: normal;
}
.pl20{
  padding-left: 20px;
}
.pr20{
  padding-right: 20px;
}
.special_box_1{
  background: url(../../images/charte/bg_special_box1.jpg) no-repeat top left;
  width: 465px;
  height: 77px;
  color: #003001;
  margin-top: 15px;
  float: left;
}
.list_sb1{
  padding:10px 0 0 20px;
}
.list_sb1 li{
  background: url(../../images/charte/bullet_list1.gif) no-repeat 0px 5px;
  padding-left: 25px;
}
.special_center_1{
  background: url(../../images/charte/bg_special_center_1.jpg) no-repeat top left;
  width: 267px;
  height: 91px;
  float: left;
  padding-top: 25px;
}
.special_center_2{
  background: url(../../images/charte/bg_special_center_1.jpg) no-repeat top left;
  width: 267px;
  height: 96px;
  float: left;
  padding-top: 20px;
}
.special_center_3{
  background: url(../../images/charte/bg_special_center_1.jpg) no-repeat top left;
  width: 267px;
  height: 113px;
  float: left;
  padding-top: 3px;
  line-height: 18px;
}
.h30{
  height:30px;
  display: block;
}
.h20{
  height:20px;
  display: block;
}
.h10{
  height:10px;
  display: block;
}
.inv_link1 a:link, .inv_link1 a:visited{text-decoration: none; color:#003001;}
.inv_link1 a:hover, .inv_link1 a:active{text-decoration: none; color:#003001;}

h3{
  color: #003001;
  font-size: 13px;
  font-family: Arial;
}
h2{
  color: #003001;
  font-size: 15px;
  font-family: Arial;
  padding-top: 10px;
}
/* PLAN D'ACCES PAGE */
.buts_plan_nav{
  background: url(../../images/charte/bg_but_plan_n.jpg) no-repeat top left;
  width:46px;
  height: 20px;
  border: none;
  font-weight: bold;
  color: #ffffff;
}
.buts_plan_nav_over{
  background: url(../../images/charte/bg_but_plan_o.jpg) no-repeat top left;
  width:46px;
  height: 20px;
  border: none;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
.recherche{
  background: url(../../images/charte/but_uni_n.jpg) no-repeat top left;
  width:86px;
  height: 20px;
  border: none;
  font-weight: bold;
  color: #ffffff;
}
.rechercheover{
  background: url(../../images/charte/but_uni_o.jpg) no-repeat top left;
  width:86px;
  height: 20px;
  border: none;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
#plan_coordone{
  float: left;
  padding-right: 50px;
}
#plan_coordone1{
  float: left;
  padding-right: 30px;
}
.plan_navigations{
  float: left;
}


/* ===| V. FOOTER BOXES |=====================================================*/
#wrap-footer {position:relative; z-index: 4; width: 100%; text-align: left;}
#fwrap1 {position:absolute; z-index: -3; left:0; width:100%;}
#fwrap2 {position:absolute; z-index: -2; left:0; width:100%;}
#fwrap3 {position:absolute; z-index: -1; left:0; }

#footer{
    background:url("images/bg_footer.jpg") no-repeat top left;
    margin: 0 auto;
    padding: 0px;
    width: 956px;
    height: 60px;
    color: #2b2b2b;
    font-size: 11px;
    padding:20px 20px 0 20px;
}
#realise_par{
  float: left;
}
#realise_par a:link, #realise_par a:visited{text-decoration: none; color:#006faa;}
#realise_par a:hover, #realise_par a:active{text-decoration: none; color:#3b833e;}

#copyrights_mentions{
  float: left;
  padding-left: 38px;
}
#copyrights_mentions b{
  text-transform: uppercase;
}
#copyrights_mentions a:link, #copyrights_mentions a:visited{text-decoration: none; color:#006faa;}
#copyrights_mentions a:hover, #copyrights_mentions a:active{text-decoration: none; color:#3b833e;}

#menu2{
  float: right;
  text-align: right;
}
#menu2 a:link, #menu2 a:visited{text-decoration: none; color:#2b2b2b;}
#menu2 a:hover, #menu2 a:active{text-decoration: none; color:#006faa;}

.menu_separator{
  padding: 0px 4px 0 6px;
}


/* ===| VI. OTHER ELEMENTS |====================================================*/
img {border: 0;}

a.thumb:link, 
a.thumb:visited{border:	0px; padding:0px; margin:1px 0; width:auto; display:block;}
	
img.thumb{border-style:solid; border-width:5px; padding:1px; margin: 0 5px;}

img.thumb{border:1px solid #fff; padding:1px; margin: 0 5px;}
img.thumb0{border:1px solid #fff;padding:1px; margin: 0 5px; width:75px; height:75px; background:#ccc url("../../images/thumb0.jpg") 50% 50% no-repeat;}

#menu2 ul li{display: inline;}

.separator{width:100%;	height:0px; clear:both; padding:0; margin:15px 0; border-top: 1px solid; border-bottom: 1px solid; line-height: 0px; font-size: 0; overflow: hidden;}

/* ===| VII. CONTACT FORM |=====================================================*/
#frmContact{
	font-size:12px;
	font-family:arial;
	width:600px;
	margin:0 auto;
}

#left_inputs{
	width:280px;
	float:left;
	margin-right:25px;
}
#left_inputs label span{
	width:80px;
	float:left;
}
#left_inputs label input{
	width:190px;
	float:left;
	margin-bottom:5px;
	border:1px solid #6db447;
	font-size:12px;
	font-family:arial;
	background:#e4f7df;
	color:#010101;
}
#left_inputs label textarea{
	width:190px;
	height:37px;
	float:left;
	margin-bottom:5px;
	border:1px solid #6db447;
	font-size:12px;
	font-family:arial;
	background:#e4f7df;
	color:#010101;
}
#right_inputs{
	width:280px;
	float:left;
}
#right_inputs label span{
	width:80px;
	float:left;
}
#right_inputs label input{
	width:190px;
	float:left;
	margin-bottom:5px;
	border:1px solid #6db447;
	font-size:12px;
	font-family:arial;
	background:#e4f7df;
	color:#010101;
}

#mesaj_contact label span{
	width:80px;
	float:left;
}

#mesaj_contact label textarea{
	width:495px;
	float:left;
	margin-bottom:5px;
	border:1px solid #6db447;
	font-size:12px;
	font-family:arial;
	background:#e4f7df;
	color:#010101;
}

#contact_title{
	font-weight: bold;
	text-align:center;
	width:400px;
	margin:0 auto;
	margin-bottom:10px;
}

#capa{
	border:1px solid #6db447;
	float:left;
	width:219px;
	margin-left:5px;
	margin-right:5px;
	margin-top:15px;
	background:#e4f7df;
	color:#010101;
    font-size:12px;
    font-family: Arial;
}

#img_cpc{
	float:left;
	margin-top:0px;
}

#mandatory_fields{
	font-weight: bold;
	font-size:12px;
	text-align:center;
}

div.submit-buttons{clear: both;	text-align: center; padding: 10px 2px;}

.mercidiv{
	text-align:center;
	font-weight: bold;
	margin-top:100px;
	padding-bottom:150px;
}

.ckleft{
	float:left;
	margin-right:30px;
	margin-bottom:5px;
}

#ckboxez{
	margin-bottom:10px;
	margin-top:10px;
	float:left;
}
.ckc{
	width:110px;
	float:left;
	padding-bottom:5px;
}
.ckc input{
	margin-top:3px!important;
}

/* ===| VIII. COMPONENT EVENEMENTES |=====================================================*/
div.title{float: left; clear: left; width: 100%;}
div.event{float: left; clear: left; width: 100%; border-top: 1px solid #ccc; padding: 5px 0;}
#evenementes h4{text-align: center;}
#evenementes h5 a, #evenementes h5 span{display:block; width:32%; float:left; margin: 0 1px; text-align: center;}
#evenementes h5 span{background: #f2f2f2;}
#evenementes h5 a:link, #evenementes h5 a:visited{text-decoration: none; color: #8d8d8d;}
#evenementes h5 a:hover, #evenementes h5 a:active{text-decoration: underline;color: #000000;}

div.event a:link, div.event a:visited{display: block; float: left; text-decoration: none;}
div.event a:hover, div.event a:active{cursor:pointer; text-decoration: underline;}
div.event div, div.event a span{vertical-align: middle;}
div.event span{float:left; padding: 5px 10px;}

.pagination {float: left; clear:left; width:100%; text-align:center; border: 1px solid #acd897; background: #baebac; color: #003001; font-size: 13px;}
.pagination span{padding:1px;}
.pagination a:link, .pagination a:visited{padding:1px 3px; text-decoration: none; color: #1083c3;}
.pagination a:hover, .pagination a:active{color:#318c01; text-decoration: none;}
/* ---( evenemetes - details )------------------------------------------------------ */
#event-detail{background: #f3f3f3; padding: 5px;}
#event-detail h3 span{white-space: nowrap; font-size: smaller;}
#event-detail .photos{text-align: center;}
#event-detail .photos a#bigHref img{border:1px solid #ccc; padding: 5px; background: #fff;}
#event-detail .photos div{padding: 0 0 10px;}
#event-detail .photos a img{border: 1px solid #ccc; padding:5px; background: #fff;}
#event-detail .text-details{padding:10px 0; text-align: justify; border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}

/* ===| IX. COMPONENT GALERIE |========================================================*/
#gallery{padding: 5px;}
#gallery div.thumb{float: left; width: 30%; text-align: center; padding: 5px; min-height: 90px; height:auto!important;height:90px;}
#gallery div.thumb a{display: block; vertical-align: middle;}
#gallery div.thumb a img{border: 1px solid #ccc; padding:5px; background: #fff;}

/* ===| X. COMPONENT LIENS |===========================================================*/
#liens{padding:5px;}
#liens div.lien{padding: 5px 0; border-top: 1px solid #f3f3f3;}
#liens div.thumb{float:left; width:145px; text-align: center;}
#liens div.thumb a img{padding: 5px; border: 1px solid #ccc; display: inline;}
#liens .txt {float:left; width:360px;}
#liens h5{font-weight:bold;text-transform:capitalize;}
#liens p { color: #747474;}

/* ===| XI. COMPONENT LIVRE D'OR |======================================================*/
.submit-buttons input{cursor: pointer;}
fieldset {border: 1px solid #ccc; padding: 5px;}
fieldset legend {padding: 2px 5px; text-transform: capitalize;	font-weight: bold; color: gray; margin: 0;}
fieldset legend span {color: #000000; font-size: 1.2em;}
fieldset p{text-align: justify; padding: 5px;}
.pagination{margin: 5px 0;}

/* ===| XII. COMPONENT NEWSLETTER |=====================================================*/
#newsletter{background: #f3f3f3; border: 1px solid #ccc; padding:10px;}
#newsletter input{width: 40%; vertical-align: top;}

#newsletter a:link, #newsletter a:visited {text-decoration: none;}
#newsletter a:link input, #newsletter a:visited input {border: 1px solid #fff; background: #ccc; cursor: pointer; width: auto;}
#newsletter a:hover input {border: 1px solid #ccc; background: #fff; width: auto;}

/* ===| XIII. COMPONENT ADMINDOCS |=====================================================*/
#admindocs{background: #f3f3f3; border: 1px solid #cccccc; padding:10px;}

/* ===| XIV. COMPONENT LISTEGALERIE |=====================================================*/
#listgalerie{background: #f3f3f3; border: 1px solid #cccccc; padding:10px;}

#listgalerie .thumb {float:left; width:30%; text-align:center; padding:5px; min-height:90px; height:auto!important; height:90px;}
#listgalerie .thumb a:link, #listgalerie .thumb a:visited{display: block; vertical-align: middle; text-decoration: none; color: #747474;}
#listgalerie .thumb a:hover, #listgalerie .thumb a:active {text-decoration: underline; color: #000;}
#listgalerie .thumb a img {border: 1px solid #ccc; padding:5px; background: #ffffff;}
/* ---( listgalerie - details )------------------------------------------------------ */
#galerie-detail .text-details{text-align: justify;}
#galerie-detail .photos{text-align: center;}
#galerie-detail .photos a img{border: 1px solid #ccc; padding:5px; background: #ffffff;}
