html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
overflow-x: auto;
}

body {
	background-repeat: repeat;
	background-color: #OOOOOO;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	font: 6px Comic sans MS, Arial, Helvetica, sans-serif;
	text-align: center;
}

#entete {
	position: relative;
	top: 0px;
        height: 110px;
	clear:both;
	background: #000000 url(images/header.jpg) no-repeat center top;
	font: 36px Comic sans MS, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
}

#navigation {
	position: relative;
	top: 22px;
	margin:0;
	padding: 0;
	clear:both;
	width:1000px;
	height:48px;
	border-radius:7px;
	background: #d6eaf8 url(images/fond_menu.gif) repeat-x left top;
	text-align: center;
}


ul.nav-main,
ul.nav-main li {
	list-style: none;
	margin: 0;
	padding: 0;
	width:250px;
}


ul.nav-main {
	position: relative;
	z-index: 597;
}

ul.nav-main li:hover > ul {
	visibility: visible;
}


ul.nav-main li.hover,
ul.nav-main li:hover {
	position: relative;
	z-index: 599;
	cursor: pointer;
	border-radius:7px;
	background: url(images/fond_menu_over.gif) repeat-x left top;
}



ul.nav-main li {
	float:left;
	display:block;
	border-radius:7px;
	height: 48px;
	color: #999;
	font: 20px Comic sans MS, Arial, Helvetica, sans-serif;

}

ul.nav-main li a {
	display:block;
	padding: 8px 8px 8px 8px;
	height: 35px;
	color: #999;
	font: 20px Comic sans MS, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

ul.nav-main li a:hover {
	color:#D6D6D6;
}



ul.nav-main *.list {
	padding-right: 0px;
	height: 48px;

}



ul.nav-sub {
	visibility: hidden;
	position: absolute;
	padding:5px;
	top: 49px;
	left: 18;
	z-index: 598;
	border-radius:7px;
	background: #353535 url(images/fond_sous_menu.gif) repeat-x left top;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}


ul.nav-sub li {
	list-style:none;
	display:block;
	padding: 0;
	height: 27px;
	float: none;
	width:200px;
	border-bottom: 1px solid #5a5a5a;
	background: none;
	text-align: center;
}

ul.nav-sub li a {
	list-style:none;
	display:block;
	padding: 6px 5px 6px 5px;
	height: 15px;
	float: center;
	width:200px;
	background: none;
	font: 16px Comic sans MS, Arial, Helvetica, sans-serif;
	text-align: center;
}

#contenu {
        position: relative;
	top: 60px;
	clear:both;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.map {width:300px; height:277px; margin:25px 0 0 0;}
.map iframe {width:300px; height:277px; border-radius:7px;}

h1 {
	width:100%;
	text-align: right;
	font-family: "Comic sans MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#piedepage {
        position: relative;
	top: 60px;
	clear:both;
	background: #000000 url(images/footer.jpg) no-repeat center bottom;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#piedepage a {
	text-decoration: none;
}

#piedepage a:hover {
	text-decoration: none;
}

	background: url(images/separator.gif) no-repeat right center;
	background: url(images/navigation-arrow.gif) no-repeat right top;