body { 
	   background:url(../images/fond.gif);
	   margin-top:25px;
	   }

/*Contenu*/
#content {
	background:#e2cfb5;
	width:880px;
	padding:10px;
	-moz-border-radius:7px;
	}
#content a {
	color:#542436;
	}
#content h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0 0 20px 0;
	font-family:Trebuchet MS;
	}
#contenu {
	padding:15px;
	background:url(../images/middle-content.png) repeat-y;
	}
#contenu ul {
	font:normal 14px Trebuchet MS;
	}
#contenu #ariane {
	font:normal 12px Arial, Helvetica, sans-serif;
	padding-bottom:25px;
	}
#contenu #ariane a {
	color:#333333;
	}
#contenu #ariane a:hover {
	text-decoration:underline;
	}
#contenu hr {
	clear:both;
	visibility:hidden;
	}

/*Galerie*/
#contenu .gallery {
	margin:10px;
	background:url(../images/lys.gif) top no-repeat;
	padding-top:29px;
	}
#contenu .gallery div {
	background:#f6f4f5;
	-moz-border-radius:10px;
	padding-top:15px;
	padding-left:20px;
	}
#contenu .gallery div .img {
	background:none;
	padding:0;
	-moz-border-radius:0;
	}
#contenu .gallery div .galleryclear {
	clear:both;
	padding:0;
	}
#contenu .gallery h3 {
	color:#542436;
	font-size:16px;
	margin:0;
	padding:0;
	}
#contenu .gallery img {
	border: solid 2px white;
	}
#contenu .gallery div .gallerycomment {
	padding:0 0 15px 0;
	margin:0;
	}
#contenu .gallery div .gallerycomment p {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#333333;
	margin:0;
	padding:0;
	}


/*Homepage*/
#contenu .left {
	float:left;
	width:370px;
	padding-top:35px;
	}
#contenu .left #intro p img {
	float:left;
	margin-right:10px;
	margin-top:-10px;	
	}
#contenu .left #intro p {
	font:normal 14px Trebuchet MS;
	color:#542436;
	line-height:24px;
	}
#contenu .left #txt-intro {
	padding-top:60px;
	background:url(../images/ornement.gif) top center no-repeat;
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	color:#542436;
	line-height:25px;
	text-align:center;
	}
#contenu .left #txt-intro a {
	color:#542436;
	text-decoration:none;
	}
#contenu .left #txt-intro img {
	margin-top:25px;
	}
#contenu .right {
	float:right;
	width:460px;
	}
#contenu .right #holder {
	background: url(../images/bg-flash.gif) top no-repeat;
	width:424px;
	height:533px;
	margin-top:45px;
	padding:15px 0 0 30px;
	}
#contenu #tarifs {
	font:normal 12px Trebuchet MS;
	background:#f6f4f5;
	margin-bottom:25px;
	}
#contenu #tarifs td {
	padding:10px;
	border-right:solid 2px white;
	font:bold 14px Trebuchet MS;
	}
#contenu #tarifs span {
	display:block;
	font:normal 12px Arial, Helvetica, sans-serif;
	}	


/*Pied de page*/
#content #contenu #footer {
	text-align:center;
	clear:both;
	padding-top:25px;
	}
#content #contenu #footer p {
	padding:0;
	color:#333333;
	font:normal 12px Trebuchet MS;
	}
#content #contenu #footer p span {
	padding:0 15px 0 15px;
	}
#content #contenu #footer p img {
	float:none;
	}


/*Global*/
#header, #content, #footer {
	margin:0 auto 0 auto;
	}





















/* by Alexander Endresen and mark and Nuno */
#menu_vert {
/* no margin/padding so it fills the whole div */
	margin: 0;
	padding: 0;
}
.clearb {
/* needed for some browsers */
	clear: both;
}
#menuwrapper {
/* set the background color for the menu here */
/* IE6 Hack */
	height: 1%;
	width: 920px;
/* one border at the top */
	margin: 0 auto 0 auto;
	padding: 0;
}
ul#primary-nav, ul#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 10px;
/* keeps the first menu item off the left side */
	padding-left: 10px;
}
ul#primary-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	visibility: hidden;
}
ul#primary-nav ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px;
	padding: 0px;
	font:normal 14px Trebuchet MS;
	width:180px;
}
#primary-nav li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 220px;
/* removes any left margin it may have picked up from the first li */
	margin-left: 5px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */
ul#primary-nav li a {
	font:normal 16px Trebuchet MS;
	display:block;
	color:white;
	height:47px;
	width:180px;
	line-height:49px;
	background:url(../images/onglet.png) center -49px no-repeat;
	margin:0 auto 0 auto;
	text-decoration:none;
	text-align:center;
}
/*ul#primary-nav .menuactive .menuactive {
	background:url(../images/onglet-actif.png) no-repeat 5px 0;
	color:#542436;
	}*/	
ul#primary-nav li a:hover, ul#primary-nav .menuactive .menuactive {
	background-position:center top;
	color:#542436;
}
ul#primary-nav li ul a {
	font:normal 14px Trebuchet MS;
	text-align: left;
	margin: 0px;
	position: relative;
	padding: 6px 3px 6px 15px;
	font-weight: normal;
	background-color:#542436;
	border-bottom:solid 1px white;
	background-image:none;
	height:25px;
	line-height:25px;
	width:170px;
}
ul#primary-nav li ul a:hover, ul#primary-nav li ul .menuactive .menuactive {
	color:#542436;
	background:#e2cfb5;
	width:170px;
	background-image:none;
	float:none;
}

/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
/* set your image here, dark grey image */
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	visibility: visible;
}
/* IE6 Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
