/* CSS Document */
html, body {height: 100%}

html { 
   background-color: #eff2f3;
}

BODY
{
   background: #eff2f3;
   padding: 0px;
   margin: 0px;
   color: #012b56;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   background-color: #eff2f3;
   overflow: hidden;
}

.BodyMenuPrinc
{
   background: #fff url(../images/BG_Accueil.gif) repeat-y;
   margin: auto;
   overflow: auto;
   width: 871px;
}

FORM
{
   margin-bottom: 0px;
}

/* Le style overflow automatique ici permet d'avoir une scroll bar dans un iFrame, au besoin*/
.inframe
{
   background-color: #FFFFFF;
   overflow: auto;
}

.HorsNavigateur
{
   background-color: #FFFFFF;
}

H1
{
   font-size: 18px;
   font-weight: bold;
   color: #2a7ea4;
}
H2
{
   margin-left: 116px;
   font-size: 16px;
   font-weight: bold;
   color: #2a7ea4;
}
H3
{
   margin-left: 116px;
   font-size: 14px;
   font-weight: bold;
   color: #2a7ea4;
}
.MargeZero
{
   margin-left: 0px;
}

HR
{
   height: 1px;
   color: #ADCFAD;
}
.SeparationIframe
{
   background: url(../images/OmbreEntete.gif) top repeat-x;
   background-color: #FFFFFF;
   padding: 11px 0px 0px 0px;
   vertical-align: top;
}

a
{
   text-decoration: none;
   color: #88715e;
}
a:hover
{
   text-decoration: none;
   color: #2a7ea4;
}
input, select
{
   vertical-align: middle;
   font-size: 10px;
   color: #012b56;
}

img, table
{
   border: 0;
}

table.tableBase {
   border-spacing: 0;
   border-collapse: collapse;
}
table.tableBase td {padding: 0;}

ul
{
   padding: 0;
   margin: 0;
}

.alignTop {vertical-align: top;}
.alignBottom {vertical-align: bottom;}

.centrerHor {
   margin-left: auto;
   margin-right: auto;
}

.AlignTextDroite 
{
   text-align:right;
}
.AlignTextGauche 
{
   text-align:Left;
}
.AlignTextCentre 
{
   text-align:center;
}

.pleineLargeur {width: 100%;}

.demieLargeur {width:50%;}

.masterTable
{
   width: 100%;
   height: 100%;
   border-collapse: collapse;
   border-spacing: 0;
}
.masterTable td
{
   padding: 0;
}

input.defautlButton
{
   height: 0px;
   width: 0px;
   position: absolute;
   top: -1px;
}

span.LibelleHorsTableau
{
   vertical-align: middle;
   text-align: right;
   padding-left: 3px;
   text-transform: uppercase;
   font-size: 11px;
   font-weight: bold;
}
span.ColorerEvidence
{
   font-weight: bold;
   color: #009AE7;
}
span.CatDepassement
{
   color: red;
}
span.CodeIntervenant
{
   color: #88715e;
   font-size: 11px;
}

/* Image d'espaceur compatible avec l'impression */
img.Espaceur
{
   visibility: hidden;
   position: static;
}

p.EnlignementMsg
{
   /*text-align:center */
}
/* enligné avec les boutons - enlever le commentaire pour avoir des messages centrés */

.MsgErreur
{
   color: Red;
   font-size: larger;
   font-weight: bold;
   text-align: center;
}

/*********************************************************************************************/
/* Page d'accueil ***************************/
/*********************************************************************************************/
TABLE.Accueil
{
   background: url(../images/BG_Accueil.gif) repeat-y;
   font-size: 11px;
   height: 100%; 
   margin-left: auto; 
   margin-right: auto; 
   width: 871px;
}
TABLE.Accueil a
{
   color: #012b56;
}
TABLE.Accueil Table.BoutonsAccueil
{
   background: url(../images/Pointille.gif) repeat-x left 25px;
   height: 34px;
}

/* la TD qui contient le login */
TABLE.Accueil TD.Login
{
   background: url(../images/BoiteLogin.gif) no-repeat top left;
   width: 350px;
   height: 216px;
}
TABLE.Accueil TD.Login Table
{
   font-size: 11px;
   width: 320px;
   margin-right: 7px;
   margin-top: 9px;
}

TABLE.Accueil TD.Login Table .Champs
{
   font-weight: bold;
   color: #FFFFFF;
}
TABLE.Accueil TD.Login Table .Msg
{
   font-size: 10px;
   color: #bd4401;
}
TABLE.Accueil TD.Login input
{
   font-size: 11px;
   color: #012b56;
}
TABLE.Accueil TD.Login .Champs input
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   max-width: 160px;
}
TABLE.Accueil TD.Login Table .MsgErreurLogin
{
   padding-right: 4px;
   padding-left: 8px;
   height: 18px;
   background-color: #f72a02;
   font-size: 9px;
   font-weight: bold;
}

TABLE.Accueil TD.MsgErreurLogin {
    padding: 4px 8px;
    margin: 0;
    background-color: #e53935;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
}

/* la TD qui contient le bloc de messages */
TABLE.Accueil Td.Messages
{
   font-size: 11px;
   padding-top: 30px;
   padding-left: 0px;
   width: 410px;
}
TABLE.Accueil Td.Messages .TitreBlocMsg
{
   font-weight: bold;
   color: #2a7ea4;
   text-transform: uppercase;
}
TABLE.Accueil Td.Messages .TitreMsg
{
   font-weight: bold;
   margin-bottom: 0px;
}
TABLE.Accueil Td.Messages .Msg
{
   padding-left: 30px;
   margin-top: 0px;
   margin-bottom: 0px;
}

TABLE.Accueil .listeOptions {
   font-size: 11px;
}

/* Fin Page d'accueil ***************************/

/*********************************************************************************************/
/*  Pages standard   */
/*********************************************************************************************/

/*  Bandeau d'entete de page avec logo GPI et espace pour infos titre de page ---------------*/

.EntetePage
{
   background: url(../images/GPIEntete_Bg.gif) repeat-x;
   height: 57px;
   border-collapse: collapse;
   border: 0;
   width: 100%;
}
.EntetePage TD.Logo
{
   background: url(../images/GPIEnteteLogo.gif) no-repeat;
   width: 460px;
}
.EntetePage IMG.LogoDefaut
{
    visibility:hidden;
    height:55px;
    width:460px; 
    border-style: none;
}
.EntetePage TD.TitrePage
{
   vertical-align: middle;
   text-align: right;
   padding-right: 16px;
   text-transform: uppercase;
   font-size: 11px;
   color: #cddbe3;
   white-space: nowrap;
}

/*  pour centrer tout le contenu d'une page.  note:  text-align center ne fonctionne pas avec FireFox */
DIV.PageCentree
{
   width: 500px;
   position: relative;
   left: 50%;
   margin-left: -250px;
}

/*  Bande verticale menu de gauche */
.MenuGauche
{
   background: url(../images/GPIMenu_Bg.gif) top fixed repeat-x;
   background-color: #374e69;
}
.Menu
{
   list-style-type: none;
}

/* les boutons et les listes du menu de gauche*/
.SousMenu
{
   list-style-type: none;
   margin-left: 12px;
   margin-bottom: 20px;
}
.SousMenu li
{
   color: #d4ffa0;
   font-size: 10px;
   font-weight: bold;
   padding: 0 0 0 15px;
   white-space: nowrap;
   line-height: 13px;
}
.SousMenu a
{
   color: #d4ffa0;
   text-decoration: none;
}
.SousMenu a:hover
{
   color: #d4ffa0;
   text-decoration: underline;
}

