#bas
{
	width: 800px;
	height: 25px;	
	-moz-border-radius:25px;
	position: relative;
	float: bottom;
	margin-bottom: 0;
	margin: auto;
}

#bas ul
{
	margin: auto;	
	display: block;
	list-style-type: none;
}

#bas a
{
	color: #143962 ;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
}

#bas a:hover /* qd on pointe sur les liens */
{
	color: #143962;
	text-decoration:none;
	text-align: center;
	font-size: 18px;
}

#validator
{
	float: right;
}



