/* CSS Document */

.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	background-color: #333333;
	display: block;
	padding: 8px;
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}


.navigation:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #663366;
	display: block;
	padding: 8px;
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9F0000;
}
.pied {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
}
#conteneur {
	position: absolute;
	width: 900px;
	clip: rect(auto,auto,auto,auto);
}
.tableau {
	border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #333333;
	border-left-color: #CCCCCC;
}
.contact {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.contact:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCFF00;
	text-decoration: underline;
	text-align: center;
}