.SousMenuSelection
{
   background: url("../Images/ItemSel.gif") left top no-repeat;
}

.SousMenuHoraire li
{
   margin-bottom: 5px;
   padding: 0;
}

.SousMenu .SousMenuListe
{
   list-style-type: none;
   margin-left: 0;
}

.SousMenu .SousMenuListe li
{
   color: #cddbe3;
   height: 12px;
   font-weight: normal;
   margin-bottom: 0;
   padding: 0 0 0 15px;
}

.SousMenu .SousMenuListe a, .SousMenu .SousMenuListe a:hover
{
   color: #cddbe3;
}

/* Le Footer ----------------------------------------------------------------------------*/
.FooterMenu
{
   background: url(../images/VagueFooterMenu.gif) left top no-repeat;
   height: 125px;
   vertical-align: bottom;
}
.FooterMenu img
{
   display: block;
   margin-left: auto;
   margin-right: -2px;
}
.FooterMenu .Copyright
{
   text-align: right;
   font-size: 9px;
   color: #FFFFFF;
   vertical-align: top;
   height: 90px;
   width: 150px;
}

/* Partie du milieu avec le fond blanc et léger omgrage sous le bandeau d'entête ------------------*/
td.MilieuPage
{
   background: url(../images/OmbreEntete.gif) top repeat-x;
   background-color: #FFFFFF;
   padding: 11px 0px 24px 31px;
   vertical-align: top;
   border-left: 1px solid #cccfd2;
}

div.MilieuPageBienvenue
{
   height: 100%;
}

/* spécifiquement pour les pages de bienvenue - Pas de padding à droite pour que les vagues soient collées au bord droit **************/
div.MilieuPageBienvenue .MessageBienvenue
{
   background: url(../images/VaguesBienvenue.gif) no-repeat right 280px;
   height: 95%;
   width: 100%;
}
div.MilieuPageBienvenue table.MessageBienvenue td, div.MilieuPageBienvenue div.MessageBienvenue div
{
   padding-left: 116px;
   vertical-align: top;
   font-size: 11px;
}
div.MilieuPageBienvenue table.MessageBienvenue tr:last-child td
{
   height: 100%;
}
div.MilieuPageBienvenue .MessageBienvenue .TitreMsg
{
   padding-top: 66px;
   font-size: 18px;
   font-weight: bold;
   color: #2a7ea4;
   margin: 0;
}
div.MilieuPageBienvenue .MessageBienvenue ul
{
   padding-left: 0px;
   margin-left: 0px;
   padding-right: 125px;
}
div.MilieuPageBienvenue .MessageBienvenue li
{
   margin-left: 18px;
   padding-bottom: 16px;
}

.MessageBienvenue .EspacementVertical {
   height:40px;
}

/* Le DIV Contenu définit la petite ligne pointillée au-dessus des onglets et les marges pour la partie contenu d'une page*/
div.Contenu
{
   background: url(../images/Pointille.gif) top repeat-x;
   width: 100%;
   padding-top: 5px;
   margin-bottom: 21px;
}

/* le div SeparationIframe assure la barre de séparation entre la partie supérieure et le contenu du iframe */
div.SeparationIframe
{
   background: url(../images/OmbreEntete.gif) top repeat-x;
   background-color: #FFFFFF;
   padding: 11px 0px 0px 0px;
   vertical-align: top;
}

/*****************************************************************************************************/


/* partie droite des pages - bande fond bleu gris avec léger ombrage -----------*/
td.PagesDroite
{
   background: url(../images/BgPagesDroite.gif) repeat-y;
   width: 23px;
}

/*******************************************************************************/
/*  Les Onglets du haut
/*******************************************************************************/
/* Onglet dans une liste */
.Onglet
{
   display: inline;
   white-space: nowrap;
}

.NoWrap {
   white-space: nowrap;
}

.OngletIEFix
{
   float: left;
}
.Onglet li
{
   background: url(../images/Onglets/Onglet_Droite.gif) right no-repeat;
   display: inline-block;
   font-size: 9px;
   font-weight: bold;
   height: 21px; line-height: 21px;
   list-style-type: none;
   padding-right: 7px;
   text-transform: uppercase;
   white-space: nowrap;
}
.OngletIEFix li
{
   display: inline;
}
.Onglet li a, .Onglet li a:hover
{
   background: url(../images/Onglets/Onglet_Bg.gif) repeat-x;
   color: #e5fdc8;
   display: inline-block;
   height: 21px; line-height: 21px;
   text-decoration: none;
}
.Onglet span
{
   background: url(../images/Onglets/Onglet_Gauche.gif) right no-repeat;
   display: inline-block;
   height: 21px; line-height: 21px;
   width: 8px;
}

.Onglet .OngletActif
{
   background: url(../images/Onglets/Onglet_Droite_Actif.gif) right no-repeat;
}
.Onglet .OngletActif a, .Onglet .OngletActif a:hover
{
   background: url(../images/Onglets/Onglet_Bg_Actif.gif) repeat-x;
   color: #012b56;
}
.Onglet .OngletActif span
{
   background: url(../images/Onglets/Onglet_Gauche_Actif.gif) right no-repeat;
}

.Onglet .PremierOnglet
{
   width: 21px;
}

/*  Tableaux BOUTON -  calqué sur le tableau standard, permet l'enlignement des boutons et assure une espacement avant ou apres la rangée de boutons selon la classe de ligne choisie  */
Table.Boutons
{
   font-size: 10px;
   color: #012b56;
}
#EnligneTabInfos
{
   margin-left: 116px;
}
.BoutonsHautPage, table.Boutons .BoutonsHautPage
{
   padding: 0;
   padding-bottom: 10px;
   border: 0;
}
/* pas de bordure pour les boutons */
.BoutonsBasPage, table.Boutons .BoutonsBasPage
{
   padding: 0;
   padding-top: 10px;
   border: 0;
}
.BoutonsBasPage li
{
   display: inline;
}
Table.Boutons img
{
   vertical-align: middle;
}
table.Boutons tr.TitreTableau td
{
   background: #B0BCC0;
   font-weight: bold;
   color: #012b56;
   text-transform: uppercase;
   vertical-align: top;
   font-size: 11px;
   padding-bottom: 2px;
   padding-top: 2px;
}
Table.Boutons TR.LgnTexte TD
{
   font-size: 11px;
   padding-top: 2px;
}
Table.Boutons TD.ChpTitre
{
   background: #B0BCC0;
   font-weight: bold;
   color: #012b56;
   text-transform: uppercase;
   vertical-align: top;
   font-size: 11px;
   padding-top: 2px;
}
.TitreHaut, table.Boutons .TitreHaut
{
   font-weight: bold;
   color: #012b56;
   text-transform: uppercase;
   vertical-align: top;
   font-size: 11px;
   padding-top: 2px;
}
.TitreBas, table.Boutons .TitreBas
{
   font-weight: bold;
   color: #012b56;
   text-transform: uppercase;
   vertical-align: middle;
   font-size: 11px;
   padding-top: 2px;
}
.TitreUnique, table.Boutons .TitreUnique
{
   font-weight: bold;
   color: #012b56;
   text-transform: uppercase;
   font-size: 11px;
   padding-top: 5px;
   padding-bottom: 15px;
}


div.OutilNavigation
{
   margin-left: 120px;
   width: 580px;
   text-align: right;
   font-size: 11px;
}

