@CHARSET "UTF-8";

/* CHARTE GRAPHIQUE */
/*
#d3d3d3
#e6e6e6 
#212121
#363636
#cd0a0a
*/

body{
	font-family: "HelveticaNeue",Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
	/*font: 11px "Trebuchet MS", Helvetica, Arial, sans-serif;*/
	margin: 0;
	padding: 0;
	text-align: center;
	color: #343434;
	background: url("theme/clim/images/fond_body.png") repeat-x;
	background-color: #0e73a0;
}

/* jqueryui */
.ui-dialog { 
	text-align: left;
}
.ui-widget { 
	font-family: inherit !important;
	font-size: 1.0em !important;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { 
	font-family: inherit !important;
}
.ui-pg-input {
	border: none !important;
	width: 20px !important;	
}


/* CSS GENERIQUES */
button {
	cursor: pointer;
	text-align: center;
	margin-bottom: 20px;
}

input, select, textarea {
	padding: 2px;
	background-color: #f7f7f7;
	color: #343434;
	font-size: 11px;
	border: 1px solid #a80041;
	vertical-align: middle;
}
img {
	vertical-align: middle;
}
select {
	max-width: 350px;
}

#load {
	display: none;
	position: absolute;
	top: 45px;
	width: 43px;
	height: 11px;
	text-indent: -9999em;
	background: url("theme/clim/images/loader_blanc.gif") no-repeat 0 0;
}

#content {
   margin: 0 50px;
   text-align: center;
}

#content h1{
   font-size: 18px;
   color: #0e73a0;
}

#content h2{
   margin: 0 20px;
   padding: 10px 0 3px 0;
   border-bottom: 1px solid #a80041;
   font-size: 14px;
   text-align: left;
   color: #a80041;
}

#content p{
   margin: 0 20px;
   padding: 10px 0 20px 0;
   font-size: 11px;
   line-height: 17px;
   text-align: left;
   color: #000000;
}

#content img.right {
	float: right;
	margin: 0 0 8px 8px;
}

/*#content ul{
	list-style: none;
	text-align: left;
}

#content li{
   padding: 5px;
}

#content label{
	width: 40%;
   display: block;
   clear: both;
   float: left;
   text-align: right;
   font-weight: bold;
   margin-right: 10px;
}*/

form {
	margin:0 auto;
	text-align: left;
}
form ul {
	list-style: none;
	margin-bottom:15px;
}
form ul li {
	padding-bottom: 5px;
	line-height: 20px;
}
form ul li label {
	float: left;
	text-align: right;
	padding-right: 10px;
	clear: both;
	/*line-height: 20px;*/
}


#content .obligatoire{}

#content fieldset{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  *margin-top: 30px;
  *margin-bottom: 0;
  padding:0 0;
  *padding: 20px 0;
  border: 1px solid #a80041;
  background: #FFFFFF;
  text-align: center;
}

#content fieldset legend{
  position: absolute;
  top:-24px;
  *left: -7px;
  float: left;
  margin-left: -1px;
  margin-bottom: 22px;
  padding: 6px 15px 2px 15px;
  white-space: no-wrap;
  border-left: 1px solid #a80041;
  border-right: 1px solid #a80041;
  border-top: 1px solid #a80041;
  background: #a80041;
  font-weight: bold;
  color: #FFFFFF;
}

#content .div_separator {
	height: 30px;
	*height: 40px;
}

#content .div_separator_ie {
	height: 0;
	*height: 0;
}
#content .div_separator_ssfieldset {
	height: 45px;
	*height: 60px;
}


.size_11 {
	font-size: 11px;
}
.size_12 {
	font-size: 12px;
}
.size_13 {
	font-size: 13px;
}
.size_14 {
	font-size: 14px;
}
.size_15 {
	font-size: 15px;
}

.size_18 {
	font-size: 18px;
}

.size_20 {
	font-size: 20px;
}

.gras {
	font-weight: bold;
}

.erreur {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color:#FF0000;
	padding: 20px;
}

.input_date {
	width: 100px;
}
.input_date:disabled {
	color : #797979 !important;
}


