/*===| 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;}
.left1{float: left; margin:0 10px 0 0;} .right1{float: right; margin: 0 0 0 10px;}
#push, .clr	{clear: both;}

body{background: #ffffff url(images/bg-body.jpg) repeat-x top left;}
#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: url(images/bg-y.jpg) 50% 50% repeat-y; margin:0 auto;	text-align: left;}
#content{ background: url(images/bg-container.jpg) no-repeat top left;}

/* ===| II. HEADER ELEMENTS |================================================*/
#site-header.outter{}
/* ===| III. LEFT COLUMN ELEMENTS |===========================================*/
#left-outter{float:left; margin: 0; overflow: hidden; background: url(images/img-left.jpg) no-repeat top left; width:247px; height:362px;}
#actualite{
    float: left;
    width: 281px;
    height: 107px;
    background: url(images/bg-mdm.jpg) no-repeat top left;
    padding:47px 19px 0px 27px;
}
#plan{
    float: left;
    width: 280px;
    height: 114px;
    background: url(images/bg-plan.jpg) no-repeat top left;
    padding:40px 20px 0px 20px;
}

#info{
    float: left;
    width: 300px;
    height: 114px;
    background: url(images/bg-coordonnees.jpg) no-repeat top left;
    padding:40px 0px 0px 20px;
}


/* ===| IV. RIGHT COLUMN ELEMENTS |===========================================*/
#right-outter{	float:left;	margin:0; padding:0; overflow: hidden;}
#right-inner{padding: 0px 17px 0px 10px;}

/* ===| V. FOOTER BOXES |=====================================================*/
#footer.outter	{ margin: 0 auto; padding: 0px; background: url(images/bg-footer.jpg) no-repeat top left;}
.digitalage
{
    float: left;
    width:212px;
    padding: 10px 0px 6px 20px;
}
#menu2
{
    float: right;
    width:638px;
    padding: 0px 0px 3px 0px;
    text-align: right;
}
.copyright
{
    float: right;
    width:638px;
    padding: 10px 20px 0px 0px;
}

/* ===| VI. OTHER ELEMENTS |====================================================*/
img {border: 0;}

a:active, a:focus{
outline:none;
}

a img.thumb{
-moz-opacity: 1.00; opacity:1.00;
}

a:hover img.thumb{
-moz-opacity: 0.70; opacity:0.70;
}
img.thumb{border:1px solid #b9b9b9; padding:3px;  background: #ffffff;}

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

#page-title
{
    float: left;
    padding-bottom: 22px;
}
.div-bg
{
    float: left;
    width:670px;
    height: 111px;
    padding:15px;
    background: url(../../images/charte/index-bg-text.jpg) no-repeat top left;
    margin-top:7px;
}
ul.list1{
	padding-left: 0px;
    float:left;
    margin: 0;
	}
ul.list1 li{
	background: url(../../images/charte/bullet.jpg) no-repeat top left;
	background-position:0px 5px;
	text-align:justify;
	line-height: 18px;
    font-size: 12px;
    color:#000;
	padding:0px 0px 1px 15px;
	}
/* contact */
.box-left
{
    float: left;
    width: 212px;
    padding:0 10px 0 10px;

}
.box-middle
{
    float: left;
    width: 212px;
    padding:0 10px 0 10px;

}
.box-right
{
    float: left;
    width: 212px;
    padding:0 10px 0 10px;

}


/* ===| IX. COMPONENT GALERIE |========================================================*/
#gallery{padding: 5px; float:left; height:250px; }
.gallery-thumb{float: left; width: 93px; text-align: center; padding: 5px; height: 90px; border: 1px solid #fff; margin:5px; background: #d8d8d8;}
/*.gallery-thumb a:link, #gallery div.thumb a:visited { vertical-align: middle; -moz-opacity: 1.00; opacity:1.00;  }
.gallery-thumb a:hover, #gallery div.thumb a:active { vertical-align: middle;  background: #fff; -moz-opacity: 0.70; opacity:0.70;}
*/
.gallery-thumb p
{
  padding:0;
}
.gallery-thumb .title
{
  text-transform: uppercase;
  font-weight:normal ;
  text-align: center;
  color:#6f3b5a;
}

a img.thumb1{
-moz-opacity: 1.00; opacity:1.00;
border: 0px;
}

a:hover img.thumb1{
-moz-opacity: 0.50; opacity:0.50;
border: 0px;
}

.pagination
{
	float:left;
	width:698px;
	background:#bdbdbd;
	padding:1px;
}
.pagination p
{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:1px 5px 1px 5px;
	background:#fff;
	border:solid 1px #a1a1a1;
}
.pagination a:link, .pagination a:visited
{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	padding:1px 5px;
}
.pagination a:hover, .pagination a:active
{
	color:#fff;
	text-decoration:none;
	padding:1px 5px;
	font-weight:bold;
	background:#a1a1a1;
}
#sel
{
	color:#ffffff;
	background:#a1a1a1;
	font-weight:bold;
	padding:1px 5px;
	text-decoration:none;
}

