/* CSS Document */

.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #717171;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline;
	padding: 14px;
}
}
.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline;
	padding: 14px;
}
.navigation2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #717171;
	text-decoration: none;
	background-color: #F6F6F6;
	display: inline;
	padding: 14px;
}
.navigation2:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #F6F6F6;
	display: inline;
	padding: 14px;
}
.navigation3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #717171;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline;
	padding: 8px;
}
.navigation3:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline;
	padding: 8px;
}	
.navigation4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #F6F6F6;
	display: inline;
	padding: 8px;
}
.navigation4:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #717171;
	text-decoration: none;
	background-color: #F6F6F6;
	display: inline;
	padding: 8px;
}
.navigation5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline;
	padding: 14px;
}
.navigation5:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #717171;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline;
	padding: 14px;
}
.navigation6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: inline;
	padding: 14px;
}
.navigation6:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #F6F6F6;
	text-decoration: none;
	background-color: #000000;
	display: inline;
	padding: 14px;
}
 
function rolloverOut(cellule) {
  document.getElementById(cellule).innerHTML = "Plop !";
}
}