.obligatoire {
	font-size: 12px;
	font-weight: bold;
	color:#a80041;
	margin-left: 5px;
}

.modal_li_erreur {
	list-style-image:url("theme/clim/images/sign_error.png");
	color:#FF0000;
}

.modal_li_confirm {
	list-style-image:url("theme/clim/images/sign_warning.png");
	color:#FF0000;
}

.modal_li_succes {
	list-style-image:url("theme/clim/images/sign_tick.png");
	color:#1aa200;
}


/* ------------------*/
/* AUTHENTIFICATION */
/* ----------------*/
#dialog_box_login {
	width: 500px;
	height: 345px;
	background: url("theme/clim/images/fond_connexion.png") no-repeat;
	text-align:center;
}
#content_login {
	position: absolute;
	width: 500px;
	margin-left: -250px;
	left: 50%;
	height: 345px;
	margin-top: -172px;
	top: 50%;
	text-align: center;
}

#form_login {
	/*width: 380px;
	*margin-top: 0;
	margin-left: 50px;
	*margin-left: auto;
	*margin-right: auto;
	text-align: center;
	padding-bottom: 20px;
	*padding-bottom: 10px;*/
	padding-top: 150px;
	*padding-top: 160px;
	width: 335px;
	margin:0 auto;
}

#form_login label {
	width: 100px;
}

#content_login h1{
   font-size: 18px;
   color: #0e73a0;
   text-align: center;
   *padding: 0;
   *margin-bottom: -10px;
}

#content_login .modal_li_erreur {
	margin: 0;
	padding: 0;
}

#compte_help {
	color: #f7f7f7;
	padding-right: 20px;
}

#compte_help a {
	color: #f7f7f7;	
}

#message_login {
	margin-top: 5px;
}
/* -----------------*/
/* PAGE PRINCIPALE */
/* ---------------*/
#page {
	width: 987px;
	margin: 30px auto;
}

#logo {
	width: 987px;
	height: 161px;
	background: url("theme/clim/images/fond_entete.png") no-repeat;
}

#wrapper {
	position:relative;
	width: 987px;
	text-align: center;
	background: URL("theme/clim/images/fond_page.png");
}

#footer {
	padding-top: 45px;
	background: url("theme/clim/images/fond_bottom.png") no-repeat;
	color: #FFFFFF;
}

#footer a {
	color: #f7f7f7; 
}


/* -----------------*/
/* MENU HORIZONTAL */
/* ---------------*/
.menu_horizontal {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	height: 26px;
	width: 915px;
	text-align: left;
	border-bottom: #a80041 1px solid;
}

.menu_horizontal ul {
   margin: 0;
   padding: 0;
   text-align: left;
}

.menu_horizontal ul li {
   display: block;
   position: relative;
   float: left;
   margin-right: 2px;
   width: 126px;
   height: 26px;
   white-space: nowrap;
   line-height: 26px;
   text-align: center;
   	z-index: 50 !important;
}

.menu_horizontal ul li a {
   display: block;
   width: 100%;
   height: 100%;
   background: url("theme/clim/images/menu_bleu.png") repeat-x;
   color: #ffffff;
   text-decoration: none;
}

.menu_horizontal ul li ul {
	position: absolute;
	top: 26px;
	text-align: left;
	*margin-left: -63px;
}

.menu_horizontal ul li li a	{
   width: 160px;
   *width: 180px;
   padding: 0 10px;
   font-weight: normal;
   text-align : left;
}

.menu_horizontal .current li a,
.menu_horizontal .sfHover li a {
   background: url("theme/clim/images/menu_bleu.png") repeat-x;
}

.menu_horizontal ul li a:hover,
.menu_horizontal .sfHover a,
.menu_horizontal .sfHover a:hover,
.menu_horizontal .current li a:hover {
   background: url("theme/clim/images/menu_rouge.png") repeat-x;
   font-weight: normal;
}

.menu_horizontal .current a,
.menu_horizontal .current a:hover {
	 font-weight: normal;
	 background-color: #a80041;
	 background-image: none;
}

