/* CSS Document */

.navigation {
	display: block;
	padding: 10px;
	width: 180px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	background-color: #FF9900;
}

.navigation1 {
	display: block;
	padding: 8px;
	width: 180px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #3300FF;
	background-color: #CADCEB;
}

.navigation1:hover {
	display: block;
	padding: 8px;
	width: 184px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000;
	background-color: #F2F2C5;
}

.relief {
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

.heure {
	background-color: #990000;
	color: #FF9900;
	text-align: right;
}

.date {
	background-color: #990000;
	color: #FF9900;
	text-align: left;
}

.navigation2 {
	display: block;
	padding: 8px;
	width: 180px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #3300FF;
	background-color: #66FFFF;
}