.tab-content{
	border-radius: 3px;
    background-color: rgb(255,255,255,0.5);
}

.onglet1:hover, .onglet2:hover, .onglet3:hover{
    background-color: #cc067c;
    color:white;
}

.onglet1 a:hover, .onglet2 a:hover, .onglet3 a:hover{
    text-decoration: none;
    color:white;
}

.onglet_courant, .onglet_courant a{
    background-color: #cc067c;
    text-decoration: none;
    color:white;
}

.onglet{
	margin-right: 1px;
	margin-left: 1px;
	padding: 4px;
	border-radius: 6px 6px 0px 0px;
}