.barre div{
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	border="1";
	cellpadding="2"; 
	cellspacing="2";
	width= "100%";
	position: absolute;
	top: 5x;
	left: 10px;
	right: 1px;
	margin:0px;
}
	
.barre table{
    text-align: center;
	background-color: #E1E1E1;
	border: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(0, 0, 0);
	margin:0px;
}
		
.barre td{
		border-color: rgb(255, 204, 153);
		padding: 3px;
        width: 10%;
}
	
.barre a{
		font-family:  Arial,Helvetica,sans-serif;
		color: rgb(0, 0, 0);
		font-size : 13px;
		text-decoration: none;
		font-weight : bold;
}

.barre .on{
	background-color: silver;
	border: black outset 2px;
}

.barre a:hover{
		background-color: rgb(50, 50, 50);
		color: 	rgb(200, 200, 255);
}

.barre td:hover{
		background-color: rgb(50, 50, 50);
		color: 	rgb(200, 200, 255);
}

.dernier{
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom:0px;
	padding : 0px;
	text-align: center;
	font-size: 15px;
	font-family: Arial,Helvetica,sans-serif;
	color: black;
	font-weight: bold;
}

.dernier a{
	color: red;}
