html, body {width:100%;} #conteneur { 	width:900px; 	margin:0 auto 0 auto; }
#menu
{
}
#onglets
{
    font : bold 11px arial;
    list-style-type : none;
    padding-bottom : 12px; /* à modifier suivant la taille de la police ET de la hauteur de l'onglet dans #onglets li */
    margin-left : 0px;
}
#onglets li
{
    float : left;
    height : 21px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
	width : 65px;
    background-color: #F4F9FD;
    margin : 0px 2px 0 0px;  /* Pour les navigateurs autre que IE */
    border : 1px solid #9EA0A1;
}
#onglets li.active
{
    border : 2px solid #9EA0A1;
	background-color: #e0e0e0;
}
#onglets a
{
    display : block;
    color : #666;
    text-decoration : none;
    padding : 4px;
}
#onglets a:hover
{
    background : #123;
}
.table_vide
{
	margin : 0px 0px 0px 0px;
	border: none;
}
.texte_langue
{
	display : block;
	text-decoration : none;
	color: #F4F9FD;
	font-family: 'Calibri','sans-serif';
	font-size: 11px;
}
.texte_normal
{
    COLOR: #003399;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal
}
.titre_normal
{
    COLOR: #003399;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold
}
.titre_gros_FIDAR
{
	font-size: 24pt;
	line-height: 115%;
	font-family: 'Microsoft JhengHei','sans-serif';
	font-style: italic;
	font-weight: bold;
	color: rgb(0, 102, 255);
}
.titre_FID, .titre_AR, .titre_titre
{
	font-size: 16pt;
	line-height: 115%;
	font-family: 'Calibri','sans-serif';
	font-style: italic;
	color: rgb(0, 102, 255);
}
.titre_AR
{
	font-size: 14pt;
	font-style: normal;
}
.titre_titre
{
	font-size: 11pt;
	font-style: normal;
}