body {
	background-color: #d2c4b3;
	font-family: sans-serif;
	margin-right: 20px;
	margin-left: 20px;
	color: #422821;
}
.menu img.logo {
	width: 177px;
	height: 183px;
	padding-left: 50px;
	float: left;
}
.banner {
	display: block;
	margin-left: auto;
    margin-right: auto;
}
.menu {
padding-top: 10px;
-webkit-border-top-right-radius: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-topleft: 20px;

	background-color: #e6d4cb;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6b4Ab', endColorstr='#f6e4db'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#c6b4Ab), to(#f6e4db)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #c6b4Ab,  #f6e4db); /* for firefox 3.6+ */

	text-align: center;
    line-height: 30px;
   
}

.menu ul {
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #817365;
}

.menu li {
	list-style: none;
	display: inline;
}
.menu a {
	font-weight: bold;
	text-transform: none;
	color: #bea7ff;
	font-size: medium;
	padding: 4px;
	margin-right: 10px;
	margin-left: 10px;
	word-spacing: normal;
	text-decoration: none;
}
.menu a:hover {
text-decoration: underline;
}
.menu form {
	float: right;
	width: 50%;
	background-color: #c6b19b;
	-moz-border-radius-topleft: 0.8em; 
	-moz-border-radius-bottomleft: 0.8em; 
	-webkit-border-radius: 0.8em 0 0 0.8em; 
	padding-left: 30px;
	-webkit-box-shadow: 0 3px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 2px rgba(0,0,0,.2);
	box-shadow: 0 3px 2px rgba(0,0,0,.2);
}

.menulang {
	left: auto;
	right: 100px;
	float: right;
	text-align: right;
	top: 25px;
	position: absolute;
}
.menulang img {
	width: 20px;
		border:0;
}
.menulang a {
	border-style: none;
	border:0;
	text-decoration: none;
}


.listelarge {
	list-style: none;
	padding-right: 10px;
	padding-left: 10px;
}
.listelarge dt {
	font-weight: bold;
}
.listelarge dd {
	margin-bottom: 10px;
	margin-left: inherit;

}

.address {
	margin: 60px;
	font-size: small;
	text-align: center;
}
a {
	text-decoration: none;
		color: #9e396a;
}
em {
	color: #9e396a;
	font-weight:bold;
}

table img { margin : 0px; padding: 0px; }


.main {
	margin-top: 0px;
	padding: 30px;
	background-color: #ae9d89;
	line-height: 1.20;
	text-align: justify;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;

}

.promotion {
	margin : 30px;
	margin-right : 70px;
	padding : 20px;
	float: right;
	background-color: #9e396a;
	color: #9e8d79;
	-moz-border-radius: 0.8em; 
	-webkit-border-radius: 0.8em; 
}

.condition {
	margin : 10px;
	margin-right : 30px;
	padding : 20px;
	color: #422821;
	background-color: #d6c0a8;
	-moz-border-radius: 0.8em; 
	-webkit-border-radius: 0.8em; 
}

.picto {
	vertical-align: middle;
	margin: 3px;
}

.pol {
	text-shadow: 0px 0px;
	list-style-type: circle;
}

div#carou-images img {
	-webkit-box-shadow: 8px 8px 12px #000;
	box-shadow:8px 8px 12px #000;
	-moz-box-shadow: 8px 8px 12px #000; 
}

#loopedSlider {
	float:right;
	padding: 5px;
	margin-left: 10px;
}

.gallerie {
	float: right;
	margin-left: 10px;
}

.gallerie img {
	-webkit-box-shadow: 8px 8px 12px #000;
	box-shadow:8px 8px 12px #000;
	-moz-box-shadow: 8px 8px 12px #000; 
}

div#gallerie {
	float: right; 
}

div#gallerie table {
	border-color: #9e396a;
	border-style: solid;
	padding: 0px;
	border-width: 4px;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	margin: 10px;
}
div#gallerie td {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
}

div#gallerie a img { border: 0px; text-decoration: none; }

.main form { /* set width in form, not fieldset (still takes up more room w/ fieldset width */
 margin: 0;
 padding: 0;
 min-width: 500px;
 max-width: 600px;
}
.main form fieldset {
 background-color: #e6d4cb;
 border-color: #000;
 border-width: 2px;
 border-style: solid;
 padding: 10px; /* padding in fieldset support spotty in IE */
 margin: 0;
}
.main form label { 
 display: block; /* block float the labels to left column, set a width */
 width: 200px;
 float:left;
 padding: 0;
 margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
 text-align: right;
}
.main form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
 text-decoration:underline; /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
/* pseudo-class on legend elements, but do support it on label elements */
/* you could instead underline first letter on each element and accesskey */
/* each input but doing only legends lessens cognitive load */
/* changed to label first letter, opera broke after first letter legend */
}
.main form fieldset legend {
color: #9e396a;
font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
/* be careful with padding, it'll shift the nice offset on top of border */
}
.main form input, .main form textarea, .main form select {
/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
/* width:auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
label aligns textarea better in IE */
}
.main form input#reset {
margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
.main textarea { overflow: auto; }
.main form small {
display: block;
margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
padding: 1px 3px;
font-size: 88%;
}
.main form label.required{font-weight:bold;} /* uses class instead of div, more efficient */
.main form br {
clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

