@import url("styles.edition.php");

/* Titre fiche */
h3.ficheUELibres
{
  clear:both;
  height:40px;
  line-height:40px;
  padding-left:0px;
  font-size:25px;
  -moz-border-radius:10px;
  margin:25px 0 25px 0;
}
h3.ficheUELibres span.icone
{
  background-image:url(../../design/images/icone-ficheuelibres.png);
  background-repeat:no-repeat;
  background-position:top left;
  display:block;
  float:left;
  height:80px;
  width:80px;
  margin:-20px 20px 0 25px;
}

div.zoneFonction
{
  margin:20px 0;
  clear:both;
  min-height:40px;
  padding:10px 15px;
  background-color:#F1F1F1;
  
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  -ms-border-radius:10px;
  border-radius:10px;
}

/* Options d'affichage */
ul.affichageUELibres,
ul.triUELibres,
ul.siteUELibres
{
  float:left;
  list-style-type:none;
  height:20px;
  margin:10px 0 0 0;
}
ul.siteUELibres
{
  margin-left:30px;
}
ul.affichageUELibres li,
ul.triUELibres li,
ul.siteUELibres li
{
  float:left;
  margin:0;
  font-size:15px;
}
ul.triUELibres li.legende,
ul.siteUELibres li.legende
{
  margin-right:10px;
}
ul.triUELibres li.bouton span,
ul.triUELibres li.bouton a,
ul.siteUELibres li.bouton span,
ul.siteUELibres li.bouton a
{
  display:block;
  float:left;
  width:90px;
  margin-top:-5px;
  padding:2px 8px;
  line-height:22px;
  text-decoration:none;
  text-align:center;
  font-size:15px;
  border-width:1px;
  border-style:solid;
}
ul.triUELibres li#bouton1 span,
ul.triUELibres li#bouton1 a,
ul.siteUELibres li#bouton1 span,
ul.siteUELibres li#bouton1 a
{
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
  
}
ul.triUELibres li#bouton2 span,
ul.triUELibres li#bouton2 a,
ul.siteUELibres li#bouton2 span,
ul.siteUELibres li#bouton2 a
{
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
}
ul.triUELibres li.bouton a,
ul.siteUELibres li.bouton a
{
  background-color:#E5E5E5;
  border:1px solid #9EB7CD;
  color:black;
}
ul.triUELibres li.bouton span.actif,
ul.siteUELibres li.bouton a.actif
{
  background-color:#5286D6;
  border:1px solid #103C84;
  color:white;
}
ul.triUELibres li#bouton1 a
{
  border-right:none;
}
ul.triUELibres li#bouton2 a,
ul.siteUELibres li#bouton2 a
{
  border-left:none;
}

/* Version imprimable */
a.imprimer
{
  display:block;
  float:left;
  width:150px;
  margin:5px 0 0 30px;
  padding:2px 8px;
  line-height:22px;
  text-decoration:none;
  text-align:center;
  font-size:15px;
  color:black;
  border:1px solid #9EB7CD;
  background-color:#E5E5E5;
  border-radius:10px;
}
a.imprimer:hover,
a.imprimerActif
{
  background-color: #5286D6;
  border: 1px solid #103C84;
  color:white;
}

/* Champ de recherche */
form#rechercheUELibre
{
  float:right;
  margin:4px 0 0 0;
}
form#rechercheUELibre #champRecherche
{
  width:350px;
  float:left;
  font-size:18px;
  padding:3px 5px 3px 35px;
  margin-right:10px;
  border:1px solid #9EB7CD;
  background-color:white;
  background-image:url(images/rechercheUELibre.png);
  background-repeat:no-repeat;
  background-position:5px 0;
}
form#rechercheUELibre #champRecherche:focus
{
  border:1px solid #4D90FE;
  background-position:5px -28px;
}
form#rechercheUELibre #boutonRecherche
{
  float:left;
  border:1px solid #103C84;
  background-color:#5286D6;
  color:white;
  font-size:15px;
  padding:4px 5px;
}

div#catalogueUELibres
{
  clear:both;
}

.cadreFiltre
{
  clear:both;
  background-color:#e5e5e5;
  padding:10px;
  border:1px solid black;
  font-style:italic;
  -moz-border-radius:5px;
  margin-top:20px;
}

/* Affichage en tableau */
table.listeUELibres
{
  border-collapse:collapse;
  border:3px solid #103C84;
  width:100%;
  margin-bottom:20px;
}
table.listeUELibres th
{
  padding:5px;
  border:3px solid #103C84;
  background-color:#5286D6;
  color:white;
  font-family:'trebuchet ms';
  font-size:16px;
}