dl.Infos
{
   border: 0px;
   border-bottom: solid 1px #e2e8e9;
   color: #2a7ea4;
   font-size: 11px;
   font-weight: bold;
   margin: 0px 16px 0px 116px;
   width: 574px;
}
dl.Infos dt, dl.Infos dd
{
   border-top: solid 1px #e2e8e9;
   padding: 4px 2px 4px 0px;
}
dl.Infos dt
{
   float: left;
   white-space: nowrap;
   width: 150px;
}
dl.Infos dd
{
   margin-left: 150px;
   padding-left: 20px;
}
dl.Infos span.InfoDon
{
   margin-left: 25px;
}
dl.Infos dd.InfosInvalide
{
   background: url("../images/invalid.gif") no-repeat scroll left center transparent;
}
input.InfosBouton
{
   margin-left: 116px;
   margin-top: 10px;
}

/*  Tableaux INFOS  -  fond blanc avec seulement des lignes séparatrices gris-bleu pâle - par exemple INFOS-ÉLÈVES */
table.Infos
{
   margin-left: 116px;
   font-size: 11px;
   margin-right: 16px;
   width: 574px;
   margin-bottom: 0px;
   margin-top: 0px;
   border: 0px;
}

table.Infos .Pin
{
   text-align:right;
}

#CadreAGauche
{
   margin-left: 10px;
}
#FixeAGauche
{
   width: unset;
   margin-left: 10px;
}
#LargeAGauche
{
   width: 80%;
   margin-left: 10px;
}

table.Infos tr.LigneBoutons
{
   padding: 0px;
   border: 0px;
}
/* pas de bordure pour les boutons */
table.Infos tr.Alternance
{
   background: #E9EDEE;
}
/* l'alternance est souhaitée aux tableaux  mettre le style en commentaire pour enlever l'alternance */
table.Infos td
{
   padding: 4px 10px 4px 2px;
   border-top: solid 1px #e2e8e9;
   font-size: 11px;
}
table.Infos td.Retrait
{
   padding-left: 50px;
}
table.Infos td.derniere
{
   padding: 0px 0px 0px 0px;
   height: 2px;
   border-top: solid 1px #e2e8e9;
   vertical-align: top;
}

table.Infos .Discret
{
   padding: 0px;
   border: 0px;
}
/* pas de bordure ni padding pour un tableau à l'intérieur */
table.Infos .Discret td
{
   padding: 4px 0px 4px 0px;
   border-top: 0px;
   font-size: 11px;
}
table.Infos .Discret td.mince
{
   padding: 0px 0px 0px 15px;
   border-top: 0px;
   font-size: 11px;
}
table.Infos .Discret td.minceNoPadding
{
   padding: 0px;
   border-top: 0px;
   font-size: 11px;
}

/* pour l'affichage des mémos */
table.Infos .Memos
{
   padding: 0px;
   border: 0px;
}

/* pour l'affichage des libellés mémos */
table.Infos .Memos .Libelle
{
   vertical-align: middle;
}

table.Infos .Memos .AvecHauteur 
{
   height:33px;
}
/* pas de bordure ni padding pour la ligne contenant un tableau de memos */
table.Infos .Memos td.Numero
{
   vertical-align: top;
   font-size: 17px;
   font-weight: bold;
   width: 10px;
}
table.Infos .Memos td.Photo
{
   vertical-align: top;
   border: 1px;
   padding-left: 20px;
   border-top: solid 1px #e2e8e9;
}
table.Infos img
{
   margin-right: 10px;
}

.Evidence
{
   font-weight: bold;
}
table.Infos .Libelle
{
   font-weight: bold;
   color: #2a7ea4;
   height: 18px;
   line-height: 14px;
   white-space: nowrap;
   vertical-align: top;
}

table.Infos .PageLien 
{
   width:102px;
}

table.Infos .Details
{
   height: 18px;
   padding-right:0;
}

table.Infos a:hover
{
   text-decoration: underline;
}
table.Infos .Photo
{
   vertical-align: top;
   width: 110px;
}
table.Infos .Photo img
{
   width: 80px;
   height: auto;
}

table.Infos .Titre_ColGauche
{
   vertical-align: top;
   width: 110px;
   font-size: 17px;
   font-weight: bold;
   color: #2a7ea4;
   border: 0px;
   padding-top: 0px;
}
table.Infos .Titre_H1
{
   vertical-align: bottom;
   font-size: 17px;
   font-weight: bold;
   border: 0px;
   padding-top: 0px;
   color: #2a7ea4;
}
table.Infos .Titre_H2
{
   vertical-align: middle;
   height: 26px;
   font-size: 11px;
   font-weight: bold;
   border: 0px;
   background-color: #eff2f3;
   text-transform: uppercase;
}
table.Infos .Titre_H3
{
   background: #eff2f3;
   border-bottom: 1px solid #FFFFFF;
   border-left: 1px solid #FFFFFF;
   font-weight: bold;
   color: #2a7ea4;
   line-height: 14px;
   white-space: nowrap;
   vertical-align: top;
}

table.Infos .Separateur
{
   background: url(../images/Pointille.gif) top repeat-x;
   width: 100%;
   border: 0px;
}

/*  Tableaux standard - Entête et fond gris-bleu pâle - par exemple tableau de Résultats  */
/*  Tableaux plus larges ou pleine largeur  */
.LigneBoutons
{
   padding: 0px;
   border: 0px;
   height: 33px;
}

table.Standard
{
   font-size: 10px;
   color: #012b56;
   border-bottom: 1px solid #b1bdc2;
   border-right: 1px solid #e2e6e8;
   border-collapse: separate;
   border-spacing: 0;
}
#EnligneTabInfos
{
   margin-left: 116px;
}

table.Standard tr {
   border-bottom: 1px solid #b1bdc2;
   min-height: 15px;
}


table.Standard td
{
   border-left: 1px solid #E2E8E9;
   border-top: 1px solid #b1bdc2;
   border-bottom: 1px solid #FFFFFF;
   empty-cells: show;
   white-space: nowrap;
}

table.Standard td.AvecPadding {
   padding-left: 10px;
   padding-right: 10px;
}


.Cellpadding td
{
   padding: 2px;
}

#AvecPadding
{
   padding-left: 10px;
   padding-right: 10px;
}

table.Standard tr.Alternance
{
   background: #E9EDEE;
}
/* l'alternance est souhaitée aux tableaux  mettre le style en commentaire pour enlever l'alternance  */
table.Standard td.Alternance
{
   background: #EFF3F7;
}
/* l'alternance est souhaitée aux tableaux  mettre le style en commentaire pour enlever l'alternance  */
table.Standard tr.Surbrillance
{
   background-color: #FFCCCC;
}
table.Standard tr.Focus
{
   background-color: #A4E1FF;
}
table.Standard tr.AltDescrMatGrp
{
   background: #B0BCC0;
}

table.Standard tr.AltDescrMatGrp td {
   border-bottom-color: transparent;
}

/* sert exclusivement à la mise en évidence (imposée) des matières page de résultats */
table.Standard tr.AltTabAvecObj
{
   background: #D9DFE1;
}
/* sert exclusivement à l'alternance  d'une page de résultats  */
table.Standard td.centre
{
   text-align: center;
}
table.Standard td.ColSeparateur
{
   background: transparent;
   width: 1px;
}
table.Standard tr.Deplacement td
{
   text-align: right;
   border-style: none;
}
table.Standard a:hover
{
   text-decoration: underline;
}
Table.Standard img
{
   vertical-align: middle;
}
table.Standard .Discret
{
   padding: 0px;
   border: 0px;
}
/* pas de bordure ni padding pour un tableau à l'intérieur du tableau Memos */
table.Standard .Discret td
{
   padding: 4px 0px 4px 0px;
   border-top: 0px;
   font-size: 11px;
}
table.Standard .Discret td.mince
{
   padding: 0px 0px 0px 15px;
   border-top: 0px;
   font-size: 11px;
}
table.Standard .Discret td.minceNoBorder
{
   padding: 0px 0px 0px 15px;
   border: 0px;
   font-size: 11px;
}
table.Standard .Discret td.minceEvid
{
   padding: 0px 0px 0px 15px;
   border-top: 0px;
   font-size: 11px;
   font-weight: bold;
}
/* pour un look uniforme, mettre titretableau et titre tableau Td titretableau à la meme valeur!  */
table.Standard .TitreTableau
{
   background-color: #B0BCC0;
   font-weight: bold;
   color: #012b56;
   text-transform: uppercase;
   vertical-align: top;
   font-size: 11px;
}
#EnligneBottom
{
   vertical-align: bottom;
}

