.menu { 
font-weight: bold;
font-size : 12px;
line-height: 0.9em;
margin-left : 15px;
margin-right : 0px;
margin-top : 5px;
margin-bottom : 5px;
color : #ffffff;
text-decoration : none;
}

div.illustration {
float: left;
margin-top: 0px;
margin-left: 0px;
margin-bottom: -2px;
margin-right: 10px;
}

div.illustrationDroite img {
float: right;
margin-top: 0px;
margin-right: 0px;
margin-bottom: -2px;
margin-left: 10px;
}
div.titre {
margin-top :3px;
font-weight: bold;
font-size : 16px;
background-color : #ffff00;
text-align : center;
}

div.grostitre {
margin-top :3px;
font-weight: bold;
font-size : 24px;
background-color : #ffff00;
text-align : center;
}

div.menu a {
  color:#ffffff;
  text-decoration:none;
}

div.menu a:hover {
  color:#ffff00;
}

a {
	font-weight: bold;
	font-size : 12px;
  	color:#000000;
  	text-decoration:none;
}

a:hover {
  color:#ff00ff;
}

ul {
	color : #ffffff;
	font-weight : bold;
	font-size : 12px;
	margin-bottom : 5px;
	padding-left: 5px;
	padding-bottom : 0px;
}

li {
	display:inline;
	margin-top : 0px;
	margin-right : 20 px;
	padding : 0px;	
}

li a {
	font-size : 16px;
	color:#990000;
}