.txtnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.txtbleu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0033FF;
}
a.lienbleu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033FF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a.lienbleu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033FF;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
a.lienbleu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033FF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
	background-color: #C0D9EF;	
}


.menu {
	background-color: #f5d54e;
	color: #395c96;
	position: absolute;
	z-index: 99;
	list-style-type: none;
	padding: 0px;
	margin: 5px;
	margin-top: -13px;
	margin-left: 0px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.menu a {
	color: #395c96;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.menu a:hover {
	color: #fff;
	text-decoration: underline;
}

.menu li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 3px solid #ccc;
	text-align: left;
}