table.Standard .TitreTableau img
{
   vertical-align: top;
}
table.Standard .TitreTableauCentre
{
   text-align: center;
}

table.Standard tr.TitreTableau th
{
   background-color: #B0BCC0;
   border-bottom: 1px solid #FFFFFF;
   border-left: 1px solid #FFFFFF;
   vertical-align: top;
   padding-left: 10px;
   padding-right: 10px;
}
#NoBordertop
{
   border-top: 0px;
}
#NoBorderBottom
{
   border-bottom: 0px;
}
#NoBorder
{
   border: 0px;
}
table.Standard tr.TitreTableau td.centre
{
   text-align: center;
}
table.Standard .NomEle
{
   font-weight: bold;
}
table.Standard .Separateur
{
   background: url(../images/Pointille.gif) top repeat-x;
   width: 100%;
   border: 0px;
}
table.Standard td.FondEvidence
{
   background: #D6EBAD;
   color: #012b56;
   font-weight: bold;
}

/* les CatNiv sont utilisés pour l'affichage du tableau Sommaire des tâches dans la fonction horaire */
table.Standard td.TitCatNiv1
{
   padding-left: 1px;
   background: #99CCFF;
   font-weight: bold;
}
table.Standard td.TitCatNiv2
{
   padding-left: 10px;
   font-weight: bold;
}
table.Standard td.TitCatNiv3
{
   padding-left: 20px;
}
table.Standard td.TitCatNiv4
{
   padding-left: 30px;
   color: #0000FF;
}
table.Standard td.CatNiv1
{
   background: #99CCFF;
   font-weight: bold;
}
table.Standard td.CatNiv2
{
   font-weight: bold;
}
table.Standard td.CatNiv3
{
}
table.Standard td.CatNiv4
{
   color: #0000FF;
}


Table.GrilleHoraire
{
   font-size: 10px;
   color: #012b56;
   border: 1px solid;
   border-collapse: separate;
   border-spacing: 0;
   border-color: #b1bdc2 #e2e6e8 #e2e6e8 #b1bdc2;
   margin-right: 15px;
}

Table.GrilleHoraire tr {
   border-bottom: 1px solid #b1bdc2;
   min-height: 15px;
}

Table.GrilleHoraire TD
{
   font-size: 10px;
   background-color: #FFFFFF;
   border-left: 1px solid #E2E8E9;
   border-top: 1px solid #b1bdc2;
   border-bottom: 1px solid #FFFFFF;
   padding: 2px;
}
TABLE.GrilleHoraire .Entete
{
   background-color: #e2e6e8;
}
TABLE.GrilleHoraire .EnteteAlternate
{
   background-color: #E9EDEE;
}
Table.GrilleHoraire .PerInscript
{
   background-color: #CCFFCC;
   border-color: #CCFFCC;
   font-size: 10px;
}
Table.GrilleHoraire .PerNormale
{
   font-size: 10px;
   color: #012b56;
   background-color: #FFFFFF;
   border-color: #FFFFFF;
}
Table.GrilleHoraire .PerInscriptContour
{
   background-color: #CCFFCC;
}
Table.GrilleHoraire .PerNormaleContour
{
   background-color: #FFFFFF;
}
/*	TABLE.GrilleHoraire a {font-weight: bold; font-size:x-small; text-decoration: none; color: #012b56;}*/
TABLE.GrilleHoraire a:hover
{
   text-decoration: underline;
}

Table.GrilleHoraire .Vide
{
   color: #012b56;
   border: 1px solid;
   border-color: #b1bdc2 #FFFFFF #FFFFFF #b1bdc2;
}
.Evidence
{
   font-weight: bold;
}
Table.GrilleHoraire .Horaire
{
   font-size: 10px;
   color: #012b56;
   background-color: #CAFFCA;
   border: 1px solid #CAFFCA;
}
Table.GrilleHoraire .HoraireContour
{
   font-size: 10px;
   color: #012b56;
   background-color: #CAFFCA;
   border-left: 1px solid #E2E8E9;
   border-top: 1px solid #b1bdc2;
   border-bottom: 1px solid #FFFFFF;
}
Table.GrilleHoraire .HoraireContourHaut
{
   font-size: 10px;
   color: #012b56;
   background-color: #CAFFCA;
   border-right: 1px solid #E2E8E9;
   border-left: 1px solid #E2E8E9;
   border-top: 1px solid #b1bdc2;
   border-bottom: 1px solid #b1bdc2;
}
Table.GrilleHoraire .SelectionAutre
{
   font-size: 10px;
   color: #012b56;
   background-color: #EFEFEF;
   border: 1px solid #EFEFEF;
}
Table.GrilleHoraire .SelectionAutreContour
{
   font-size: 10px;
   color: #012b56;
   background-color: #EFEFEF;
   border-right: 1px solid #E2E8E9;
   border-left: 1px solid #E2E8E9;
   border-top: 1px solid #b1bdc2;
   border-bottom: 1px solid #b1bdc2;
}
Table.GrilleHoraire .SelectionAutreContourComplet
{
   font-size: 10px;
   color: #012b56;
   background-color: #EFEFEF;
   border-right: 1px solid #b1bdc2;
   border-left: 1px solid #b1bdc2;
   border-top: 1px solid #b1bdc2;
   border-bottom: 1px solid #b1bdc2;
}
Table.GrilleHoraire .SelectionAutreContourBas
{
   font-size: 10px;
   color: #012b56;
   background-color: #EFEFEF;
   border-left: 1px solid #E2E8E9;
   border-right: 1px solid #E2E8E9;
   border-top: 1px solid #EFEFEF;
   border-bottom: 1px solid #b1bdc2;
}
Table.GrilleHoraire .Selection
{
   font-size: 10px;
   color: #012b56;
   background-color: #CCCCCC;
   border: 1px solid #CCCCCC;
}
Table.GrilleHoraire .SelectionContour
{
   font-size: 10px;
   color: #012b56;
   background-color: #CCCCCC;
   border-left: 1px solid #b1bdc2;
   border-right: 1px solid #b1bdc2;
   border-top: 1px solid #CCCCCC;
   border-bottom: 1px solid #CCCCCC;
}
Table.GrilleHoraire .NonSelectionnee
{
   font-size: 10px;
   color: #012b56;
   background-color: #FFFFFF;
   border: 1px solid #FFFFFF;
}
Table.GrilleHoraire .NonSelectionneeContourHaut
{
   font-size: 10px;
   color: #012b56;
   background-color: #FFFFFF;
   border-left: 1px solid #E2E8E9;
   border-right: 1px solid #E2E8E9;
   border-top: 1px solid #b1bdc2;
   border-bottom: 1px solid #FFFFFF;
}
Table.GrilleHoraire .NonSelectionneeContourBas
{
   font-size: 10px;
   color: #012b56;
   background-color: #FFFFFF;
   border-left: 1px solid #E2E8E9;
   border-right: 1px solid #E2E8E9;
   border-top: 1px solid #FFFFFF;
   border-bottom: 1px solid #b1bdc2;
}
Table.GrilleHoraire .NonSelectionneeContourComplet
{
   font-size: 10px;
   color: #012b56;
   background-color: #FFFFFF;
   border-left: 1px solid #b1bdc2;
   border-right: 1px solid #b1bdc2;
   border-top: 1px solid #b1bdc2;
   border-bottom: 1px solid #b1bdc2;
}