#deconnect {
	display: block;
	float: right;
	margin-top: 5px;
	padding-left: 20px;
	background: url("theme/clim/images/deconnect.png") no-repeat 0 0;
	color: #0e73a0;
	cursor: pointer;
	line-height: 17px;
}
#deconnect:hover {
	color: #0d6a93;
	text-decoration: underline;
	background: url("theme/clim/images/deconnect_hover.png") no-repeat 0 0;
}
/* FIN MENU */

/* ---------*/
/* TABLEAU */
/* -------*/
#content img {
	cursor: pointer !important;
}
#content .resultTableOuter {
	margin:20px auto;
}

#content .resultTableInner {
	overflow:auto;
	max-height:305px;
}

#content .resultTableOuter thead tr {
}
#content .resultTableOuter tfoot tr {
}
#content table tbody tr.ligne_paire td{
	background: #FFFFFF;
}
#content table tbody tr.ligne_impaire td{
	background: #EECCD9;
}

#content table {
   border-collapse: collapse;
   font-size: 11px;
}

#content table thead th,
#content table thead td {
   font-weight: bold;
   background: #a80041;
   color: #FFFFFF;
}
#content table thead th {
	font-weight: bold;
	padding: 4px;
}
#content table tbody th {
   background: #d37fa0;
   color: #000000;
}
#content table tbody tr.odd td {
   background: #FFFFFF;
   color: #000000;
}
#content table tbody tr.even td {
   background: #eeccd9;
  color: #000000;
}

.tr_hover {
   background: #ABABAB !important;
} 

/* FIN TABLEAU */


/* ------------------- */
/* GESTION DES STAGES */
/* ------------------*/
.fieldset_search_stage {
	width: 620px;
	margin:0 auto;
}
.fieldset_search_stage form {
	width: 550px;
	margin:0 auto;
}
.fieldset_search_stage label {
	width: 120px !important;
}

.fieldset_liste_stage {
	width: 800px;
}

/* CALENDRIER DES STAGES */
#aff_Semestres {
	margin-top: 20px;	
}

#div_aff_sem_prec {
	width: 295px;
	float: left;
	margin-left: 50px;
	text-align: left;
}

#div_liste_periode_aff {
	float: left;
	border-bottom: 1px solid #a80041;
	font-size: 14px;
	text-align: left;
	color: #a80041;
}

#div_aff_sem_suiv {
	float:right;
	margin-right: 50px;
}



/* ------------------------- */
/* GESTION DES INSCRIPTIONS */
/* ------------------------*/
/*FIELDSET DE RECHERCHE */
.fieldset_search_inscriptions {
	width: 770px;
}
.fieldset_search_inscriptions_1 {
	float: left;
	width: 350px;
	margin-left: 20px !important;
}
.fieldset_search_inscriptions_1 form ul li label {
	width: 150px;
}
.fieldset_search_inscriptions_2 {
	float: right;
	width: 350px;
	margin-right: 20px !important;
}
.fieldset_search_inscriptions_2 form ul li label {
	width: 80px;
}
.fieldset_search_inscriptions_3 form ul li label {
	width: 130px;
}
.fieldset_search_inscriptions_2 form ul li select {
	max-width: 200px;
}
/* FIELDSETS DE RESULTATS */
.fieldset_liste_resultat_search {
	width: 100%;
	margin: 0 auto;
}
/* FIELDSET INFOS STAGE*/
/* FIELDSET INFO SESSION PRESENTIELLE */
.fieldset_liste_resultat_search .fieldset_infos_stage {
	width: 400px;
	float:left;
	left: 40px;
}
.fieldset_liste_resultat_search .fieldset_infos_session {
	width: 350px;
	float: right;
	right: 40px;
}
.fieldset_liste_resultat_search .fieldset_infos_stage, 
.fieldset_liste_resultat_search .fieldset_infos_session {
	margin:0 auto;
	padding: 10px 0;
}
.fieldset_liste_resultat_search .fieldset_infos_stage div, 
.fieldset_liste_resultat_search .fieldset_infos_session div {
	margin: 20px auto;
}

