/* CSS Document */
body { margin-top:0; }

/************  DIV  ****************/

div#conteneur {
background-image:url(images/back_14.jpg);
background-repeat:repeat;
position:relative;
width: 1020px;
margin: 0px auto;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}
div#header {
background-image:url(images/auberge_01.jpg);
width: 1020px;
height: 133px;
margin:0;
}

div#title {
background-image:url(images/auberge_11.jpg)4;
background-repeat:no-repeat;
padding:0 0 0 0;
margin:0 0 0 0;
width: 1020px;
}

div#centre {
padding:0 0 0 0;
margin:0 0 0 0;
float:right;
width:607px;
text-align:center;
}

div#footer {
background-image:url(images/auberge_14.jpg);
background-repeat:no-repeat;
background-color:#140105;
float:bottom;
padding:0 0 0 0;
margin:0 0 0 0;
width: 1020px;
height: 60px;
clear:both;
text-align:center;
color:#13010;
font-size:10px;
}

div#apres_menu{
margin:0;
padding:0;
height:41px;
width:1020px;
font-size:1px;
line-height:1px;
}

div#gauche{
margin:0;
padding:0;
background-image:url(images/auberge_12.jpg);
height:351px;
width:413px;
float:left;
}

div#droite{
margin:0;
padding:0 100px 0 0;
background-image:url(images/auberge_13.jpg);
background-repeat:no-repeat;
/*height:351px;*/
width:507px;
float:right;
}

.phrase_emailing {
    color:black;
    font-size:10px;
}

/********** MENU *************/
ul#menu li {
height:15px;
float:left;
display:inline;
padding: 0;
margin: 0;
line-height:1px;
font-size:1px;
}

ul#menu {
margin:0px 0 0 0;
padding:0 0 0 0;
list-style-type:none;
}

p#cometik{
float:right;
color : black;
text-decoration:none;
font-size:10px;
padding:10px 70px 0 0;
}

p#mentions_legales{
padding:0 0 0 140px;
color : white;
text-decoration:none;
font-size:10px;
text-align:center;
margin-top:10px;
font : 10px Verdana,Arial,Sans-serif;
}

#newsletter{
padding : 90px 0 0 250px;
margin :0px;



/* CSS AFFICHAGE DYNAMIQUE SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*OPACITE SUR IMAGES*/
.opacite img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.opacite:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}