
.prenoms #onglets {
		padding : 0;
		list-style-type : none;
		margin : -1px 0 ;
		overflow:hidden ;
}
.prenoms #onglets a:link {  text-decoration : none;}

.prenoms #onglets a:focus{text-decoration:underline;}
.prenoms #onglets a:hover { text-decoration:underline;}

.prenoms #onglets .active {
	color: #3467ae;
	border-bottom : none;
}

.prenoms #onglets a.active:hover { text-decoration:none;}

.prenoms #onglets a {
	display:block;
    background-color: #f7f7f7;
    margin : 0px;  
    text-decoration : none;
    padding : 0.15em 1em ;
	height:1.5em;
	line-height:1.5em;
	font-weight:bold;
    border : 1px solid silver; 
    border-bottom : 2px solid silver;
	position:relative;
	color : #525457;
}

/*
	POUR IE 
*/
.prenoms #onglets a {
	float : none;	display:inline;
}