Table.GrilleHoraire .Regroupement
{
   color: #012b56;
   background-color: #e2e6e8;
   border: 0px;
}

/*  Tableaux options - Entête et fond gris-bleu pâle - par exemple tableau de définition pour une liste imprimée  */
/*  Tableaux plus larges ou pleine largeur  */
Table.Options
{
   font-size: 10px;
   color: #012b56;
}
#AvecMargeGauche
{
   margin-left: 50px;
}
Table.Options TR.LigneBoutons
{
   padding: 0px;
   border: 0px;
   vertical-align: middle;
}
/* pas de bordure pour les boutons */
Table.Options TR.TitreTableau TD
{
   background: #e2e6e8;
   border-bottom: 1px solid #b1bdc2;
   border-top: 1px solid #b1bdc2;
   border-left: 1px solid #E2E8E9;
   border-right: 1px solid #e2e6e8;
   font-weight: bold;
   color: #2a7ea4;
   vertical-align: top;
   font-size: 11px;
   text-transform: uppercase;
}
Table.Options TD.Retrait
{
   padding-left: 50px;
}
Table.Options ul
{
   line-height: 2em;
   text-indent: 0px;
   list-style-position: outside;
   list-style-type: disc;
}

Table.Options .SousTitreTableau
{
   font-weight: bold;
   color: #2a7ea4;
   height: 18px;
   line-height: 14px;
   white-space: nowrap;
   font-size: 11px;
   vertical-align: top;
}
#AvecRetrait
{
   padding-left: 50px;
}

Table.Options TR.Categories
{
   font-size: 12px;
   text-transform: uppercase;
}

/* Grille du calendrier */
Table.Grid
{
   border: 1px solid #b1bdc2;
   border-spacing:0;
   border-collapse:collapse;
}
/*border : 1px solid; border-color  : #525284 #666699 #666699 #525284; } */

Table.Grid TD
{
   font-size: 11px;
   font-weight: bold;
   color: #2a7ea4;
   border: 1px solid #b1bdc2;
}
/*background: #F1F3F4; */
/*font-size:82%; font-weight: bold; color: Navy; border : 1px solid; border-color : #525284 #666699 #666699 #525284;} */

TABLE.Grid .Header
{
   font-size: 11px;
   text-transform: uppercase;
   background: #e2e6e8;
}

TABLE.Grid .Header.Largeur20pc 
{
   width:20%;
}

TABLE.Grid .PremierHeader
{
   font-size: 11px;
   text-transform: uppercase;
   background: #e2e6e8;
}
/*border: 1px solid #b1bdc2; font-weight: bold; color: #2a7ea4; vertical-align: top; */
/*font: bold 10px Verdana,sans-serif;background-color: #99CCFF;}*/

TABLE.Grid .Content
{
   background: #F1F3F4;
   font-weight: bold;
   vertical-align: top;
}
/* background-color: #FFFFFF; font-weight: bold; vertical-align:top;}*/

TABLE.Grid .Content .ReadOnly
{
   font-weight: normal;
}
TABLE.Grid a
{
   font-size: 11px;
   color: #88715e;
   text-decoration: none;
}
/*font: bold 10px Verdana,sans-serif; text-decoration: none; color: Navy;} */

TABLE.Grid a:hover
{
   font-weight: bold;
   text-decoration: underline;
   color: #256E90;
}
/*font-weight:bold; text-decoration: underline;color:#990033;} */

Table.Grid .Extension
{
   font: bold 10px Verdana,sans-serif;
   color: Navy;
   background-color: #00FFFF;
}


/* Grille du calendrier  - en-tête d'une journée */
Table.GridHeaderDay TD
{
   font-size: 11px;
   color: #012b56;
   border: none;
   background: #e2e6e8;
}

table.GridHeaderDay .ImgSujet 
{
   height:30px;
}
/* font: bold 10px Verdana,sans-serif;color: Navy;  border : none;background-color: #99CCFF;}*/

Table.GridHeaderDay .Extension
{
   font-size: 11px;
   color: #012b56;
   border: none;
   background: #00FFFF;
}
/*font: bold 10px Verdana,sans-serif;color: Navy;  border : none;background-color: #00FFFF;}*/

TABLE.GridHeaderDay .DayWeek
{
   font-size: 11px;
   color: #012b56;
   background: #e2e6e8;
}
/* font: bold 10px Verdana,sans-serif;background-color: #99CCFF;}*/

TABLE.GridHeaderDay .DayNumber
{
   background: #e2e6e8;
   font-weight: bold;
}
/*color: #2a7ea4; vertical-align: top; FONT-size: 11px; text-transform: uppercase;}*/
/* background-color: #FFFFFF;font: bold 10px Verdana,sans-serif;} */

TABLE.GridHeaderDay .DayNumberOther
{
   color: #012b56;
   font-size: 11px;
   text-transform: uppercase;
}
/*color : #99CCFF; font: bold 10px Verdana,sans-serif;background-color: #FFFFFF;}*/

TABLE.GridHeaderDay .DayNumberOther a
{
   text-decoration: none;
   color: #99CCFF;
}

TABLE.GridHeaderDay .DayNumberOther a:hover
{
   font-weight: bold;
   color: #256E90;
   text-decoration: underline;
}

table.GridHeaderDay .Month 
{
   width:40%;
}
TABLE.GridHeaderDay .CycleDay
{
   font-size: 11px;
   text-transform: uppercase;
   background: #e2e6e8;
   text-align: center;
}
/*font: 9px Verdana,sans-serif;background-color: #99CCFF;}*/
TABLE.GridHeaderDay a
{
   font: bold 11px Verdana,sans-serif;
   text-decoration: none;
   color: #012b56;
}
/*font: bold 10px Verdana,sans-serif;text-decoration: none; color:Navy;}*/

TABLE.GridHeaderDay a:hover
{
   font-weight: bold;
   text-decoration: underline;
   color: #902538;
}

/* Grille du calendrier - Liste d'items d'une case */
table.GridArrayItems 
{
   border-spacing:0;
   border-collapse:collapse;
}

table.GridArrayItems .SujetsJour
{
   border-spacing:0;
   border-collapse:collapse;
   height:50%;
}

TABLE.Grid .Content .SujetsJour .Sujet 
{
   height:15px;
}

TABLE.Grid .Content .SujetsJour .SujetSpacing1h 
{
   height:1px;
} 

TABLE.Grid .Content .SujetsJour .SujetSpacing5w
{
   width:5px;
} 

TABLE.Grid .Content .SujetsJour .SujetSpacing15w
{
   width:15px;
} 

TABLE.Grid .Content .SujetsJour .Sujet .AddEvent
{
   width:10px;
}

Table.GridArrayItems TD
{
   font: bold 82% Verdana,sans-serif;
   border: none;
}

