#onglets{        position : absolute;        border : 1px solid transparent;        padding : 0;        font : bold 11px Batang, arial, serif;        list-style-type : none;        margin-top : 0;        width : 900px;	}#onglets li{    float : left;    height : 21px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */    background-color: #F4F9FD;    margin : 2px 2px 0 2px !important;  /* Pour les navigateurs autre que IE */    margin : 4px 2px 0 2px;  /* Pour IE  */    border : 1px solid #9EA0A1;}		#onglets li.active{    border-bottom: 1px solid #fff;    background-color: #fff;}#onglets a{    display : block;    color : #666;    text-decoration : none;    padding : 4px;}#onglets a:hover{    background : #fff;}#menu{        border-bottom : 1px solid #9EA0A1;        padding-bottom : 25px;		margin-bottom:4px;}.pageperso img{	max-width:700px;}