body {
	background-color: #003300;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#barre {
	position:absolute;
	z-index:1;
	left: 0;
	top: 95px;
	visibility: visible;
	width: 100%;
	height: 5px;
}
#navcontainer {
        background: #003300;
        margin: 0 auto;
        padding: 0 0 0 0;
        font-family: georgia, serif;
        text-transform: none;
}

/* to stretch the container div to contain floated list */
#navcontainer:after {
        /*content: ".";*/
        display: block;
        line-height: 1px;
        font-size: 1px;
        clear: both;
}

ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-size: 0.8em;
}

ul#navlist li {
	display: block;
	float: left;
	width: 19%;
	margin: 0;
	padding: 0;
}

ul#navlist li a {
	display: block;
	width: 100%;
	padding: 0.1em;
	border-width: 0px;
	border-style: solid;
	color: #F9F1CC;
	text-decoration: none;
}

#navcontainer>ul#navlist li a {
	width: auto;
}

ul#navlist li#active a {
	color: #FFCC33;
	text-decoration: underline;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #FFCC33;
	background: transparent;
}
#Fond_page {
	background-image: url(Images/barre3.gif);
	background-repeat: repeat-x;

}
.Vert {color: #003300}
.Vert_Gras {
	color: #003300;
	font-weight: bold;
}
.Vert_Gras_italique {
	color: #003300;
	font-weight: bold;
	font-style: italic;
}
.Vert_Titre_italique_24px {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #003300;
}
#menu {
	/*position:fixe;*/
	left:auto;
	top:auto;
	z-index:1;
	background-color: #F9F1CC;
	visibility: visible;
	display: block;
	height: 18pt;
	text-align: center;
	/*vertical-align: middle;*/
	font-weight: bold;
	color: #003300;
	font-size: 18pt;
	text-decoration: underline;
}