table.listeUELibres tr,
table.listeUELibres td
{
  border:1px solid #63656B;
  padding:5px;
}
table.listeUELibres td.responsable,
table.listeUELibres td.niveau,
table.listeUELibres td.semestre,
table.listeUELibres td.secretariat
{
  text-align:center;
}
table.listeUELibres td.responsable
{
  width:15%;
}
table.listeUELibres td.niveau
{
  width:8%;
}
table.listeUELibres td.semestre
{
  width:15%;
}
table.listeUELibres td.secretariat
{
  width:12%;
}
table.listeUELibres tr.domaine
{
  font-family:'trebuchet ms';
  font-weight:bold;
  font-size:16px;
  border-top:2px solid black;
  border-bottom:2px solid black;
}
table.listeUELibres tr.filtre,
table.listeUELibres tr.filtre td a
{
  color:grey;
}
table.listeUELibres td a
{
  display:block;
  text-decoration:none;
  color:black;
}
table.listeUELibres td a:hover
{
  font-weight:bold;
}

/* Fiche d'UE libre */
div.colonneGauche
{
  float:left;
  width:220px;
  min-height:400px;
  margin:0 25px 0 0;
}
div.colonneGauche div.cadre
{
  border-width:2px;
  border-style:solid;
  -moz-border-radius:10px;
  margin:15px 0 0 0;
}
div.colonneGauche ul
{
  list-style-type:none;
  margin:5px 0 0 5px;
}
div.colonneGauche ul li
{
  margin-bottom:15px;
}
div.colonneGauche ul li span
{
  display:block;
  font-weight:bold;
  margin-bottom:5px;
}
div.colonneGauche ul li strong
{
  display:block;
  text-align:center;
  font-weight:normal;
}
div.colonneGauche form.boutonInscription
{
  
}
div.colonneGauche form.boutonInscription p input
{
  display:block;
  width:100%;
  padding:4px 0;
  border-width:2px;
  border-style:solid;
  -moz-border-radius:10px;
  color:black;
  font-weight:normal;
}
div.colonneGauche form.boutonInscription p input.desactive
{
  text-decoration:line-through;
  font-weight:normal;
}
div.colonneGauche form.boutonInscription p input:hover
{
  font-weight:bold;
}
div.colonneGauche form.boutonInscription p input.desactive:hover
{
  font-weight:normal;
  text-decoration:line-through;
}

/* Colonne centrale */
div.colonneCentrale
{
 margin-left:220px;
}

/* Descriptif */
div.descriptif
{
  margin:0 0 0 245px;
}
div.descriptif h3
{
  margin:20px 0 5px 0;
}
div.descriptif p
{
  margin:10px 0;
}
div.descriptif ul
{
  list-style-type:square;
  margin:10px 0 10px 60px;
}
div.descriptif ul li
{
  margin:5px 0;
}
div.descriptif ol
{
  margin:10px 0 10px 40px;
}
div.descriptif ol li
{
  margin:5px 0;
}

/* Infobulles états */
.bulle
{
	display: block;
  position: absolute;
	font-size: 12px;
  padding:5px 10px 5px 10px;
  visibility:hidden;
  z-index: 1000;
  border:1px solid grey;
  color:black;
  border-radius:10px;
}
#bulleNeutre
{
  background-color:white;
}
#bulleValide
{
  background-color:#E7F2D2;
  border-color:green;
}
#bulleAttente
{
  background-color:#FFDB42;
  border-color:orange;
}
#bulleErreur
{
  background-color:#FBEDEC;
  border-color:red;
  color:red;
}

/* Messages */
div#filtreTransparentPage
{
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:100%;
  height:900px;
  background:transparent url(../../design/images/x50.png) repeat top left;
  z-index:50;
}
div#boiteMessage
{
  position:absolute;
  top:40%;
  left:35%;
  display:block;
  width:400px;
  background-color:white;
  border-width:2px;
  border-style:solid;
  padding:15px 25px;
  -moz-border-radius:5px;
  z-index:55;
}
div#boiteMessage a
{
  display:block;
  width:60px;
  margin:15px auto 0 auto;
  text-align:center;
  border-width:1px;
  border-style:solid;
  text-decoration:none;
  font-weight:bold;
}
div.messageErreur
{
  border-color:red;
}
div.messageErreur a
{
  background-color:white;
  border-color:red;
  color:red;
}

div.messageConfirmation
{
  border-color:lime;
}
div.messageConfirmation a
{
  background-color:white;
  border-color:lime;
  color:lime;
}

/* ***************************** */
/*        Profil étudiant        */
/* ***************************** */

/* Colonne gauche */
div.cadreEtudiant
{
  border-radius:10px;
  border-style: solid;
  border-width: 2px;
  margin: 15px 0 0;
}
div.cadreEtudiant ul
{
  list-style-type: none;
  margin:0;
}
div.cadreEtudiant ul li
{
  margin:5px 0 15px 5px;
}
div.cadreEtudiant ul li.nomEtudiant
{
  margin:0 0 10px 0;
  padding:5px 0 5px 5px;
  background-color:#2D2D2D;
  border-bottom:2px solid black;
  color: #CCCCCC;
  font-size:15px;
  line-height:20px;
  text-align:center;
}

