/* Style du bandeau tout en haut de la page */
.titleTop{
background-color: #7FBC26;
height: 20px;
padding-top: 3px;
text-align: right;
color: white;
font-family: verdana;
font-size: 12px;
font-weight: bold;
}

/* Style du bandeau où se situe le titre de la page */
.titleMiddle{
background-color: #4492CE;
text-align: left;
color: white;
font-family: verdana;
font-size: 26px;
font-weight: bold;
}

/* Style du logo MGDIS */
.titleMiddleLogoMGDIS{
position: absolute;
top: 23px;
right: 3px;
}

/* Style du bandeau enbas de l'entête de la page */
/* Spécifique date */
.titleBottom{
background-color: #EAEAEA;
}

/* Style du bandeau enbas de l'entête de la page */
/* Spécifique date */
.titleBottomDate{
position: absolute;
right: 5px;
font-family: verdana;
font-size: 12px;
padding-top: 3px;
padding-bottom: 3px;
}

/* Style du bandeau enbas de l'entête de la page */
/* Spécifique aide */
a.titleBottomHelp{
text-align: left;
font-family: verdana;
font-size: 12px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
color: #4493CA;
text-decoration: underline;
}

a:hover.titleBottomHelp{
text-align: left;
font-family: verdana;
font-size: 12px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
color: #7FBC26;
text-decoration: underline;
}

/* Style du bandeau Accueil */
/* Spécifique Accueil */
a.titleTopHelp{
text-align: left;
font-family: verdana;
font-size: 12px;
padding-top: 3px;

color: white;
text-decoration: underline;
}

a:hover.titleTopHelp{
text-align: left;
font-family: verdana;
font-size: 12px;
padding-top: 3px;
color: white;
text-decoration: underline;
}