@charset "utf-8";
/* CSS Document */

#ul_onglets{
margin:0 0 0 10px;
padding:0 0 0 5px;
}
.onglet{
float: left;
margin:5px 2px 0 5px;
padding:5px 10px ;
border:1px solid #AAA;
border-bottom:none;
border-radius:5px 5px 0 0;
-webkit-border-radius:4px 4px 0 0;
-moz-border-radius:4px 4px 0 0;
color:#555;
cursor: pointer;
list-style: none;
background: #EEE;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
font-size: 13px;
}
.onglet:hover{
background: #AAA;
} 
.onglet_selectionner{
float: left;
margin:5px 2px -5px 5px;
padding:5px 10px ;
border:1px solid #AAA;
border-bottom:2px solid white;
border-radius:5px 5px 0 0;
-webkit-border-radius:4px 4px 0 0;
-moz-border-radius:4px 4px 0 0;
color:#555;
cursor: pointer;
font-weight:bold;
list-style: none;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
font-size: 13px;
} 

.contenu-onglet{
width: 510px;
clear: both;
background-color:white;
margin-top:-1px;
margin: auto auto auto 7px;
padding: 0px 15px;
border:1px solid #AAA;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
color:#555;
cursor: text;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
font-size: 12px;

}
#conteneur-onglet{
width: 545px;
margin: auto auto 30px 5px;
}