body, td, p, ul, li { font-family: "Arabic Transparent"; font-size: 16px; color: #33497E; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;}
body_fr, td_fr , p_fr, ul_fr, li_fr { font-family: "Arial, Helvetica, sans-serif"; font-size: 14px; color: #33497E; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;}
input, select { font-family: "Arabic Transparent"; font-size: 13px; color: #33497E;}
input_fr, select_fr { font-family: "Arial, Helvetica, sans-serif"; font-size: 13px; color: #33497E;}
body {
	background-color: #FFFFFF;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
}
p { line-height:130%}
a { text-decoration:none; font-weight: bold}
a:hover { text-decoration: underline}

.titre { font-family: "Arabic Transparent"; font-size: 20px; font-weight:bold}
.titre_fr{font-family:Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold}
.titre_small { font-family: "Arabic Transparent"; font-size: 16px; font-weight:bold}
.titre_small_fr { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold}
.c { background-color:#FFFFFF}
.fdfonce { background-color: #93B3EE; }
.fdclaire { background-color: #C6D8F2;}

.latin { font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.petit { font-family: "Arabic Transparent"; font-size: 12px;}
.obligatoire { color:#FF0000}


/**** Onglets ****/ 
.dynamic-tab-pane-control.tab-pane {

	width:	780px;
	margin-left: -2px;
}
.dynamic-tab-pane-control .tab-row .tab {
	width: 130px;
	height: 22px;
	background-image: url( "../img/tab.gif" );
	/*position: relative;*/
	top: 0;
	display: inline;
	text-decoration:none;
	float: left;
	overflow: hidden;
	cursor: hand;
	margin: 1px 0px 1px 2px;
	padding: 2px 0px 0px 0px;
	border: 0;
	z-index: 1;
	font-family: Arabic Transparent;
	font-size:13px;
	white-space: nowrap;
	text-align: center;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	width: 130px !important;
	height: 22px !important;
	background-image:	url( "img/tab_active.gif" ) !important;
	background-repeat: no-repeat;
	border-bottom-width:	0;
	z-index: 3;
	margin: 1px 0px 1px 2px;
	padding: 2px 0px 0px 0px;
	margin-right:0px;
	font-family: Arabic Transparent;
	font-size:13px;
	font-weight:bold;
}
.dynamic-tab-pane-control .tab-row .tab a {
	font-family: Arabic Transparent;
	font-size:13px;
	color: #333;
	text-decoration: none;
	cursor: hand;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	font-family: Arabic Transparent;
	font-size:13px;
	width: 130px;
	height: 22px;
	background-image:	url( "img/tab_hover.gif" );
	background-repeat: no-repeat;
}
.dynamic-tab-pane-control .tab-page {
	border: 1px solid rgb( 145, 155, 156 );
	background: rgb( 252, 252, 254 );
	z-index: 2;
	position: relative;
	top: -2px;
	font: 11px Tahoma;
	color: #333;
	padding: 5px;
	width: 100%;  
	float: right;
	

}
.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
}
/*++*/
.onglet { /* style des onglets inactifs */
	margin:5px 5px 0px 20px; /* marge extérieure */
	padding:5px 5px 5px 5px; /* marge intérieure */
	font-size:13px;  /* taille de la police des onglets */
	float:left; /* boite en mode float, pour pouvoir en définir la largeur */
	width:100px; /* largeur de la boite float */
	background : url(../img/tab.gif) bottom no-repeat; /* image de fond de la boite float, calée en bas */
	background-color: #C6D8F2;
	text-decoration:none; /* les lien dans les onglets ne sont pas soulignés */
	text-align:center;
	font-family: "Arabic Transparent";
	margin-bottom:20px;
	font-weight: bold;
  } /* Le texte des onglets est centré */

.onglet_fr { /* style des onglets inactifs */
	margin:5px 5px 0px 20px; /* marge extérieure */
	padding:5px 5px 5px 5px; /* marge intérieure */
	font-size:10px;  /* taille de la police des onglets */
	float:left; /* boite en mode float, pour pouvoir en définir la largeur */
	width:100px; /* largeur de la boite float */
	background : url(tab.gif) bottom no-repeat; /* image de fond de la boite float, calée en bas */
	background-color: #C6D8F2;
	text-decoration:none; /* les lien dans les onglets ne sont pas soulignés */
	text-align:center;
	font-family: "Arial, Helvetica, sans-serif";
	margin-bottom:20px;
	font-weight: bold;
  } 
a.onglet:hover {color:green} /* lors du survol d'un lien, la police devient verte */

.onglet-actif { /* style de l'onglet de la page active */
	margin:5px 5px 0px 20px; /* marge extérieure */
	padding:5px 5px 5px 5px; /* marge intérieure */
	position:relative; /* l'onglet inactif est mis en position relative */
	top:2px; /* pour pouvoir baisser l'onglet de 2 pixels */
	border-bottom : solid 0px white; /*on efface le trait inférieur du menu */
	font-family: "Arabic Transparent";
	font-size:13px;
	text-align:center;
	background-color: #719DDF;
	/*background-image:	url( "img/tab_hover.gif" );*/
  background-repeat: no-repeat;
	font-weight: bold;
	}
	
.onglet-actif_fr { /* style de l'onglet de la page active */
	margin:5px 5px 0px 20px; /* marge extérieure */
	padding:5px 5px 5px 5px; /* marge intérieure */
	position:relative; /* l'onglet inactif est mis en position relative */
	top:2px; /* pour pouvoir baisser l'onglet de 2 pixels */
	border-bottom : solid 0px white; /*on efface le trait inférieur du menu */
	font-family:" Arial, Helvetica, sans-serif";
	font-size:10px;
	text-align:center;
	background-color: #719DDF;
	/*background-image:	url( "img/tab_hover.gif" );*/
  background-repeat: no-repeat;
	font-weight: bold;
	}
.ongcache {
visibility:hidden;
}
.fr{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

