/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}


#conteneur {
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	height: 572px;

}

#header {
	height: 120px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: cc9966;
	border-left-color: cc9966;
	border-top-width: 3px;
	border-top-style: groove;
	border-top-color: cc9966;
	background-position: center;



}
#haut {
	height: 20px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: cc9966;
	border-left-color: cc9966;



}
#pied {
	color: #FFFFFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: cc9966;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: cc9966;
	border-left-color: cc9966;


}
.menu {
	list-style-type: circle;
	padding:0;
	margin-left: 5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu li {
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
}
.menu a {
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.menu a:hover {
	color: #ffffff;
	text-decoration: none;
	
}
.menu a:visited {
	color: #ffffff;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666633;
	background-color: #FFFFFF;
	margin: 0px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 10px;

}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666633;
	background-color: #FFFFFF;
	margin: 0px;
	font-weight: bold;
	vertical-align: top;
	text-decoration: underline;

}
.table {
border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: cc9966;
	border-left-color: cc9966;
	}


.contenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 0px 10px;
	margin: 0px;
}
.contenu a:link {
	color: #333300;
	text-decoration: underline;
}
.contenu a:visited {
	color: #666666;
	text-decoration: underline;
	}   /* lien visité   */
.contenu a:hover   {
	color: #ffffff;
	background-color: #666633;
} /* lien survolé     */
.contenu a:active  { color: #ffffff; background: #333366
}
hr {color:#666633;}
