body {
	margin: 0;
	padding: 0;
	background: #EEF1F4 url(images/img01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	
}

body.accueil a.accueil,
body.adultes a.adultes,
body.enfants a.enfants,
body.philosophie a.philosophie,
body.budget a.budget,
body.contact a.contact {
background: #C44203;
text-decoration: underline;
height: 40px;
}




h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-left: 20px;
	margin-top:0;
	color: #8C914F
}

h1 {
	font-size: 1.1em;
	font-weight: normal;
	color: #E5E992;
	margin-left: 20px;
	font-style: italic;
	line-height: 160%;
}


p {
	margin: 20px;
	line-height: 160%;
}


a {
	text-decoration: none;
	color: #FF4900;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

#exposant {
	font-size: 0.6em;
	vertical-align: super;
	}

/* Header */

#header {
	width: 1000px;
	height: 104px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat left top;
}



/* Menu */

#menu {
	list-style:none;
	position:relative;
	z-index:5;
	width: 1000px;
	height: 46px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04.jpg) no-repeat left top;
}

#menu li {
	float: left;
	position:relative;
}

#menu a {
	display: block;
	height: 34px;
	margin-left: 30px;
	margin-top: 0;
	padding: 12px 20px 0px 30px; 
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	border: none;
}

#menu a:hover {
	background: #C44203;
	text-decoration: underline;
}

#menu ul {
	list-style: none;
	line-height: normal;
	background: #712501;
	background:rgba(255,255,255,0);
	position:absolute;
	left:-9999px 
}


#menu ul li{
float:none;

}


#menu ul a{
white-space:nowrap;
}

#menu li:hover ul{
 left:0;
}


#menu li:hover a{
    background:#C44203;
    text-decoration:underline;
}


#menu li:hover ul a{
    text-decoration:none;
}


#menu li:hover ul li a:hover{
    background:#C44203;
	text-decoration:underline;
}

#menu a:hover, #menu .current_page_item a {
	background: #C44203;
}

#menu .current_page_item a {
	background: #C44203;
}
	
#splash {
	width: 1000px;
	height: 238px;
	margin: 0 auto;
	background: url(images/img05.jpg) no-repeat left top;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img07.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(images/img06.jpg) no-repeat left top;
}

#page-bgbtm {
	margin: 0px;
	padding: 40px 30px 0px 30px;
	background: url(images/img08.jpg) no-repeat left bottom;
}

/* Content */

	
#content {
	float: left;
	width: 520px;
	height: 560px;
	overflow:auto;
	padding: 0 20px 20px 20px;

}


.post {
	padding: 0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 330px;
	padding: auto;
	background-color: #656646;
}



/* Footer */

#footer-wrapper {
	width: 100%;
	background: #231202;
}

#footer {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
}

#footer p {
	margin: 0;
	padding-top: 25px;
	line-height: normal;
	font-size: 0.8em;
	text-align: center;
	color: #656646;
}

#footer a {
	color: white;
	background: #C44203;
	padding: 5px;
}