TABLE.GridArrayItems .MthDayNumber
{
   font: bold 10px Verdana,sans-serif;
   background-color: #99CCFF;
}
TABLE.GridArrayItems .MthDayNumber a
{
   font: bold 10px Verdana,sans-serif;
   text-decoration: none;
}
TABLE.GridArrayItems .MthDayNumber a:hover
{
   font-weight: bold;
   text-decoration: underline;
}
TABLE.GridArrayItems .MthDayNumberOther
{
   background-color: #CCFFFF;
   color: #9999FF;
   font: bold 10px Verdana,sans-serif;
}
TABLE.GridArrayItems .MthDayNumberOther a
{
   font: bold 10px Verdana,sans-serif;
   text-decoration: none;
   color: #9999FF;
}
TABLE.GridArrayItems .MthDayNumberOther a:hover
{
   font-weight: bold;
   color: #256E90;
   text-decoration: underline;
}
TABLE.GridArrayItems .MthCycleDay
{
   background-color: #FFFFFF;
   font: 9px Verdana,sans-serif;
}
TABLE.GridArrayItems .MthCycleDay a
{
   font: 10px Verdana,sans-serif;
   text-decoration: none;
}
TABLE.GridArrayItems .MthCycleDay a:hover
{
   text-decoration: underline;
}
TABLE.GridArrayItems .MthEventDay
{
   background-color: #FFFFFF;
   font: bold 9px Verdana,sans-serif;
}
TABLE.GridArrayItems .Content
{
   font-weight: bold;
   vertical-align: top;
}
TABLE.GridArrayItems .Content .ReadOnly
{
   font-weight: normal;
}
TABLE.GridArrayItems .Content .TaskDetail
{
   font: 10px Verdana,sans-serif;
}
TABLE.GridArrayItems a
{
   font-weight: normal;
   text-decoration: none;
   border: none;
}
TABLE.GridArrayItems a:hover
{
   font-weight: normal;
   text-decoration: underline;
}

TABLE.GridArrayItems .Grid
{
   background-color: #666699;
}
TABLE.GridArrayItems .Header
{
   font: bold 10px Verdana,sans-serif;
   background-color: #99CCFF;
}
TABLE.GridArrayItems .Header a
{
   font: bold 10px Verdana,sans-serif;
   text-decoration: none;
}
TABLE.GridArrayItems .Header a:hover
{
   font-weight: bold;
   text-decoration: underline;
}


/* Calendrier de navigation par date */
Table.NavigCalendarDate
{
   font-size: 10px;
   color: #375B5C;
   border-spacing:0;
}
Table.NavigCalendarDate TD
{
   font-weight: bold;
   background-color: #FFFFFF;
}

TABLE.NavigCalendarDate .Header
{
   font-weight: bold;
   color: #2a7ea4;
   height: 18px;
   line-height: 14px;
   white-space: nowrap;
   font-size: 11px;
   vertical-align: top;
   text-align: center;
}

TABLE.NavigCalendarDate .Header .Spacing 
{
   width:13px;
}

table.NavigCalendarDate .WeekHeader .Spacing 
{
   width:13px;
}

table.NavigCalendarDate .WeekHeader .Selecter 
{
   width:13px;
   height:13px;
}

table.NavigCalendarDate .DayCell 
{
   width:18px;
   height:15px;
   text-align:center;
}
/* background-color: #FFFFFF;  color:#990033; text-align: center;} */

TABLE.NavigCalendarDate .Content
{
   background-color: #FFFFFF;
   font-weight: bold;
   vertical-align: top;
}
TABLE.NavigCalendarDate .Content .ReadOnly
{
   font-weight: normal;
}
TABLE.NavigCalendarDate a
{
   text-decoration: none;
   color: #88715e;
}
/* color: Navy; text-decoration: none;}*/
TABLE.NavigCalendarDate a:hover
{
   text-decoration: underline;
   color: #2a7ea4;
}
/* text-decoration: underline;color:#990033;} */

TABLE.NavigCalendarDate .CalendarDayTitreTableauCentre
{
   background: #e2e6e8;
   border-bottom: 1px solid #b1bdc2;
   border-top: 1px solid #b1bdc2;
   border-left: 1px solid #E2E8E9;
   border-right: 1px solid #e2e6e8;
   font-weight: bold;
   color: #2a7ea4;
   text-align: center;
}
/* font: bold 10px Verdana,sans-serif; color: #FFFFFF; text-align: center; background-color: #003399; } */
TABLE.NavigCalendarDate .CalendarDayTitreTableauGauche
{
   background: #e2e6e8;
   border-bottom: 1px solid #b1bdc2;
   border-top: 1px solid #b1bdc2;
   border-left: 1px solid #E2E8E9;
   border-right: 1px solid #e2e6e8;
   font-weight: bold;
   color: #2a7ea4;
   text-align: left;
}

/* font: bold 10px Verdana,sans-serif; color: #FFFFFF; text-align: left;   background-color: #003399; } */
TABLE.NavigCalendarDate .CalendarDayTitreTableauGauche a
{
   color: #2a7ea4;
   text-decoration: none;
}
TABLE.NavigCalendarDate .CalendarDayTitreTableauDroite
{
   background: #e2e6e8;
   border-bottom: 1px solid #b1bdc2;
   border-top: 1px solid #b1bdc2;
   border-left: 1px solid #E2E8E9;
   border-right: 1px solid #e2e6e8;
   font-weight: bold;
   color: #2a7ea4;
   text-align: right;
}
/* font: bold 10px Verdana,sans-serif; color: #FFFFFF; text-align: right;  background-color: #003399; } */

TABLE.NavigCalendarDate .CalendarDayTitreTableauDroite a
{
   color: #2a7ea4;
   text-decoration: none;
}

TABLE.NavigCalendarDate .DayMonth
{
   background-color: #FFFFFF;
   vertical-align: middle;
}
#AbsencePartielle
{
   background-color: #e2e6e8;
   border: 1px solid #E2E8E9;
}
#AbsencePartielle a
{
}
#AbsenceTotale
{
   background-color: #2a7ea4;
   border: 1px solid #E2E8E9;
   color: #EFEFEF;
}
#AbsenceTotale a
{
   color: white;
}
TABLE.NavigCalendarDate .DayMonth a
{
   font: bold 9px Verdana,sans-serif;
   text-decoration: none;
}
TABLE.NavigCalendarDate .DayMonth a:hover
{
   text-decoration: underline;
}