/* Messages */
div.cadreMessageImportant
{
  border:2px solid #f69200;
  border-radius:10px;
  padding:10px 15px 15px 15px;
  margin:15px 10px 0 25px;
  background:#ffe655 url(images/messageImportant_fond.png) repeat-x bottom left;
}
div.cadreMessageImportant span.symbole
{
  display:block;
  background:transparent url(images/messageImportant_symbole.png) no-repeat center center;
  width:90px;
  height:80px;
  float:left;
  margin:-30px 10px 0 -25px;
}
div.cadreMessageImportant h4
{
  color:#f69200;
  font-size: 30px;
  margin:0 0 20px 0;
}
div.cadreMessageImportant p
{
  margin-bottom:10px;
}

/* Cadre étape */
div.cadreEtape
{
  border:2px solid black;
  border-radius:10px;
  padding:10px 15px 15px 15px;
  margin:30px 10px 0 25px;
}
div.cadreEtape span.symbole
{
  display:block;
  float:left;
  width:40px;
  height:40px;
  background:transparent url(images/messageEtape_numero.png) no-repeat center center;
  margin:-30px 10px 0 5px;
  line-height:40px;
  text-align:center;
  color:#CCCCCC;
  font-family:Arial;
  font-size:25px;
  font-weight:bold;
}
div#cadrePrincipal div.cadreEtape h4
{
  width:30%;
  font-size:14px;
  margin:-25px 0 15px 65px;
  padding:5px 10px;
  background-color:white;
  border:2px solid black;
  border-radius:5px;
}

/* Cadres voeux profil */
div#voeu1, div#voeu2
{
  border-width:2px;
  border-style:solid;
  border-color:black;
  padding:15px 20px;
  margin:15px 40px 0 40px;
  -moz-border-radius:5px;
}
div#voeu2
{
  margin-top:30px;
}
div#voeu1 h5, div#voeu2 h5
{
  float:left;
  padding:5px 10px 5px 10px;
  margin:-15px 0 0 -20px;
  font-size:15px;
  border-width:2px;
  border-right-color:black;
  border-right-style:solid;
  border-bottom-color:black;
  border-bottom-style:solid;
  -moz-border-radius-bottomright:5px;
}
div#voeu1 p, div#voeu2 p
{
  margin-top:5px;
  text-align:center;
}
div#voeu1.vide, div#voeu2.vide
{
  border-style:dashed;
  border-width:1px;
}
div#voeu1.vide h5, div#voeu2.vide h5
{
  border-right-style:dashed;
  border-bottom-style:dashed;
  border-width:1px;
}
div#voeu1.vide p, div#voeu2.vide p
{
  font-style:italic;
}
div#voeu1 span.zoneBoutons,
div#voeu2 span.zoneBoutons
{
  display:block;
  float:right;
  margin:-10px -5px 0 0;
}
div#voeu1 span.zoneBoutons a,
div#voeu2 span.zoneBoutons a
{
  display:block;
  width:24px;
}
div#voeu1 span.zoneBoutons a.supprimerVoeu, 
div#voeu2 span.zoneBoutons a.supprimerVoeu
{
  float:right;
  height:35px;
  background:transparent url(images/procedure_supprimer.png) no-repeat center center;
  text-decoration:none;
  cursor:pointer;
}

div#echangeVoeu a
{
  display:block;
  float:left;
  width:48px;
  height:48px;
  background:transparent url(images/voeux_echange.png) no-repeat 0 0;
  text-decoration:none;
  cursor:pointer;
  margin:-10px 0 0 50%;
}
div#echangeVoeu a:hover
{
  background-position:0 -48px;
}

div#zonePeriodesInscription
{
  width:40%;
  border:2px solid #f69200;
  border-radius:5px;
  padding:5px 10px;
  margin:10px 0;
  background:#ffe655 url(images/messageImportant_fond.png) repeat-x bottom left;
}
form#validationVoeux
{
  margin:15px auto 0 auto;
}
form#validationVoeux input
{
  display:block;
  margin:0 auto;
  padding:2px 5px;
  background-color:#2D2D2D;
  border:2px solid black;
  border-radius:5px;
  color:#CCCCCC;
}

/* Etape 3 - Procédure de validation */
ul#procedureValidation
{
  list-style-type: none;
  margin-top:10px;
}
ul#procedureValidation li
{
  border-width:1px;
  border-style:solid;
  margin-bottom:15px;
  min-height:80px;
}
ul#procedureValidation li h5
{
  margin:5px 0 0 0;
  font-size:14px;
}
ul#procedureValidation li span.compteur
{
  display: block;
  float: left;
  font-size:30px;
  height:80px;
  line-height:80px;
  margin-right: 15px;
  text-align: center;
  width:80px;
}

ul#procedureValidation li span.statutEtape
{
  display:block;
  width:140px;
  float:right;
  border-width:2px;
  border-style:solid;
  border-radius:10px;
  margin:23px 20px 0 0;
  padding:3px 5px 3px 5px;
  line-height:26px;
  height:26px;
  background-color:transparent;
  background-repeat:repeat;
  background-position:5px center;
  background-image:url(images/x_blanc50.png);
  text-align:center;
  font-weight:bold;
}
ul#procedureValidation li span.statutEtape span
{
  display:block;
  width:26px;
  height:26px;
  float:left;
  margin:0 10px 0 0;
}