.fieldset_liste_resultat_search .fieldset_infos_stage ul,
.fieldset_liste_resultat_search .fieldset_infos_session ul {
	width: 90%;
}
.fieldset_liste_resultat_search .fieldset_infos_stage ul li,
.fieldset_liste_resultat_search .fieldset_infos_session ul li{
	line-height: 15px !important;
}
.fieldset_liste_resultat_search .fieldset_infos_stage ul li label {
	width: 170px !important;
}
.fieldset_liste_resultat_search .fieldset_infos_session ul li label {
	width: 100px !important;
}

.fieldset_liste_resultat_search .fieldset_infos_stage ul li label, 
.fieldset_liste_resultat_search .fieldset_infos_session ul li label {
	font-weight: bold;
	color: #0e73a0;
}

/* TABLEAU DES INSCRIPTIONS */
.fieldset_liste_inscription {
	width: 850px;
}
.tabListInscriptions {
   width:783px;
}
.tabListInscriptions .resultTableInner {
   width: 800px;
}
.tabListInscriptions label {
   white-space: nowrap ;
}

.tabListInscriptions .col1 ul,
.tabListInscriptions .col1 li,
.tabListInscriptions .col2 ul,
.tabListInscriptions .col2 li {
   margin: 0 !important;
   padding: 0 !important;
   height: 20px;
}
.tabListInscriptions .col1 {
   width: 220px;
}
.tabListInscriptions .col1 label {
   width: 90px; 
}
.tabListInscriptions .col2 {
   width: 340px;
}
.tabListInscriptions .col2 label {
   width: 90px;
}
.tabListInscriptions .col3{
   width: 150px;   
}
.tabListInscriptions .col4{
   width: 90px;   
}

/* -----------------------*/
/* EDITION DES COURRIERS */
/* ---------------------*/
/*FIELDSET DE RECHERCHE */
.fieldset_search_edit_courrier {
	width: 770px;
}
.fieldset_search_edit_courrier_1 {
	float: left;
	width: 350px;
	margin-left: 20px !important;
}
.fieldset_search_edit_courrier_1 label {
	width: 105px !important;
}

.fieldset_search_edit_courrier_2 {
	float: right;
	width: 350px;
	margin-right: 20px !important;
}
.fieldset_search_edit_courrier_2 label {
	width: 80px !important;
}
.fieldset_search_edit_courrier_2 form ul li select {
	max-width: 200px;
}
.fieldset_search_edit_courrier_3 {
	float: left;
	width: 350px;
	margin-left: 20px !important;
	margin-top: 20px !important;
}
.fieldset_search_edit_courrier_3 label {
	width: 110px !important;
}

.fieldset_liste_inscription_courrier {
	width: 100%;
}

.tabListEditCourriers {
   width:811px;
}
.tabListEditCourriers .resultTableInner {
   width: 811px;
}
.tabListEditCourriers label{
   white-space: nowrap ;
}
.tabListEditCourriers .col1 ul,
.tabListEditCourriers .col1 li,
.tabListEditCourriers .col2 ul,
.tabListEditCourriers .col2 li{
   margin: 0 !important;
   padding: 0 !important;
}
.tabListEditCourriers .col1 {
   width: 190px;
}
.tabListEditCourriers .col1 label {
   width: 70px; 
}
.tabListEditCourriers .col2 {
   width: 245px;
}
.tabListEditCourriers .col2 label {
   width: 70px; 
}
.tabListEditCourriers .col3{
   width: 50px;   
}
.tabListEditCourriers .col4{
   width: 50px;   
}
.tabListEditCourriers .col5{
   width: 90px;   
}
.tabListEditCourriers .col6{
   width: 90px;   
}
.tabListEditCourriers .col7{
   width: 80px;   
}


