/* SPECIAL POUR L'AFFICHAGE Du TRUC A ONGLETS ================================ */

#banner {
	height: 35px;
	padding-left:10px;
}


.tabs {
	float: left; 
	position: relative;
	height: 30px;
	list-style: none;
	padding-left:10px;
}

.tabs li {
	float: left;
}

.tabs a {
	font:normal 13px 'Trebuchet MS';
	float: left;
	text-decoration: none;
	color:white;
	border: 1px solid white;
}

