/*===| 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: #000;}
#bg1{position:absolute;z-index: 1; width:100%; }
#bg2{position:absolute;z-index: 2; width:100%; background: url(images/bg-x.jpg) 50% 0% repeat-x;}
#bg3{position:absolute;z-index: 3; background: url(images/bg-fix.png) 50% 0% no-repeat;}
/*#bg3{position:absolute;z-index: 3; background: url(images/bg-fix.jpg) 50% 0% no-repeat;} */

#wrap-container{position:relative;z-index:4; width: 100%;}
#container{background: url(images/spacer.jpg) 50% 50% repeat-y; margin:0 auto;	text-align: left;}
#content{}
/* ===| III. LEFT COLUMN ELEMENTS |===========================================*/
#left-outter{float:left; margin: 0; overflow: hidden; height:845px;}


#diapo
{
    float: left;
    width:388px;
    height:412px;
    /*background: url(images/bg-diapo.jpg) no-repeat top left;*/
}
#actualite
{
    float: left;
    width:348px;
    height: 73px;
    padding: 28px 20px 0 20px;
    background: url(images/bg-mdm.jpg) no-repeat top left;
}
#info
{
    float: left;
    width:368px;
    height: 137px;
    padding: 40px 0 0 20px;
    background: url(images/bg-coordonnees.jpg) no-repeat top left;
}
.address
{
    float: left;
    width:173px;
}
.horaire
{
    float: left;
    width:195px;
}



#photos
{
    float: left;
    width:368px;
    height: 112px;
    padding:10px 0 0 20px;
    background: url(images/bg-photos.jpg) no-repeat top left;
}
#newsletter
{
    float: left;
    width:245px;
    height: 34px;
    padding: 5px 20px 0 123px;
    background: url(images/bg-newsletter.jpg) no-repeat top left;
}
/* ===| IV. RIGHT COLUMN ELEMENTS |===========================================*/
#menu-top
{
    float: left;
    width: 501px;
    height: 226px;
    /*background: url(images/bg-menu.jpg) no-repeat top left;*/
}

#right-outter{	float:left;	margin:0; padding:0; overflow: hidden; background: #000 url(images/bg-right.jpg) no-repeat top left; }
#footer.outter	{background: url(images/bg-footer.jpg) no-repeat top left; margin: 0 auto; padding: 0px;}
div.ref
{
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 11px;
    color:#697369;
}


/* footer */
.digitalage
{
    float: left;
    width: 221px;
    padding-left:10px;
    padding-top:18px;
}
.copyright
{
    float: left;
    width: 283px;
    padding-left:10px;
    padding-top:18px;
}
#menu2
{
    float: left;
    width: 365px;
    padding-top:18px;
}
/* index */
.text
{
    float: left;
    width:457px;
    padding:0 22px;
}
ul.list1{
	padding: 30px 0 0px 10px;
    float:left;
    margin: 0;
	}
ul.list1 li{
	background: url(../../images/charte/bullet.jpg) no-repeat top left;
	background-position:0px 4px;
	text-align:justify;
    font-size: 12px;
	padding:0px 0px 15px 15px;
	}
.txt-image
{
    float: left;
    width: 100%;
    text-align: center;
}
#txt-index
{
    padding:25px 0 0px 0;
}
/* merci */
.mercidiv
{
    float: left;
    width:100%;
    text-align: center;
    padding-top:50px;
}
.merci-box
{
    width:200px;
    padding:30px;
    text-align: center;
    border:solid 1px #074e07;
}


/* ===| VI. OTHER ELEMENTS |====================================================*/

.separator{width:100%;	height:30px; clear:both; padding:0; margin:0px 0; line-height: 0px; font-size: 0; overflow: hidden; background: url(images/separator.png) no-repeat 50% 50%; }