/* CSS Document */
p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #990000;
line-height: 18px;
padding: 3px;
}
.barre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCC00;
	text-decoration: none;
	background-color: #707008;
	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: #FFFF00;
	text-decoration: none;
	background-color: #990000;
	display: block;
	padding: 8px;
	width: auto;
}
.gras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 200px;
}
.gras:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 200px;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 300px;
	background-attachment: fixed;
}
.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 300px;
	background-color: #d5be52;
}

