/* CSS Document */
p{
font-family: Verdana, sans-serif;
font-size: 14px;
color: #000066;
line-height: 18px;
padding: 3px;
}
.barre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: auto;
}
.barre:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	background-color: #FFCC00;
	display: block;
	padding: 8px;
	width: auto;
}
.gras {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 350px;
}
.gras:hover {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 350px;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: auto;
}
.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: auto;
}

