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

body{}
#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/bg-body.jpg) 50% 0% repeat-x;}
#bg3{position:absolute;z-index: 3; background: url(images/bg-wrapcontainer.jpg) 50% 0% no-repeat;}

#wrap-container{position:relative; z-index:4; width: 100%;}
#container{margin:0 auto; text-align: left;}
#content{ height:300px;}

/* ===| II. HEADER ELEMENTS |================================================*/
#site-header.outter{}
#site-header .inner{}
/* ===| V. FOOTER BOXES |=====================================================*/
#footer {background: url(images/bg-footer.jpg) top left no-repeat; height: 85px; padding-top:31px; }
div.ref{padding: 0 0px 0;}
.box1
{
    float: left;
    width:245px;
    padding-left:20px;
}
.box2
{
    float: left;
    width: 711px;
    padding-right: 20px;
}
.box3
{
    float: left;
    width: 100%;
    text-align: center;
}
/* ===| VI. OTHER ELEMENTS |====================================================*/
img {border: 0;}
img.thumb{border: 1px solid #529ce7; padding:4px; background: #fff; }
.separator{width:100%;	height:30px; clear:both; padding:0; margin:0; line-height: 0px; font-size: 0; overflow: hidden; background: url(images/separator.jpg) no-repeat 50% 50%; }

#page-title
{
    float: left;
    padding-bottom:9px;
}
.photos
{
    float:left;
    width:940px;
    background: url(images/bg-photos.jpg) repeat-x top left;
    padding:8px;
    margin-bottom:10px;
}
#text
{
    clear:both;
    width: 100%;
    padding:10px 0;
    height: 100%;
    background: url(images/bg-text.jpg) repeat-y 50% 0%;
}
#left-holder
{
    float: left;
    width:463px;
}
#right-holder
{
    float: right;
    width:463px;
}
ul.list1{
	padding: 3px 0 0px 25px;
    float:left;
    margin: 0;
    width:120px;
	}
ul.list1 li{
	background: url(images/bullet.jpg) no-repeat top left;
	background-position:0px 6px;
	text-align:justify;
	line-height: 18px;
    color:#1e56bb;
	padding:0px 0px 0px 10px;
	}
#horaires
{
    float: left;
    width:374px;
    height:71px;
    padding:14px 5px 0 84px;
    margin:5px 0;
    background: url(../../images/charte/bg-horaires.jpg) no-repeat top left;
    font-weight: bold;
}
/*------------------ merci ------------------*/
.merci-box
{
    clear:both;
    font-size: 12px;
    width:360px;
    height: 41px;
    padding:98px 0px 0px 103px;
    background: url(images/bg-merci.jpg) no-repeat top center;
}

.merci-box a:link, .merci-box a:visited
{
    color:#333 !important;
    text-decoration: underline;
    font-weight: bold;
}
.merci-box a:hover, .merci-box a:active
{
    color:#fe7f00 !important;
    text-decoration: none;
    font-weight: bold;
}