ul#procedureValidation li.inactif
{
  color:grey;
  border-color:transparent;
}
ul#procedureValidation li.attente
{
  background-color:#FFDB42;
  border-color:orange;
}
ul#procedureValidation li.valide
{
  background-color:#E7F2D2;
  border-color:#E7F2D2;
}
ul#procedureValidation li.refuse
{
  background-color:#FBEDEC;
  border-color:#FBEDEC;
}
ul#procedureValidation li.nouveauVoeu
{
  background-color:#A9EAFE;
  border-color:#A9EAFE;
}

ul#procedureValidation li.attente span.statutEtape
{
  color:orange;
  border-color:orange;
}
ul#procedureValidation li.valide span.statutEtape
{
  color:lime;
  border-color:lime;
}
ul#procedureValidation li.refuse span.statutEtape
{
  color:#CD4F41;
  border-color:#B61A1D;
}

ul#procedureValidation li.attente span.statutEtape span
{
  background-image:url(images/statut_attente.png);
}
ul#procedureValidation li.valide span.statutEtape span
{
  background-image:url(images/statut_valide.png);
}
ul#procedureValidation li.refuse span.statutEtape span
{
  background-image:url(images/statut_refuse.png);
}

ul#procedureValidation li form p input.texte
{
  float:left;
  width:400px;
  font-size:14px;
  margin-right:10px;
  padding:3px 5px;
  border:1px solid orange;
}
ul#procedureValidation li form p input.texte:focus
{
  border-color:#4D90FE;
}
ul#procedureValidation li form p input.bouton
{
  float: left;
  color: white;
  background-color: #5286D6;
  border: 1px solid #103C84;
  font-size:14px;
  padding:2px 5px;
}
ul#procedureValidation li p
{
  margin:5px 180px 0 0;
}
ul#procedureValidation li p.suivi
{
  font-weight:bold;
}

/* Etape 4 - Inscrit ! */
div.cadreEtape h5.felicitations
{
  font-size:18px;
}
div.cadreEtape p.inscritFiche,
div.cadreEtape p.inscritResponsable,
div.cadreEtape p.inscritGroupe
{
  margin:10px 0 0 0;
}

/* ***************************** */
/*    Modification des fiches    */
/* ***************************** */
a.lienRetour
{
  float:right;
}

/* Autocompletion */
div.autocomplete
{
  position:absolute;
  background-color:white;
  border:1px solid #E5E5E5;
  margin:0;
  padding:0;
}
div.autocomplete ul
{
  list-style-type:none;
}
div.autocomplete ul li
{
  display:block;
  cursor:default;
  font-family:Arial,sans-serif;
  font-size:90%;
  height:1.5em;
  line-height:1.5em;
  padding:2px 5px;
  overflow:hidden;
}
div.autocomplete ul li.selected
{
  background-color:#F5F5F5;
}
div.autocomplete ul li span.informal
{
  font-style:italic;
}

div.autocompleteAttente
{
  display:block;
  position:absolute;
  height:20px;
  background:white url(images/ajax-loader.gif) no-repeat center center;
  border:1px solid #E5E5E5;
  margin:0;
  padding:0;
}

div#personne_identifiant_suggestionsAttente
{
  width:152px;
  margin-top:23px;
  margin-left:135px;
}
div#personne_nomprenom_suggestionsAttente
{
  width:152px;
  margin-top:57px;
  margin-left:135px;
}

/* Onglet Général */
form#ongletGeneral
{
  
}
form#ongletGeneral p
{
  margin:10px 0;
}
form#ongletGeneral p .labelZero
{
  display:none;
}
form#ongletGeneral p .labelUn,
form#ongletGeneral p .labelDeux
{
  display:block;
  clear:left;
  float:left;
  text-align:right;
  margin:0 10px 0 0;
}
form#ongletGeneral p .labelUn
{
  width:100px;
}
form#ongletGeneral p .labelDeux
{
  width:200px;
}
form#ongletGeneral input.texte
{
  display:block;
  width:500px;
}

/* Onglet groupes */
form#ongletGroupes table#groupes .id
{
  width:5%;
  text-align:center;
}
form#ongletGroupes table#groupes .nom
{
  width:50%;
}
form#ongletGroupes table#groupes .nbEtudiants
{
  width:15%;
}
form#ongletGroupes table#groupes .nbEtudiants input
{
  text-align:center;
}
form#ongletGroupes table#groupes .operations
{
  width:30%;
}

