a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF9933;
	text-decoration: none;
}
a:hover {
	color: #FFCC99;
	text-decoration: underline;
}
a:active {
	color: #FFCC99;
	text-decoration: line-through;
}


.menu_top a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_top a:visited {
	color: #FFFFaa;
	text-decoration: none;
}
.menu_top a:hover {
	color: #FFFF00;
}
.menu_top a:active {
	color: #FFCC99;
}


.menu_dr a:link {
	color: #2A487F;
	text-decoration: none;
}
.menu_dr a:visited {
	color: #336899;
	text-decoration: none;
}
.menu_dr a:hover {
	color: #FFCC99;
	text-decoration: underline;
}
.menu_dr a:active {
	color: #FFCC99;
	text-decoration: line-through;
}

.menu_dr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A487F;
	font-weight: bold;
	line-height: 12px;
}
.menu_page {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9933;
	line-height: 15px;
}
.texte_page {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: url(../images/ico_fleche.gif);
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ECE9D8;
	text-align: left;
}
.titre_page {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.menu_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #336899;
	background-color: #FF9229;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	text-align: right;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336899;
	border-right-color: #336899;
	border-bottom-color: #336899;
	border-left-color: #336899;
}.titre_section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336899;
	border: 1px solid #336899;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.source {
	font-size: 9px;
	font-style: italic;
	color: #999999;
}