/*===| 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-right:19px;} .right1{float: right; margin-left:19px;}
#push, .clr	{clear: both;}

body{ background: #ffffff;}
#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/bg-body.jpg) 50% 0% no-repeat;}

#wrap-container{position:relative;z-index:4; width: 100%;}
#container{background:url("images/bg0.gif") 50% 50% 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; }
#diapo
{
    float: left;
    width:245px;
    height:440px;
    /*background: url(images/diapo.jpg) no-repeat top left;*/
}

/* ===| IV. RIGHT COLUMN ELEMENTS |===========================================*/
#right-outter{	float:left;	margin:0; padding:0; overflow: hidden;}
#right-inner{
    padding-left: 20px;
    float:left;
    width:494px;
    height:440px;
}

/* ===| V. FOOTER BOXES |=====================================================*/
#footer.outter	{margin: 0 auto; padding: 0px;}
#info
{
    float: left;
    padding:0;
    text-align: center;
    width: 960px;
    height: 20px;
    padding:8px 0;
   /* background: url(images/bg-info.jpg) no-repeat top right; */
}
#address
{
    float:left;
    padding:5px 6px 0 80px;

}
#tel
{
    float: left;
    background: url(images/icon-tel.jpg) no-repeat 0% 50%;
    padding: 5px 15px 5px 20px;
}
#mail
{
    float: left;
    background: url(images/icon-mail.jpg) no-repeat 0% 60%;
    padding: 5px 10px 5px 15px;
}
#plan
{
    float: left;
    background: url(images/icon-plan.jpg) no-repeat 0% 60%;
    padding: 5px 10px 5px 15px;
}

#menu2
{
    float: left;
    width:960px;
    padding-bottom:3px;
    text-align: center;
}
.copyright
{
    float: left;
    padding:0;
    text-align: center;
    width: 960px;
}

.ref{
    width:960px;
    margin:0 auto;
    text-align: center;
}

/* ===| VI. OTHER ELEMENTS |====================================================*/
a:active, a:focus{
outline:none;
}

a img.thumb{
-moz-opacity: 1.00; opacity:1.00;
border: 0px;
border: solid 1px #bbbbbb; padding:6px;
}

a:hover img.thumb{
-moz-opacity: 0.70; opacity:0.70;
border: 0px;
border: solid 1px #6f3b5a; padding:6px;
}

img {border: 0;}
img.thumb{border: solid 1px #bbbbbb; padding:6px; background: #ffffff;}
.separator{width:100%;	height:20px; clear:both; padding:0; line-height: 0px; font-size: 0; overflow: hidden; background: url(images/separator.jpg) no-repeat 50% 50%; }
.separator1{width:328px; height:20px; padding:0; line-height: 0px; font-size: 0; overflow: hidden; background: url(images/separator.jpg) no-repeat 50% 50%; }

ul.list1{
	padding-left: 7px;
    float:left;
    margin: 0;
	}
ul.list1 li{
	background: url(images/list-arrow.jpg) no-repeat top left;
	background-position:0px 8px;
	text-align:justify;
	line-height: 20px;
	padding:0px 0px 1px 20px;
	}
.list-div
{
    float:left;
    width: 100%;
    background: url(images/list-dott.jpg) repeat-x bottom left;
}
.mercidiv
{
    width:100%;
    text-align: center;
    background: url(../../images/charte/bg-merci.jpg) no-repeat 50% 100%;
    height:119px;
    padding-top:245px;

}
/* ===| IX. COMPONENT GALERIE |========================================================*/
#gallery{padding: 5px; float:left; height:330px; }
.gallery-thumb{float: left; width: 135px; text-align: center; padding: 5px; border: 1px solid #ccc; margin:5px; background: #fff;}
/*.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
{
  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;
}




.pagination1
{
    width: 100%;
    text-align: center;
    float:left;
}
.page
{
    background: #eaeaea;
    padding:0 5px;
}

.pagination1 a:link, .pagination1 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
    color: #8e449b;
  }
.pagination1 a:hover, .pagination1 a:active{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
    color: #000;
}