/* Onglet responsables */
form#ongletResponsables table#responsables .id
{
  width:5%;
  text-align:center;
}
form#ongletResponsables table#responsables .identifiant
{
  width:10%;
}
form#ongletResponsables table#responsables .nomprenom
{
  width:30%;
}
form#ongletResponsables table#responsables .courriel
{
  width:30%;
}
form#ongletResponsables table#responsables .telephone
{
  width:10%;
}
form#ongletResponsables table#responsables .operations
{
  width:20%;
}
form#ongletResponsables table#responsables .identifiant input,
form#ongletResponsables table#responsables .telephone
{
  text-align:center;
}

div#responsable_identifiant_suggestions
{
  min-width:200px !important;
}
div#responsable_identifiant_suggestionsAttente
{
  width:104px;
}
div#responsable_nomprenom_suggestionsAttente
{
  width:304px;
}

/* Onglet avancé */
form#ongletAvance h4
{
  clear:left;
  font-family:'Trebuchet ms';
  font-size:16px;
  margin-bottom:15px;
}
form#ongletAvance input,
form#ongletAvance select
{
  float:left;
  width:250px;
}
form#ongletAvance input
{
  width:50px;
  text-align:center;
  margin-bottom:15px;
}
form#ongletAvance select
{
  width:250px;
}
form#ongletAvance span.boutonModifier,
form#ongletAvance span.boutonAjouter
{
  margin-top:-5px;
}

ul#statuts,
ul#procedureDebut,
ul#procedureFin
{
  list-style-type:none;
}
ul#procedureDebut li,
ul#procedureFin li
{
  border:1px solid black;
  height:50px;
  margin-bottom:15px;
}
ul#statuts li
{
  border:1px dashed black;
  height:50px;
  margin-bottom:15px;
  cursor:s-resize;
}
ul#statuts li span,
ul#procedureDebut li span,
ul#procedureFin li span
{
  display:block;
  float:left;
  width:50px;
  height:50px;
  margin-right:15px;
  line-height:50px;
  font-size:25px;
  text-align:center;
}
ul#statuts li h5,
ul#procedureDebut li h5,
ul#procedureFin li h5
{
  margin-top:5px;
  font-size:14px;
}
ul#statuts li p,
ul#procedureDebut li p,
ul#procedureFin li p
{
  font-style:italic;
  color:grey;
  height:20px;
  overflow:hidde;
}
ul#statuts li a
{
  display:block;
  float:right;
  width:24px;
  height:50px;
  background:transparent url(images/procedure_supprimer.png) no-repeat center center;
  text-decoration:none;
  cursor:pointer;
  margin-right:15px;
}

/* ***************************** */
/*          Secretariat          */
/* ***************************** */

/* Titres */

h4.titreSecretariat
{
  margin:0 0 10px 0;
  font-size:20px;
}
h5.soustitreSecretariat
{
  margin:15px 0 10px 0;
  font-size:18px;
  line-height:48px;
}
h6.titreGroupe
{
  margin:15px 0 10px 10px;
  font-size:15px;
  line-height:32px;
}

/* Boutons d'export au format CSV */
a.exportCSVPetit, a.exportCSVGrand
{
  display:block;
  clear:left;
  float:left;
  background-color:transparent;
  background-repeat:no-repeat;
  background-position:0 0;
  margin:0 5px 0 0;
}
a.exportCSVPetit span, a.exportCSVGrand span
{
  display:none;
}
a.exportCSVPetit
{
  width:32px;
  height:32px;
  background-image:url(images/icone_csv_petit.png);
}
a.exportCSVGrand
{
  width:48px;
  height:48px;
  background-image:url(images/icone_csv_grand.png);
}
a.exportCSVPetit:hover
{
  background-position:0 -32px;
}
a.exportCSVGrand:hover
{
  background-position:0 -48px;
}


/* */
a.boutonVoir, a.boutonModifier, a.boutonVoeux,a.boutonMail,input.boutonMail
{
  display:block;
  float:left;
  width:24px;
  height:24px;
}
a.boutonVoir
{
  background:transparent url(images/recherche.png) no-repeat center center;
  margin-right:10px;
}
a.boutonModifier
{
  background:transparent url(images/voeux_modifier.png) no-repeat center center;
  margin-right:10px;
}
a.boutonVoeux
{
  background:transparent url(images/voeux_voir.png) no-repeat center center;
}

a.boutonMail,input.boutonMail
{
  background:transparent url(images/voeux_mail.png) no-repeat center center;
}

table.secretariat
{
  margin:0 0 15px 0;
}
table.secretariat .id
{
  width:5%;
  text-align:center;
}
table.secretariat .titre
{
  width:45%;
  padding:5px 0;
}
table.secretariat .chiffre
{
  width:10%;
  text-align:center;
}
table.secretariat .operations
{
  width:20%;
}

span.temoinVert,
span.temoinOrange,
span.temoinRouge
{
  display:block;
  width:40px;
  height:16px;
  float:right;
  margin-right:40%;
  padding-left:20px;
}
span.temoinVert
{
  background:transparent url(images/temoin_vert.png) no-repeat left center;
}
span.temoinOrange
{
  background:transparent url(images/temoin_orange.png) no-repeat left center;
}
span.temoinRouge
{
  background:transparent url(images/temoin_rouge.png) no-repeat left center;
}