TABLE.NavigCalendarDate .DayOtherMonth
{
   background-color: #FFFFFF;
   color: #b1bdc2;
   font-weight: normal;
   vertical-align: middle;
}
TABLE.NavigCalendarDate .DayOtherMonth a
{
   font: 9px Verdana,sans-serif;
   color: #b1bdc2;
   text-decoration: none;
}
TABLE.NavigCalendarDate .DayOtherMonth a:hover
{
   color: #B22222;
   text-decoration: underline;
}
TABLE.NavigCalendarDate .DaySelect
{
   color: #2a7ea4;
   font-weight: bold;
   vertical-align: middle;
   background-color: #e2e6e8;
}
TABLE.NavigCalendarDate .DaySelect a
{
   font: bold 9px Verdana,sans-serif;
   color: #2a7ea4;
   text-decoration: none;
}
TABLE.NavigCalendarDate .DaySelect a:hover
{
   color: #B22222;
   text-decoration: underline;
}
TABLE.NavigCalendarDate .DaySelectOther
{
   color: #3300FF;
   font-weight: normal;
   vertical-align: middle;
   background-color: #99CCFF;
}
TABLE.NavigCalendarDate .DaySelectOther a
{
   font: 9px Verdana,sans-serif;
   color: #3300FF;
   text-decoration: none;
}
TABLE.NavigCalendarDate .DaySelectOther a:hover
{
   color: #B22222;
   text-decoration: underline;
}
TABLE.NavigCalendarDate .DaySelectCurrent
{
   color: #990000;
   font-weight: bold;
   vertical-align: middle;
   background-color: #99CCFF;
}
TABLE.NavigCalendarDate .DaySelectCurrent a
{
   font: bold 9px Verdana,sans-serif;
   color: #990000;
   text-decoration: none;
}
TABLE.NavigCalendarDate .DaySelectCurrent a:hover
{
   color: #2a7ea4;
   text-decoration: underline;
}
TABLE.NavigCalendarDate .CurrentDay
{
   background-color: #FFFFFF;
   color: #990000;
   font-weight: bold;
   vertical-align: middle;
}
TABLE.NavigCalendarDate .CurrentDay a
{
   font: bold 9px Verdana,sans-serif;
   color: #990000;
   text-decoration: none;
}
TABLE.NavigCalendarDate .CurrentDay a:hover
{
   color: #2a7ea4;
   text-decoration: underline;
}
TABLE.NavigCalendarDate .DayMonthAlter
{
   background-color: #F0F0FF;
   font-weight: bold;
   vertical-align: middle;
}
TABLE.NavigCalendarDate .DayMonthAlter a
{
   font: bold 9px Verdana,sans-serif;
   text-decoration: none;
}
TABLE.NavigCalendarDate .DayMonthAlter a:hover
{
   text-decoration: underline;
}
TABLE.NavigCalendarDate .DayOtherMonthAlter
{
   background-color: #F0F0FF;
   color: #3300FF;
   font-weight: normal;
   vertical-align: middle;
}
TABLE.NavigCalendarDate .DayOtherMonthAlter a
{
   font: 9px Verdana,sans-serif;
   color: #3300FF;
   text-decoration: none;
}
TABLE.NavigCalendarDate .DayOtherMonthAlter a:hover
{
   color: #B22222;
   text-decoration: underline;
}
TABLE.NavigCalendarDate .CurrentDayAlter
{
   background-color: #F0F0FF;
   color: #990000;
   font-weight: bold;
   vertical-align: middle;
}
TABLE.NavigCalendarDate .CurrentDayAlter a
{
   font: bold 9px Verdana,sans-serif;
   color: #990000;
   text-decoration: none;
}
TABLE.NavigCalendarDate .CurrentDayAlter a:hover
{
   color: #2a7ea4;
   text-decoration: underline;
}

/*  spécial pour les absences  */
TABLE.NavigCalendarDate .DayMonth.AbsencePartielle
{
   background-color: red;
   vertical-align: middle;
}
TABLE.NavigCalendarDate .DayMonth AbsencePartielle a
{
   font: bold 9px Verdana,sans-serif;
   text-decoration: none;
}
TABLE.NavigCalendarDate .DayMonth AbsencePartielle a:hover
{
   text-decoration: underline;
}


/*  Qualifier les cellules de n'importe quel tableau selon une étiquette pré-établie  */
TD.AVenir
{
   background-color: #FFFFCC;
}
TD.EnCours
{
   background-color: #EDEDED;
}
TD.Termine
{
   background-color: Silver;
}
TD.Attention
{
   background-color: #FFCCCC;
}
TD.Modif
{
   background-color: #FF66CC;
   padding: 3px;
}
TD.ModifNoCode
{
   background-color: #66CC66;
}

TD.Urgence
{
   color: #FF0000;
   font-weight: bold;
}

/*  Zone de messages  */
.MsgSucces
{
   font-size: 10px;
   font-weight: bold;
   color: #006600;
}
.MsgErreur
{
   font-size: 10px;
   font-weight: bold;
   color: #f72a02;
}
.MsgInformation
{
   font-size: 10px;
   font-weight: bold;
   color: #E19300;
}
.MsgQuestion
{
   font-size: 10px;
   font-weight: bold;
   color: #B22222;
}
.MsgConflitHoraire
{
   font-size: 12px;
   font-weight: bold;
   color: #B22222;
}

.MsgErreurLigne
{
   font-weight: bold;
   color: Red;
   text-align: center;
}
.MsgInformationLigne
{
   font-weight: bold;
   text-align: center;
}


/**************************************************************************************************************/
/* Styles pour la bulle fixe générée dans BulleFixe.js (utilisé par résultat pour afficher les commentaires) **/
/**************************************************************************************************************/
DIV.BulleFixe
{
   background-color: #FFFFFF;
   position: absolute;
   top: -100px;
   padding: 0px;
   margin: 0px;
   visibility: hidden;
}

/* report des styles de bulle existant dans l'ancien look */
/* on colore la bulle pour une meilleure visibilité       */

.BulleStandard
{
   background-color: #E3E7E8;
   padding: 3px;
   margin: 0px;
   border: solid;
   border-width: 1px;
   border-color: #627478;
}
.BulleCommentaire
{
   background-color: #FFFFFF;
   padding: 3px;
   margin: 0px;
   border: solid;
   border-width: 1px;
   border-color: #AAAAAA;
   vertical-align: top;
}
.TitreBulle
{
   font-size: 10pt;
   font-weight: bold;
   font-style: italic;
}
.TexteBulle
{
   font-size: 8pt;
}

/*********************************************************************************************/
/* Page d'accueil ***************************/
/*********************************************************************************************/
TABLE.LogoEnBoite
{
   background: url(../images/BG_Accueil.gif) repeat-y;
   font-size: 11px;
}
#EnligneTabInfos
{
   margin-left: 116px;
}

/* la TD qui contient le logo et le texte accompagnateur */
TABLE.LogoEnBoite TD.LogoEtTexte
{
   background: url(../images/BoiteLogo.gif) no-repeat top left;
   height: 110px;
}
TABLE.LogoEnBoite TD.LogoEtTexte Table
{
   font-size: 11px;
   width: 285px;
   margin-right: 7px;
   margin-top: 15px;
}
TABLE.LogoEnBoite TD.LogoEtTexte Table .RangTexte
{
   font-weight: bold;
   color: #FFFFFF;
}
TABLE.LogoEnBoite TD.LogoEtTexte Table .RangTexte a
{
   color: #D7D7D7;
}
TABLE.LogoEnBoite TD.LogoEtTexte Table .RangTexte a:hover
{
   color: White;
}



/******************************************************************************************/
/*  Tableau pour les informations de type dictionnaire - fenêtre pop-up */
/******************************************************************************************/

body.Dico
{
   background: #FFFFFF;
   padding: 20px;
   overflow: auto;
   height: auto;
}
H2
{
   margin: 16px;
   font-size: 16px;
   font-weight: bold;
   color: #2a7ea4;
}
H3
{
   margin: 14px;
   font-size: 14px;
   font-weight: bold;
   color: #2a7ea4;
}
/* non utilisé encore */
p.copyright
{
   font-size: 9px;
   border-top: solid 1px #ADCFAD;
}
Table.Dico
{
   width: 90%;
   font-size: 11px;
   border-bottom: solid 1px #e2e8e9;
}
#InfosLarge
{
   width: 100%;
}
#InfosMini
{
   width: 10%;
}
#NoborderBottom
{
   border-bottom: 0px;
}
Table.Dico TD
{
   padding: 4px 10px 4px 2px;
   border-top: solid 1px #e2e8e9;
   border-bottom-style: none;
   border-left-style: none;
   border-right-style: none;
   font-size: 11px;
}

Table.Dico .Titre_H1
{
   font-size: 17px;
   font-weight: bold;
   border: 0px;
   padding-bottom: 14px;
   color: #2a7ea4;
}
Table.Dico .Titre_H2
{
   vertical-align: middle;
   height: 26px;
   font-size: 11px;
   font-weight: bold;
   background-color: #eff2f3;
   text-transform: uppercase;
}
Table.Dico .Entete
{
   font-weight: bold;
   color: #2a7ea4;
   height: 20px;
   padding-right: 30px;
}

