/*===| I. MAIN LAYOUT  |=====================================================*/
* {margin: 0;}
html, body {height: 100%;width: 100%;}
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{ background-color: #000;}
#bg1{position:absolute;z-index: 1; width:100%;/* background:url("images/bg0.gif") 50% 0% repeat-y;*/}
#bg2{position:absolute;z-index: 2; width:100%;/* background:url("images/bg1.jpg") 50% 0% repeat-x;*/}
#bg3{position:absolute;z-index: 3;/* background:url("images/bg2.jpg") 50% 0% no-repeat;*/}

#wrap-container{position:relative;z-index:4; width: 100%;}
#container{ background: #fff url(../../images/charte/bg-content.jpg) 0 0 repeat-y; margin:0 auto; text-align: left;}
#content{}


/* ===| II. HEADER ELEMENTS |================================================*/
#site-header.outter{}
#site-header .inner{}

/* ===| III. LEFT COLUMN ELEMENTS |===========================================*/
#left-outter{float:left; margin: 0; overflow: hidden;}
#left-outter div.outter{
  background: url(images/box1.gif) 50% 0% no-repeat;padding: 0 0 10px;	min-height: 159px; height: auto!important;height: 159px; }
/*#left-outter div.inner{padding: 0px 5px 0px;}*/

#left-outter div.box1{padding:0 5px 10px;}
#left-outter .box1 .inner{padding:0}

#left-outter div.box2{}
#left-outter div.box3{}
#left-outter .box4{}

#actualite{ background: url(../../images/charte/bg-actualites.jpg) left top no-repeat; width: 275px; height: 188px;}
#actualite-box{ width: 275px; height: 188px;}
#actualite-box .inner{ padding: 85px 20px 0 20px; color: #666; line-height: 12px; text-align: justify;}
#actualite-box img{ float: left; padding: 3px; border: 1px solid #bebebe; margin-right: 10px;}
#contact-info{ background: url(../../images/charte/bg-info.jpg) left top no-repeat; width: 275px; height: 320px;}
#contact-info .inner{ padding: 53px 0 0 20px; color: #666; font-size: 11px; line-height: 11px;}

#promo {}

/* ===| IV. RIGHT COLUMN ELEMENTS |===========================================*/
#right-outter{	float:left;	margin:0; padding:0; overflow: hidden;}
#right-inner{padding: 30px 15px 10px 18px; color: #333;}
#right-inner p{color: #333; text-align: justify;}

/* ===| V. FOOTER BOXES |=====================================================*/
#wrap-footer {position:relative; z-index: 4; width: 100%; text-align: left;
  background-color: #000; color: #666; font-family: Verdana; font-size: 10px;}
#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.outter { margin: 0 auto; padding: 0px;position:relative;}
#footer .inner { padding: 0 0 25px 0;}
#footer .box2	{ padding: 20px 0 0 5px; color: #666; width: 400px; float: left;}
#footer .box2 .inner	{ padding: 0 0 0 0; color: #666;}
#footer .box3	{ padding: 20px 0 0 0; color: #666; width: 500px; float: right; text-align: right;}
#footer .box4	{ margin: 10px 0 0 0; color: #fff;}

.left-end{
	background: #fff;
	width:990px;
	height: 20px;
    margin: 0 auto;
    padding:0;
    position:relative
}