table.caracteristiques,
table.voeux,
table.inscriptions
{
  border:1px solid #5A5E6B;
}

table.caracteristiques .seuil
{
  width:25%;
  text-align:center;
}
table.caracteristiques .places
{
  width:25%;
  text-align:center;
}
table.caracteristiques .annee
{
  width:10%;
  text-align:center;
}
table.caracteristiques .vide1
{
  width:15%;
}
table.caracteristiques .niveaux
{
  width:10%;
  text-align:center;
}
table.caracteristiques .semestres
{
  width:10%;
  text-align:center;
}
table.caracteristiques .vide2
{
  width:5%;
}

table.voeux .id
{
  width:5%;
  text-align:center;
}
table.voeux .uid
{
  width:10%;
  text-align:center;
}
table.voeux .uid a
{
  color:black;
  text-decoration:none;
}
table.voeux .uid a:hover
{
  text-decoration:underline;
}
table.voeux .nomprenom
{
  width:25%;
}
table.voeux .libelle
{
  width:15%;
}
table.voeux .annee
{
  width:10%;
  text-align:center;
}
table.voeux .faculte
{
  width:15%;
}
table.voeux .niveau
{
  width:10%;
  text-align:center;
}
table.voeux .semestre
{
  width:10%;
  text-align:center;
}
table.voeux .voeu
{
  width:5%;
  text-align:center;
}

table.inscriptions .id
{
  width:5%;
  text-align:center;
}
table.inscriptions .uid
{
  width:10%;
  text-align:center;
}
table.inscriptions .uid a
{
  color:black;
  text-decoration:none;
}
table.inscriptions .uid a:hover
{
  text-decoration:underline;
}
table.inscriptions .nomprenom
{
  width:25%;
}
table.inscriptions .courriel
{
  width:25%;
}
table.inscriptions .faculte
{
  width:15%;
}
table.inscriptions .libelle
{
  width:15%;
}
table.inscriptions .semestre
{
  width:10%;
  text-align:center;
}

table.inscriptions tr td
{
  padding:5px 0;
}

/* Validation des voeux */
ul#procedureSecretariat
{
  list-style-type:none;
  margin-bottom: 15px;
}
ul#procedureSecretariat li
{
  display:inline;
  border-style: solid;
  border-width: 1px;
  padding:2px 5px;
  margin-right:10px;
  border-color:grey;
}
ul#procedureSecretariat li.refuse
{
  background-color:#FBEDEC;
  border-color:red;
}
ul#procedureSecretariat li.valide 
{
  background-color:#E7F2D2;
  border-color:#E7F2D2;
}
ul#procedureSecretariat li.attente 
{
  background-color: #FFDB42;
  border-color: orange;
}
ul#procedureSecretariat li.inactif 
{
  border-color:grey;
  color:grey;
}

table.voeux tr td.titreProcedure div
{
  margin-top:15px;
}

table.voeux tr td.titreProcedure div,
table.voeux tr td.validation p,
table.voeux tr td.inscription p
{
  margin-bottom:15px;
}
table.voeux tr td.titreProcedure p.label,
table.voeux tr td.validation label,
table.voeux tr td.inscription label
{
  display:block;
  float:left;
  width:150px;
  text-align:right;
  margin-right:10px;
}
table.voeux tr td.validation label
{
  height:2em;
}
table.voeux tr td.validation span.texte
{
  display:block;
  margin-bottom:5px;
  font-style:italic;
}
table.voeux tr td.validation input.validation_commentaires
{
  width:550px;
}
table.voeux tr td.validation input.validation_enregistrer
{
  width:90px;
}

table.voeux tr td.inscription select.inscription_groupe
{
  width:550px;
}
table.voeux tr td.inscription input.inscription_enregistrer
{
  width:90px;
}

/* Etudiants refusés */
table.etudiantsRefuses .id
{
  width:3%;
  text-align:center;
}
table.etudiantsRefuses .uid
{
  width:7%;
  text-align:center;
}
table.etudiantsRefuses .uid a
{
  color:black;
  text-decoration:none;
}
table.etudiantsRefuses .uid a:hover
{
  text-decoration:underline;
}
table.etudiantsRefuses .prenomnom
{
  width:15%;
}
table.etudiantsRefuses .courriel
{
  width:15%;
}
table.etudiantsRefuses .faculte
{
  width:10%;
  text-align:center;
}
table.etudiantsRefuses .libelle
{
  width:15%;
}
table.etudiantsRefuses .semestre
{
  width:15%;
  text-align:center;
}
table.etudiantsRefuses .voeu
{
  width:20%;
}
table.etudiantsRefuses .voeu a
{
  color:black;
  text-decoration:none;
}
table.etudiantsRefuses .voeu a:hover
{
  text-decoration:underline;
}

/* Recherches */
div.rechercheColonneGauche
{
  width:40%;
  float:left;
}
div.rechercheColonneDroite
{
  width:60%;
  float:left;
}

