.contenerOnglet {
	display: block;
	visibility: visible;
	height: 54px;
	margin-top: 86px;
	float: right;
	width: 500px;
	margin-right: 20px;
    }

  .onglet { text-decoration: none;
    text-align: center;
    height: 54px;
    font-family: Arial,Helvetica,sans-serif;
    color: #1f465a;
    font-size: 14px;
    line-height: 60px;
    float: right;
    width: 136px;
    background-image: url(../graphique/onglet.png);
    background-position: center;
    background-repeat: no-repeat;
    font-weight: bold;
    }

  a.onglet:hover { background-image: url(../graphique/ongletOver.png);
    background-position: center;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #ffffff;
    }