.copyright{padding: 10px 0 0 15px; color: #666;}
div.ref{padding: 5px 10px 0 0; text-align: center;}

/* ===| 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;}
#menu2 a:link, #menu2 a:visited {
color:#666666;
text-decoration: none;
}
#menu2 a:hover, #menu2 a:active {
color:#c0c0c0;
text-decoration: none;
}

.separator{width:100%; height:0px; clear:both; padding:0; margin:15px 0;
  border-bottom: 1px solid #cfcfcf; line-height: 0px; font-size: 0; overflow: hidden;}

/* ===| 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-top: 1px solid #ccc;background: #f2f2f2;}
.pagination span{padding:1px; margin: 0 50px 0 25px;}
.pagination a:link, .pagination a:visited{padding:1px 3px; text-decoration: none; color: #8d8d8d;}
.pagination a:hover, .pagination a:active{color:#000000; text-decoration: underline;}

/* ===| IX. COMPONENT GALERIE |========================================================*/
#gallery{padding: 15px;}
#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;}

.box{
  background: url(../../images/gravure/box.jpg) left top no-repeat; width: 140px; height: 140px; float: left; margin-bottom: 10px; margin-left: 15px;}
.space-box{ width: 20px; height: 140px; float: left;}


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

table#annuaire{width:100%; margin:0 auto;}
table#annuaire td{ vertical-align: middle; padding:5px; text-align:justify;}
table#annuaire td{ border-bottom:1px solid #c5c7ca;}
/************** content ***************/
ul.list{ 	float:left;}
.list li{
	list-style-type:none;
	background-image:url(../../images/charte/bullet.gif);
	background-position: 5px 6px;
	background-repeat:no-repeat;
  text-decoration: none;
  color: #333;
	line-height:16px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}
.mb5{ margin-bottom: 5px;}
.mr5{ margin-right: 5px;}
.mr10{ margin-right: 10px;}
.mr15{ margin-right: 15px;}
.mr20{ margin-right: 20px;}
.mr25{ margin-right: 25px;}
.mr30{ margin-right: 30px;}
.mr35{ margin-right: 35px;}
.ml2{ margin-left: 2px;}
.ml5{ margin-left: 5px;}
.ml10{ margin-left: 10px;}
.ml13{ margin-left: 13px;}
.ml15{ margin-left: 15px;}
.ml20{ margin-left: 20px;}
.ml25{ margin-left: 25px;}
.ml30{ margin-left: 30px;}
.ml35{ margin-left: 35px;}
.ml60{ margin-left: 60px;}
.ml150{ margin-left: 150px;}
.mt3{ margin-top: 3px;}
.mt5{ margin-top: 5px;}
.mt10{ margin-top: 10px;}
.mt15{ margin-top: 15px;}
.mt17{ margin-top: 17px;}
.mt75{ margin-top: 75px;}
.mt50{ margin-top: 50px;}
.mt20{ margin-top: 20px;}
.mt24{ margin-top: 24px;}
.mt30{ margin-top: 30px;}
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}
.mb20{ margin-bottom: 20px;}
.m10{ margin: 10px;}
.pr5{ padding-right: 5px;}
.pr10{ padding-right: 10px;}
.pr15{ padding-right: 15px;}
.pr20{ padding-right: 20px;}
.pr30{ padding-right: 30px;}
.pr45{ padding-right: 45px;}
.pr50{ padding-right: 50px;}
.pr55{ padding-right: 55px;}
.pl5{ padding-left: 5px;}
.pl10{ padding-left: 10px;}
.pl14{ padding-left: 14px;}
.pl15{ padding-left: 15px;}
.pl18{ padding-left: 18px;}
.pl20{ padding-left: 20px;}
.pl22{ padding-left: 22px;}
.pl25{ padding-left: 25px;}
.pl30{ padding-left: 30px;}
.pl60{ padding-left: 60px;}
.pl100{ padding-left: 100px;}
.pt2{ padding-top: 2px;}
.pt4{ padding-top: 4px;}
.pt5{ padding-top: 5px;}
.pt10{ padding-top: 10px;}
.pt11{ padding-top: 11px;}
.pt12{ padding-top: 12px;}
.pt15{ padding-top: 15px;}
.pt20{ padding-top: 20px;}
.pt25{ padding-top: 25px;}
.pt30{ padding-top: 30px;}
.pt35{ padding-top: 35px;}
.pt40{ padding-top: 40px;}
.pt75{ padding-top: 75px;}
.pt145{ padding-top: 145px;}
.pb5{ padding-bottom: 5px;}
.pb10{ padding-bottom: 10px;}
.pb15{ padding-bottom: 15px;}
.pb25{ padding-bottom: 25px;}
.m5{ margin: 5px;}
.p5{ padding: 5px;}
.pt5{ padding-top: 5px;}
.pt8{ padding-top: 8px;}
.p10{ padding: 10px;}
.pt15{ padding-top: 15px;}
.pt20{ padding-top: 20px;}
.pt30{ padding-top: 30px;}
.pt50{ padding-top: 50px;}
.pt60{ padding-top: 60px;}
.pt70{ padding-top: 70px;}
.pt80{ padding-top: 80px;}
.pt90{ padding-top: 90px;}
.pt100{ padding-top: 100px;}
.pt120{ padding-top: 120px;}
.pt130{ padding-top: 130px;}
.pt132{ padding-top: 132px;}
.h5{ height: 5px; line-height: 0px; font-size: 0px;}
.h10{ height: 10px; line-height: 10px; font-size: 10px;}
.h15{ height: 15px; line-height: 15px; font-size: 10px;}
.h20{ height: 20px; line-height: 20px; font-size: 10px;}
.h21{ height: 21px;}
.h40{ height: 40px;}
.h45{ height: 45px;}
.h50{ height: 50px;}
.h100{ height: 100%;}
.h200{ height: 200px;}
.h300{ height: 300px;}
.centered{ text-align: center; clear: both; width: 100%; float: left;}
.color_b{ color: #82065c;}
.color_b1{ color: #82065c; text-transform: uppercase;}
.color_b2{ color: #3e5a82;}
.color_b3{ color: #fff;}
.color_b4{ color: #000;}
.up{ text-transform: uppercase;}
.upp{ text-transform: uppercase; font-size: 12px; font-weight: bold;}
.ten{ width: 100%; height: 10px; line-height: 0px; font-size: 0px;}
.fifteen{ width: 100%; height: 15px; line-height: 0px; font-size: 0px;}
.w10{ width: 10px;}
.w20{ width: 20px;}
.w35{ width: 35px;}
.half{ width: 250px; float: left;}
.mailing:link, .mailing:visited{ text-decoration: none; color: #8806ce;}
.mailing:hover, .mailing:active{ text-decoration: underline; color: #8806ce;}
.linking:link, .linking:visited{ text-decoration: underline; color: #0765a0;}
.linking:hover, .linking:active{ text-decoration: none; color: #0765a0;}
.linking1:link, .linking1:visited{ text-decoration: underline; color: #fff;}
.linking1:hover, .linking1:active{ text-decoration: none; color: #fff;}
.footerlink:link, .footerlink:visited{ text-decoration: none; color: #c0c0c0;}
.footerlink:hover, .footerlink:active{ text-decoration: underline; color:#666666;}
.page:link, .page:visited{ text-decoration: none; color: #4da320;}
.page:hover, .page:active{ text-decoration: underline; color: #4da320;}

.rleft{ width: 378px; float: left;}
.rright{ width: 280px; float: left; margin-left: 20px;}

.paragraph1{ background: url(../../images/presentation/paragraph-01.jpg) left top no-repeat; width: 254px; height: 116px; float: right;}

.diaporama{ margin-left: 15px; width:652px; height:140px; padding-top:10px; clear:both;}
.diaporama #diapo p.title{
  text-align:center; font:bold 11px arial; background-color:#EAEAEA; color:#333; margin:1px; padding:3px 0; border:1px solid #000;}
/************ end content *************/