Table.Dico .Code
{
   font-weight: bold;
   height: 10px;
   line-height: 14px;
   white-space: nowrap;
}
Table.Dico .CodeAlternance
{
   font-weight: bold;
   height: 10px;
   line-height: 14px;
   white-space: nowrap;
   background: #F2F4F5;
}
Table.Dico .Description
{
   height: 10px;
}
Table.Dico .DescrAlternance
{
   height: 10px;
   background: #F2F4F5;
}

Table.DicoBox
{
   font-size: 11px;
   border: solid 2px #A1B4B8;
}
Table.DicoBox TD
{
   padding: 6px;
   background-color: #E7ECED;
   font-size: 16px;
}


/******************************************************************************************/
/*  Tableau pour les informations de AIDE - fenêtre pop-up */
/******************************************************************************************/

/*  BODY.Aide {background:#FFFFFF; }	 */
BODY.Aide
{
   font-size: 11px;
   background: #e5f4c8;
   overflow: auto;
}
/* link="#0000ff" vlink="#551a8b" alink="#ff0000" bgcolor="#ffe0c0" test="#000000"*/

BODY.Aide h1
{
   font-size: 17px;
   text-align: center;
   font-weight: bold;
   margin-top: 5px;
   padding-bottom: 10px;
   padding-top: 10px;
   color: #4a7b10;
   border-top: solid 1px #abd17d;
   border-bottom: solid 1px #abd17d;
   background: #d7ebaf;
}
BODY.Aide span.Emphase
{
   font-size: 12px;
   font-weight: bold;
   font-style: italic;
   color: #4a7b10;
}
BODY.Aide span.Boite
{
   font-size: 12px;
   font-weight: bold;
   color: #4a7b10;
   padding: 5px;
   border: solid 1px #abd17d;
   background: #d7ebaf;
}
BODY.Aide div.retrait
{
   margin-left: 25px;
}


BODY.Aide p.avantliste
{
   margin-top: 0px;
   margin-bottom: 5px;
}

BODY.Aide ul
{
   line-height: 2em;
   text-indent: 0px;
   list-style-position: outside;
   list-style-type: square;
   padding: 5px;
   margin: 0px 0px 0px 25px;
}
BODY.Aide ul a
{
   color: #4a7b10;
   text-decoration: underline;
}

Table.Aide
{
   font-size: 11px;
}
Table.Aide TD
{
   padding: 10px 20px 30px 20px;
   font-size: 11px;
   background: #e5f4c8;
}
Table.Aide .Titre_H1
{
   font-size: 17px;
   font-weight: bold;
   color: #4a7b10;
   padding-bottom: 5px;
   border-bottom: solid 1px #abd17d;
   background: #d7ebaf;
}

Table.AideTableaux
{
   margin-left: 30px;
   width: 90%;
   padding: 0px;
   color: #012b56;
   border-bottom: 1px solid #b1bdc2;
   border-right: 1px solid #e2e6e8;
}
Table.AideTableaux TD
{
   padding-bottom: 10px;
   border-left: 1px solid #d7ebaf;
   border-top: 1px solid #d7ebaf;
   border-bottom: 1px solid #abd17d;
}
Table.AideTableaux TD.ColTitre
{
   text-align: center;
   background: #d7ebaf;
   font-size: 12px;
   font-weight: bold;
   color: #4a7b10;
   border-top: solid 1px #abd17d;
   border-bottom: solid 1px #abd17d;
}
Table.AideTableaux TR.LigneTitre TD
{
   text-align: center;
   background: #d7ebaf;
   font-size: 12px;
   font-weight: bold;
   color: #4a7b10;
   border-top: solid 1px #abd17d;
   border-bottom: solid 1px #abd17d;
}

.Top
{
   top: 0;
   bottom: auto;
}
/*==Refonte2015*/
.btn {
   background-repeat: no-repeat;
   background-position: left center;
   background-color: transparent;
   border: none;
   color: transparent;
   font-size: 0;
   height: 19px;
}

/****************************************************************************************/
/*Groupe repère*/
/****************************************************************************************/

/*DevLec*/
.CatDevLec 
{
   text-align:center;
   white-space: nowrap;
}
.DevLecPageGenCalendar 
{
   width:138px;
}
.DevLecPageGenOptions 
{
   width:98%
}

/****************************************************************************************/
/*matière-groupe*/
/****************************************************************************************/

table.Standard .largeur13pc 
{
   width:13%;
}

table.Standard .largeur18px 
{
   width:18px;
}


/****************************************************************************************/
/* Ressources                                                                           */
/****************************************************************************************/
table.LstRessources {
   border-right: 0;
}

table.LstRessources.Vide {
   border: 0;
}

table.LstRessources .Url {
   display: inline-block;
   max-width: 500px;
   overflow-x: hidden;
   -ms-text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   width: auto !important;  /* Non reconnu par ie5 - Pour forcer width à 500 pour ie5 seulement */
   width: 500px;
}

table.LstRessources .AvecPadding {
   padding-bottom: 3px;
   padding-top: 3px;
   vertical-align: middle;
}

table.LstRessources h1 {
   margin-bottom: 12px;
}

table.LstRessources .ImgRess {
   text-align: center;
}

table.LstRessources td.AssocieMatGrp {
   padding-left: 30px;
}

table.LstRessources td.AssocieMatGrp span {
   display: inline-block;
   width: 20px;
}

table.LstRessources .AssocieAutreEco {
   margin-left: 10px;
}

table.LstRessources td.TitreListe {
   border-left: 0;
   border-right: 0;
   border-top: 0;
}

table.LstRessources td.Boutons {
   border-left: 0;
   border-right: 0;
}

table.LstRessources td.Boutons.Vide {
   border-top: 0;
} 

table.LstRessources td.TitreListe.Suivant {
   padding-top: 40px;
}  

table.LstRessources td.Dernier {
   border-right: 1px solid #e2e6e8;
}

table.Infos td.RessContenantImage { 
   padding-bottom: 10px;
   padding-top: 10px; 
}

.RessContenantImage .RessParcourir input {
   color: #555;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   vertical-align: baseline;
   }

/* :not n'est pas reconnu par ie5. On cible ici les autres navigateurs. */
.RessContenantImage .RessParcourir:not(.bidon) input {
   color: #fff !important;
}

.RessContenantImage .RessFichierImage {
   border: 1px solid #888;
   margin-top: 10px;
   margin-bottom: 10px;
}

.RessContenantImage .RessFichierImage td {
   border: none;
   font-size: 10px;
   padding: 0;
}

.RessContenantImage .RessFichierImage .RessNomFichier { 
   border: none;
   color: #888;
   padding: 0 5px 0 2px;
}

.RessContenantImage .RessFichierImage .RessRetirerImg { 
   border: none;
   font-size: 11px;
   font-weight: bold;
   padding: 2px 5px;
}

.RessContenantImage .RessImage {
   border: 3px double #999;
   height: 66px;
   padding: 6px;
   width: 66px;
   margin-bottom: 10px;
   box-sizing: border-box; /* Pour faire comme IE 5 */
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

.RessContenantImage .RessImage img {
   margin-right: 0;
}

.RessBoutons {
   border-top: solid 1px #e2e8e9;
   margin-left: 116px;
   width: 574px;
}

table.Infos .RessLstMatGrp table td {
   border: none;
   padding: 0;
}

table.Infos .RessLstMatGrp td {
   padding-top: 10px;
}

.RessLstMatGrp ul {
   list-style: none;
}

/* :not n'est pas reconnu par ie5. On cible ici les autres navigateurs. */
.RessLstMatGrp li:not(.bidon) {
   margin-bottom: 7px;
}

.RessLstMatGrp li input {
   margin-right: 5px;
}

span.aide-memo {
   font-weight: bold;
   color: red;
}

.MsgComplementaire {
    color: red;
    font-size:10px;
    margin-left:90px;
}