.bandeau {
	position: absolute;
}

.bandeau ul {
	list-style-type: none;
	list-style-image: none;
}

.bandeau ul li{
	padding: 0pt 10px 4px; 
	float: left; 
	font-size: 1em; 
	font-weight: bold; 
	background-color: rgb(225, 235, 242); 
	margin-right: 2px; 
	-moz-border-radius: 5px;
}

.bandeau ul li.activetab{
	background-color: rgb(18, 163, 235);	
}
