/*===| I. MAIN LAYOUT  |=====================================================*/
* {margin: 0; outline: none; }
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: url(images/bg.jpg) repeat top left;}
#bg1{position:absolute;z-index: 1; width:100%;}
#bg2{position:absolute;z-index: 2; width:100%;}
#bg3{position:absolute;z-index: 3; background: url(images/bg-fix.gif) 50% 0% no-repeat;}

#wrap-container{position:relative;z-index:4; width: 100%;}
#container{ margin:0 auto;	text-align: left;}
#content{}
/* ===| III. LEFT COLUMN ELEMENTS |===========================================*/
#left-outter{float:left; margin: 0; overflow: hidden;}
#diapo
{
    float: left;
    width: 349px;
    height: 411px;
}

#actualite
{
    float: left;
    width: 329px;
    height: 138px;
    background: url(images/bg-mdm.jpg) no-repeat top left;
    padding: 40px 10px 0px 10px;
}
#actualite .inner
{
    float: left;
    height: 103px;
}
#actualite img
{
    float: left;
    border: solid 1px #ff65b0;
    margin-right:10px;
    margin-bottom:5px;
}
#details-button img
{
    float: right;
    border: none !important;
    margin: 0;
}
#info
{
    float: left;
    width: 339px;
    height: 139px;
    background: url(images/bg-coordonnees.jpg) no-repeat top left;
    padding: 40px 0px 0px 10px;
}


/* ===| IV. RIGHT COLUMN ELEMENTS |===========================================*/
#right{	float:left;	margin:0; padding:0; overflow: hidden;}
#right-outter{	float:left;	margin:0; padding:0; overflow: hidden; background: url(images/bg-text.jpg) no-repeat top left; height: 653px;}
#right-inner{padding: 34px 30px 0px 30px;}



#menu1{
    float: left;
    width: 551px;
    height: 216px;
}
#h1-holder
{
    float: left;
    width: 450px;
    height: 54px;
    background: url(images/bg-h1.jpg) no-repeat top left;
    padding-left: 40px;
    padding-bottom:10px;
}

/* ===| 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{ margin: 0 auto; padding: 0px;}
.digitalage
{
    float: left;
    width: 332px;
    padding: 10px 0px 0px 17px;
}
#menu2
{
    float: left;
    width: 540px;
    padding: 10px 10px 0px 0px;
    text-align: right;
}
#mentions
{
    float: left;
    width: 540px;
    padding: 0 10px 0px 0px;
    text-align: right;
}
/* ===| VI. OTHER ELEMENTS |====================================================*/
img {border: 0;}

.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;}
.separator1{width:100%;	height:7px; clear:both; padding:0; line-height: 0px; font-size: 0; overflow: hidden;}

/* index */
.div-bg
{
    float: left;
    width: 490px;

    background: #ffc1e0;
}
.div-lines
{
    float: left;
    width:460px;
    padding: 15px;
    border-top: solid 1px #cd0062;
    border-bottom: solid 1px #cd0062;
    margin: 1px 0;
}
ul.list1{
    float:left;
	padding: 0px 0 0px 15px;
	}
ul.list1 li{
	background: url(images/bullet.jpg) no-repeat top left;
	background-position:0px 5px;
	text-align:left;
	line-height: 17px;
    font-size: 12px;
    color:#000000;
	padding:0px 0px 0 20px;
    }
.box
{
    float: left;
    width: 280px;
    padding-left:10px;
}
.thumb
{
    border:solid 1px #ffc1e0;
    padding: 2px;
    margin-right:15px;
}
/* merci */
.mercidiv
{
    float: left;
    width: 488px;
    height: 387px;
    background: url(../../images/charte/contact/bg-merci.jpg) no-repeat top left;
}
.merci-box
{
    float: left;
    width: 488px;
    padding-top: 160px;
}
/* listegalerie */
.thumb1
{
    border:solid 1px #ffc1e0;
    padding: 0px;
}
.holder-images
{
    float: left;
    width:490px;
    height: 420px;
    padding-top:20px;
}

.photo
{
    float: left;
    width:150px;
    height:200px;
    padding: 5px 5px;
    text-align: center;
}
.recherche
{
    float: left;
    width:484px;
    padding:3px;
    border-bottom: solid 1px #ff91c8;
}
.buttonS
{
    background: url(../../images/charte/galerie/recherche-over.jpg) no-repeat top left;
	border: none;
    width: 85px;
	height: 24px;
    float: right;
}
.buttonSover
{
    background: url(../../images/charte/galerie/recherche.jpg)  no-repeat top left;
	border: none;
    width: 85px;
	height: 24px;
        float: right;
    cursor: pointer;
}
.label
{
    float: left;
    font-weight: bold;
    color:#e24795;
    font-size: 11px;
    padding-top:3px;
}


