body, #index h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #003300;
}

#index {
	text-align: center;
}

#body {
	width: 100%;
	height: 100%;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-image: url(images/foret.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: white;
	font-size: 1.8em;
	font-weight: bold;
	padding-top: 10px;
}

#menu {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 17%;
	
}

#principal {
	position: absolute;
	top: 90px;
	left: 17%;
	width: 83%;
	background-color: #FFF;
}

#text-principal {
	padding: 20px 30px 0px 30px;
}

#iframe {
   margin-top: 5px;
	width: 100%;
	height: 600px;
}

#special {
	display: none;
}

hr {
	color:#70814A
}

.title {
	font-weight: bold;
}

.center {
	text-align: center;
	margin: auto;
}

.tarif{
    border: 2px solid #003300;
}

.tarif td {
	border: 1px solid #003300;
	padding: 5px;
}

.tarif th {
    border: 1px solid #003300;
	padding: 5px;
	background-color: #EEFFDD;
}

.picture {
	border-color:#70814A;
	border-width: 2px;
	border-style: solid;
}

.menu {
	border-color: #70814A;
	border-style: solid;
	list-style: none;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 40px;
	padding: 10px;
}

.submenu {
	list-style: square;
	line-height: 20px;
}

.welcome {
	font-size: 2em;
	font-style: italic;
}

.active {
	font-weight: bold;
}

.not-active {
	font-weight: normal;
}

.special {
	color: #DD2222;
	font-weight: bold;
}

.float-right {
	float: right;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

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

a:hover {
	font-weight: bold;
}