ul.listeDetail
{
  
  list-style-type:none;
  border:1px solid black;
  border-radius:10px;
  margin:20px 20px 0 0;
  
}
ul.listeDetail li.titre
{
  margin:-10px 0 15px 20px;
  width:200px;
  font-size:17px;
  font-weight: bold;
  padding:0 5px;
  background-color:white;
}
ul.listeDetail li
{
  margin:0 0 10px 0;
}
ul.listeDetail li span
{
  display:block;
  float:left;
  width:150px;
  text-align:right;
  margin-right:10px;
}
ul.listeDetail li strong
{

}
ul.listeDetail li.messageNonConcerne
{
  text-align:center;
  color:grey;
  font-style:italic;
}

ul#listeDetailPersonne
{
}

table.listePromotion
{
  margin:25px 0 0 0;
}
table.listePromotion td
{
  padding:5px 0;
}
table.listePromotion .id
{
  width:5%;
  text-align:center;
}
table.listePromotion .uid
{
  width:15%;
  text-align:center;
}
table.listePromotion .uid a
{
  color:black;
  text-decoration:none;
}
table.listePromotion .uid a:hover
{
  text-decoration:underline;
}
table.listePromotion .cn
{
  width:25%;
}
table.listePromotion .mail
{
  width:25%;
}
table.listePromotion .uelibre
{
  width:30%;
  text-align:center;
}
table.listePromotion .uelibre a
{
  color:black;
  text-decoration:none;
}
table.listePromotion .uelibre a.inscrit
{
  font-weight:bold;
}

/* ***************************** */
/*         Administration        */
/* ***************************** */

/* Barre d'administration */
ul#barreAdministration
{
  display:block;
  float:right;
  width:120px;
  list-style-type:none;
  border:1px solid black;
  background-color:white;
  border-radius:5px;
  text-align:center;
  margin:-58px 10px 0 0;
}
ul#barreAdministration li
{
  line-height:20px;
  padding:2px 5px;
}
ul#barreAdministration li a
{
  text-decoration:none;
}

/* Accueil */
p.boutonAdministration
{
  display:block;
  margin-top:10px;
}
p.boutonAdministration a
{
  text-decoration:none;
  border:3px solid #5286D6;
  border-radius:5px;
  padding:4px 8px;
  background-color:#FBE01A;
  color:black;
}
p.boutonAdministration a:hover
{
  border-color:#FBE01A;
  background-color:#5286D6;
  color:white;
}
ul#informationsAdministration
{
  margin:15px 0 0 15px;
  list-style-type:square;
}

/* Maquettes */
form#ongletMaquettes table#maquettes .id
{
  width:5%;
  text-align:center;
}
form#ongletMaquettes table#maquettes .code
{
  width:7%;
}
form#ongletMaquettes table#maquettes .libelle
{
  width:23%;
}
form#ongletMaquettes table#maquettes .niveau
{
  width:15%;
}
form#ongletMaquettes table#maquettes .semestre
{
  width:20%;
}
form#ongletMaquettes table#maquettes .operations
{
  width:30%;
}

form#ongletMaquettes table#maquettes select
{
  width:90%;
}

/* Domaines */
form#ongletDomaines table#domaines .id
{
  width:5%;
  text-align:center;
}
form#ongletDomaines table#domaines .intitule
{
  width:35%;
}
form#ongletDomaines table#domaines .couleur,
form#ongletDomaines table#domaines .couleurLignePaire,
form#ongletDomaines table#domaines .couleurLigneImpaire
{
  width:10%;
}
form#ongletDomaines table#domaines .operations
{
  width:30%;
}

span.vueCouleur
{
  display:block;
  float:left;
  width:20px;
  height:20px;
  border:1px solid #E5E5E5;
}
form#ongletDomaines table#domaines .couleur input,
form#ongletDomaines table#domaines .couleurLignePaire input,
form#ongletDomaines table#domaines .couleurLigneImpaire input
{
  width:70%;
}

/* Adresses */
form#ongletAdresses table#adresses .id
{
  width:5%;
  text-align:center;
}
form#ongletAdresses table#adresses .rue
{
  width:40%;
}
form#ongletAdresses table#adresses .codepostal
{
  width:10%;
}
form#ongletAdresses table#adresses .ville
{
  width:15%;
}
form#ongletDomaines table#domaines .operations
{
  width:30%;
}

/* Bâtiments */
form#ongletBatiments table#batiments .id
{
  width:5%;
  text-align:center;
}
form#ongletBatiments table#batiments .nom
{
  width:20%;
}
form#ongletBatiments table#batiments .numero
{
  width:2%;
}
form#ongletBatiments table#batiments .afficher
{
  width:5%;
}
form#ongletBatiments table#batiments .adresse
{
  width:30%;
}
form#ongletBatiments table#batiments .operations
{
  width:28%;
}

form#ongletBatiments table#batiments .numero input
{
  text-align:center;
}
form#ongletBatiments table#batiments .adresse select
{
  width:90%;
}

