ul#menu {
	position: relative;
	margin: 0;
	padding: 0;
	font:bold normal 13px/normal Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-transform: capitalize;
}
#menu li {
display: inline;
margin: 0 5px;
}
#menu a {
color:#000000;
text-decoration: none;
}
#menu a:hover {
color:#003366 ;
}
#menu a:visited {
color:#666666;
}


.soutitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000033;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: 000033;
	text-align: left;
}
.txtbld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: 000033;
}
