body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D5CEBA;
}
#page {
	left: 50%; 
	height: 500px;
	width: 760px;
	margin-left: -380px;
	position: absolute;
}
body {
	background-color: #555;
	margin-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/fond_barre_verte.png);
	background-repeat: repeat-x;
}
#page #menu_haut {
	height: 150px;
}
#page #navigation {
	height: 30px;
	background-color: #333;
}
#page #navigation ul {
	list-style-type: none;
	margin:  0;
	text-align: right;
	vertical-align: middle;
	line-height: 30px;
}
#page #navigation li {
	display: inline;
	vertical-align: middle;
	text-transform: uppercase;
}
#page #navigation li a {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
}
#page #navigation li a:hover {
	border-bottom: 5px solid #99CC66;
}
#page #contenu #menu_gauche {
	width: 200px;
	float: left;
}
#page #contenu #texte_droite {
	float: right;
	width: 560px;
}
#page #contenu #menu_gauche li {
	list-style-type: none;
	font-size: 14px;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}
#page #contenu #menu_gauche li a {
	list-style-type: none;
	font-size: 14px;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}
#page #contenu #menu_gauche li a:hover {
	border-left: 5px solid #99CC66;
	padding-left: 5px;
}
.selection {
	border-bottom: 5px solid #99CC66;
}
a {
	font-size: 12px;
	color: #99CC66;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #99CC66;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCC66;
	text-transform: uppercase;
}
#page #contenu {
	height: 320px;
	background-color: #333;
}
#page #top {
	height: 20px;
	background: #333;
}