/* Secrétariats */
form#ongletSecretariats table#secretariats .id
{
  width:5%;
  text-align:center;
}
form#ongletSecretariats table#secretariats .nom
{
  width:10%;
}
form#ongletSecretariats table#secretariats .batiment
{
  width:25%;
}
form#ongletSecretariats table#secretariats .siteweb
{
  width:30%;
}
form#ongletSecretariats table#secretariats .operations
{
  width:30%;
}

form#ongletSecretariats table#secretariats .batiment select
{
  width:90%;
}

form#ongletSecretariats table#secretariats .responsable input
{
  width:75%;
}

/* Secrétaires */
form#ongletSecretariats table#secretaires .secretariat
{
  width:20%;
  padding-left:10px;
}
form#ongletSecretariats table#secretaires .identifiant
{
  width:10%;
  text-align:center;
}
form#ongletSecretariats table#secretaires .nomprenom
{
  width:20%;
}
form#ongletSecretariats table#secretaires .courriel
{
  width:20%;
}
form#ongletSecretariats table#secretaires .telephone
{
  width:15%;
}
form#ongletSecretariats table#secretaires .operations
{
  width:20%;
}

form#ongletSecretariats table#secretaires .secretariat select
{
  width:90%;
}
form#ongletSecretariats table#secretaires .identifiant input
{
  text-align:center;
}

div#secretaire_identifiant_suggestions
{
  text-align:left;
  min-width:200px !important;
}
div#secretaire_identifiant_suggestionsAttente
{
  margin:-1px 0 0 5px;
  width:107px;
}
div#secretaire_nomprenom_suggestionsAttente
{
  width:214px;
}

/* Recherche de personnes */
a.recherchePersonne
{
  display:block;
  float:right;
  width:16px;
  height:20px;
  text-decoration:none;
  background:transparent url(images/recherche.png) no-repeat center center;
}
a.recherchePersonne span
{
  visibility:hidden;
}

div#zoneRecherchePersonne
{
  display:none;
}
div#zoneRecherchePersonne div#boiteRecherche
{
  position:absolute;
  top:40%;
  left:35%;
  display:block;
  width:400px;
  background-color:white;
  border-width:2px;
  border-style:solid;
  padding:15px 25px;
  -moz-border-radius:5px;
  z-index:55;
}
div#zoneRecherchePersonne div#boiteRecherche label, 
div#zoneRecherchePersonne div#boiteRecherche .label
{
  display:block;
  float:left;
  width:130px;
  text-align:right;
  margin-right:5px;
}
div#zoneRecherchePersonne div#boiteRecherche input,
div#zoneRecherchePersonne div#boiteRecherche p#personne_courriel,
div#zoneRecherchePersonne div#boiteRecherche p#personne_telephone
{
  display:block;
  float:left;
  width:150px;
  height:20px;
  margin-bottom:10px;
}
div#zoneRecherchePersonne div#boiteRecherche div.zoneBoutons
{
  display:block;
  clear:left;
  margin:0 auto;
  text-align:center;
}
div#zoneRecherchePersonne div#boiteRecherche div.zoneBoutons a
{
  border-radius:5px;
  border-style: solid;
  border-width: 1px;
  color: white;
  height: 18px;
  line-height: 18px;
  text-align:center;
  text-decoration:none;
  margin-bottom:10px;
  padding:4px 8px;
}
div#zoneRecherchePersonne div#boiteRecherche div.zoneBoutons a.boutonChoisir
{
  background-color:lime;
  border-color:lime;
  margin-right:15px;
}
div#zoneRecherchePersonne div#boiteRecherche div.zoneBoutons a.boutonFermer
{
  background-color:grey;
  border-color:grey;
}

/* Statuts de procédures */
form#ongletProcedures table#statuts .id
{
  width:5%;
  text-align:center;
}
form#ongletProcedures table#statuts .intitule
{
  width:15%;
}
form#ongletProcedures table#statuts .texte
{
  width:25%;
}
form#ongletProcedures table#statuts .description
{
  width:20%;
}
form#ongletProcedures table#statuts .reponse
{
  width:5%;
}
form#ongletProcedures table#statuts  .operations
{
  width:30%;
}

form#ongletProcedures table#statuts textarea
{
  width:90%;
  height:20px;
  border: 1px solid #E5E5E5;
}
form#ongletProcedures table#statuts textarea:focus
{
  border:1px solid #4D90FE;
}

/* Droits d'accès */
form#ongletDroits table#droits .id
{
  width:5%;
  text-align:center;
}
form#ongletDroits table#droits .uid
{
  width:10%;
}
form#ongletDroits table#droits .fiche
{
  width:25%;
}
form#ongletDroits table#droits .onglet
{
  width:5%;
}
form#ongletDroits table#droits .origine
{
  width:10%;
}
form#ongletDroits table#droits .operations
{
  width:30%;
}

form#ongletDroits table#droits .uid input
{
  width:80%;
}
form#ongletDroits table#droits .fiche select
{
  width:90%;
  margin-left:10px;
}