/* --------------------------*/
/* EDITION DES ATTESTATIONS */
/* ------------------------*/
/*FIELDSET DE RECHERCHE */
.fieldset_search_edit_attestation {
	width: 770px;
}
.fieldset_search_edit_attestation_1 {
	float: left;
	width: 350px;
	margin-left: 20px !important;
}
.fieldset_search_edit_attestation_1 label {
	width: 150px !important;
}
.fieldset_search_edit_attestation_2 {
	float: right;
	width: 350px;
	margin-right: 20px !important;
}
.fieldset_search_edit_attestation_2 label {
	width: 80px !important;
}
.fieldset_search_edit_attestation_2 form ul li select {
	max-width: 200px;
}

.fieldset_search_edit_attestation_3 {
	float: left;
	width: 350px;
	margin-left: 20px !important;
	margin-top: 20px !important;
}
.fieldset_search_edit_attestation_3 label {
	width: 120px !important;
}

.fieldset_liste_inscription_attest {
	width: 100%;
}

.tabListEditAttestations {
   width:811px;
}
.tabListEditAttestations .resultTableInner {
   width: 811px;
}
.tabListEditAttestations label{
   white-space: nowrap ;
}
.tabListEditAttestations .col1 ul,
.tabListEditAttestations .col1 li,
.tabListEditAttestations .col2 ul,
.tabListEditAttestations .col2 li{
   margin: 0 !important;
   padding: 0 !important;
}
.tabListEditAttestations .col1 {
   width: 190px;
}
.tabListEditAttestations .col1 label {
   width: 70px; 
}
.tabListEditAttestations .col2 {
   width: 245px;
}
.tabListEditAttestations .col2 label {
   width: 70px; 
}
.tabListEditAttestations .col3{
   width: 50px;   
}
.tabListEditAttestations .col4{
   width: 50px;   
}
.tabListEditAttestations .col5{
   width: 90px;   
}
.tabListEditAttestations .col6{
   width: 90px;   
}
.tabListEditAttestations .col7{
   width: 80px;   
}


/* --------------------------*/
/* GESTION DES RECLAMATIONS */
/* ------------------------*/
.fieldset_search_edit_reclamation {
	width: 770px;
}
.fieldset_search_edit_reclamation_1 {
	float: left;
	width: 350px;
	margin-left: 20px !important;
}
.fieldset_search_edit_reclamation_1 label {
	width: 150px !important;
}
.fieldset_search_edit_reclamation_2 {
	float: right;
	width: 350px;
	margin-right: 20px !important;
}
.fieldset_search_edit_reclamation_2 label {
	width: 80px !important;
}
.fieldset_search_edit_reclamation_2 form ul li select {
	max-width: 200px;
}
.fieldset_search_edit_reclamation_3 {
	float: left;
	width: 350px;
	margin-left: 20px !important;
	margin-top: 20px !important;
}
.fieldset_search_edit_reclamation_3 label {
	width: 120px !important;
}
.fieldset_liste_inscription_reclam {
	width: 100%;
}

.tabListInscForReclamations {
   width:809px;
}
.tabListInscForReclamations .resultTableInner {
   width: 809px;
}
.tabListInscForReclamations label{
   white-space: nowrap;
}
.tabListInscForReclamations .col1 ul,
.tabListInscForReclamations .col1 li,
.tabListInscForReclamations .col2 ul,
.tabListInscForReclamations .col2 li{
	margin: 0 !important;
	padding: 0 !important;
}
.tabListInscForReclamations .col1 {
   width: 190px;
}
.tabListInscForReclamations .col1 label {
   width: 70px; 
}
.tabListInscForReclamations .col2 {
   width: 275px;
}
.tabListInscForReclamations .col2 label {
   width: 70px; 
}
.tabListInscForReclamations .col3{
   width: 50px;   
}
.tabListInscForReclamations .col4{
   width: 50px;   
}
.tabListInscForReclamations .col5{
   width: 140px;   
}
.tabListInscForReclamations .col6{
   width: 80px;   
}

/*LISTE DES RECLAMATIONS */
.fieldset_liste_reclam {
   width:730px;
}
.tabListReclamations {
   width:650px;
}
.tabListReclamations .resultTableInner {
   width: 650px;
   /*border: 1px solid #AEA;*/
}
.tabListReclamations .col1 {
   width: 100px;
}
.tabListReclamations label{
   white-space: nowrap ;
   /*border: 1px solid #AEA;*/
}
.tabListReclamations .col1 ul,
.tabListReclamations .col1 li,
.tabListReclamations .col2 ul,
.tabListReclamations .col2 li{
	line-height: 17px !important;
	margin: 0 !important;
	padding: 0 !important;
}
.tabListReclamations .col1 label {
   width: 90px !important; 
}
.tabListReclamations .col2 {
   width: 200px;
}
.tabListReclamations .col3{
   width: 200px;   
}
.tabListReclamations .col4{
   width: 80px;   
}
.tabListReclamations .col5{
   width: 70px;   
}


/* FORMULAIRE D'AJOUT D'UNE RECLAMATION */
.fieldset_ajout_reclam {
	width:400px;
}
.fieldset_ajout_reclam form ul li label {
	width: 90px;
}


/* FORMULAIRE D'EDITION D'UNE RECLAMATION */
.fieldset_edit_reclam {
	width:400px;
}

.fieldset_edit_reclam label {
	width: 90px !important;
}


/* ---------------------*/
/* GESTION EXTRACTIONS */
/* -------------------*/
.fieldset_extraction {
	width: 390px;
}
.fieldset_extraction ul li label{
	width: 95px;
}
.fieldset_extraction ul li select {
	width: 200px !important;
}


/* -------------------*/
/* GESTION DES NOTES */
/* -----------------*/
/* FORMULAIRE RECHERCHE */
/* ------------------- */
.fieldset_notes_search_stage {
	width: 350px;
}
.fieldset_notes_search_stage form ul li label{
	width: 140px;
}



.fieldset_notes_search_stagiaire {
	width: 800px;
}

.tabListNoteStagiaires {
   width:755px;
}
.tabListNoteStagiaires .resultTableInner {
   width: 755px;
}
.tabListNoteStagiaires .col1 {
   width: 120px;
}	
.tabListNoteStagiaires .col2 {
   width: 120px;
}
.tabListNoteStagiaires .col3{
   width: 120px;   
}
.tabListNoteStagiaires .col4{
   width: 120px;   
}
.tabListNoteStagiaires .col5{
   width: 120px;   
}
.tabListNoteStagiaires .col6{
   width: 50px;   
}
.tabListNoteStagiaires .col7{
   width: 75px;   
}



/* TABS */
.fieldset_notes_edit_stagiaire {
	width: 450px;
	padding-bottom: 20px !important;
}

.fieldset_note_theo, .fieldset_note_prat, .fieldset_note_moy {
	border: none !important;
}

#div_aff_form {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 11px;
}

#div_aff_form input {
	text-align: center !important;
}
#div_aff_form button {
	font-size: 12px !important;
	padding: 2px !important;
	
}

#div_aff_form img {
	 margin-left: 2px;
}

.fieldset_note_theo form ul li label{
	width: 75px;
}
.fieldset_note_prat ul li label{
	width: 85px;
}
.fieldset_note_moy form ul li label{
	width: 210px;
}
/* ----------------------*/
/* GESTION DES PRODUITS */
/* --------------------*/

/* LISTE DES PRODUITS */
.fieldset_liste_produit {
	width: 800px;
}
.tabListProduits {
	width:750px;
}
.tabListProduits .resultTableInner {
	width: 750px;
}
.tabListProduits .col1 {
	width: 75px;
}
.tabListProduits .col2 {
	width: 340px;
}
.tabListProduits .col3{
	width: 250px;   
}
.tabListProduits .col4{
	width: 70px;   
}
.tabListProduits .col5{
	width: 70px;   
}
.tabListProduits .col6{
	width: 70px;   
}

/* AJOUT D'UN PRODUIT */
.fieldset_ajout_produit {
	width: 420px;
}
.fieldset_ajout_produit ul {
	width: 90%;
}
.fieldset_ajout_produit ul li label{
	width: 150px !important;
	margin-right: 10px;
}
#ajout_prod_date_fin {
	
}



/* EDITION D'UN PRODUIT */
.fieldset_edit_produit {
	width: 500px;
}
.fieldset_edit_produit ul {
	width: 90%;
}
.fieldset_edit_produit ul li label{
	width: 150px !important;
	margin-right: 10px;
}

/* AJOUT D'UNE PERIODE */
#formAddPeriode label {
	width: 140px;
}

/* EDITION D'UNE PERIODE */
#formUpdatePeriode label {
	width: 140px;
	
}




/* --------------------------*/
/* GESTION DES UTILISATEURS */
/* ------------------------*/
/* TABLEAU LISTE UTILISATEURS */
.fieldset_liste_utilisateur {
	width: 800px;
}
.tabListUtilisateurs {
   width:705px;
}
.tabListUtilisateurs .resultTableInner {
   width: 705px;
}
.tabListUtilisateurs .col1 {
   width: 120px;
}	
.tabListUtilisateurs .col2 {
   width: 120px;
}
.tabListUtilisateurs .col3{
   width: 120px;   
}
.tabListUtilisateurs .col4{
   width: 120px;   
}
.tabListUtilisateurs .col5{
   width: 120px;   
}
.tabListUtilisateurs .col6{
   width: 75px;   
}

/* AJOUT D'UN UTILISATEUR */
.fieldset_ajout_utilisateur {
	width: 550px;
}
.fieldset_ajout_utilisateur form ul li label{
	width: 200px;
}

/* EDITION D'UN UTILISATEUR */
.fieldset_edit_utilisateur {
	width: 550px;
}
.fieldset_edit_utilisateur form ul li label{
	width: 200px;
}



/* -----------*/
/* REPORTING */
/* ---------*/
.fieldset_reporting_form {
	width: 280px;
}
.fieldset_reporting_form ul li label{
	width: 110px;
}

.fieldset_reporting_search_stage {
	width: 400px;
}
.fieldset_reporting_search_stage label {
	width: 180px;
}



/* -------------------- */
/* LES REGLEMENTATIONS */
/* ------------------ */
.fieldset_liste_reglementation {
	width: 900px;
}
#tableReglementation {
	width: 850px;
	margin: 20px auto;
	text-align: left;
	border-collapse:collapse;
	border:1px solid #a80041;
}
#tableReglementation th,
#tableReglementation td {
	padding: 10px;
	border:1px solid #a80041;
}
#tableReglementation th {
	font-size: 14px;
	font-weight: bold;
}
#tableReglementation td.col1 {
	font-weight: bold;
	background: #eeccd9;
	text-align: center;
}
#tableReglementation th.col1,
#tableReglementation td.col1 {
}
#tableReglementation th.col2,
#tableReglementation td.col2 {
	width: 90px;
}
#tableReglementation th.col3,
#tableReglementation td.col3 {
	width: 130px;
}
#tableReglementation th.col4,
#tableReglementation td.col4 {
	width: 120px;
}
#tableReglementation th.col5,
#tableReglementation td.col5 {
}













/* ------------------*/
/* LISTE DES STAGES */
/* ----------------*/

.tableau_result_content{
   width: 750px;
}

.tableau_result_content .unStage{
   height: 210px;
}

.tableau_result_content .resultTableInner {
   height: 350px !important;
}

.tableau_result_content th,  
.tableau_result_content td{
  width: 120px;
}

.tableau_result_content .date{
   display: block;
   margin-top: 1px;
   background-color: #d37fa0;
   color: #FFFFFF;
}

.tableau_result_content .lieu{
   display: block;
   color: #888888;
}

.tableau_result_content .ref{
   display: block;
   /*margin-bottom: 10px;*/
   font-size: 10px;
   color: #888888;
}
.tableau_result_content .formateur{
   display: block;
   margin-bottom: 10px;
   font-size: 10px;
   color: #888888;
}

.tableau_result_content a{
   display: block;
   padding-bottom: 5px;
   color: #0e73a0;
   border-bottom: 2px solid #a80041;
}

{
   display: block;
   color: #0e73a0;
}

.ui-date-picker-div, .ui-date-picker {z-index : 10000 !important;}

/* TOOLTIP */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
