@charset "iso-8859-1";

.JLMsgConfirmation { font-size: 11px; font-weight: bold; text-align: center; color: Black; } /* texte noir  */ 
.JLMsgError	{ font-size: 11px; font-weight: bold; text-align: center; color: Red; } /* texte rouge  */
.JLMsgInformation	{ font-size: 11px; font-weight: bold; text-align: center; color: Black; } /* texte noir  */
.JLMsgSucces { font-size: 11px; font-weight:bold; text-align:center; color:Green; } /* texte vert  */
.JLMsgAvertissement { font-size:11px; font-weight:bold; text-align:center; color:Yellow; } /* texte jaune  */

/* Le style BODY identique aux autres pages */
BODY	{ font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #F5F5F3; margin: 0px; padding: 0px; } /* fond blanc crème */

/* ---------------------------- */
/*  couleurs de fond de l'image */
/* ---------------------------- */

/* Fond bande verte avec ligne marine */
.Accueil { background-image: url(../img/bg_accueil.gif); background-repeat: repeat-x; height: 410px; vertical-align: top; padding: 0px;} 

/* couleur haut de page */
.TopPage { background-image: url(../img/bg_top.gif);}

/* --------------*/
/* Pour le login */
/* --------------*/
Table.Login { font-size: 11px; color: #000066;}
TD.Consigne { font-size: 10px; font-weight: bold;}
TD.TxtLogin { font-size: 11px; font-weight: bold; color: #CC6600; text-align: right;}
input       { color: #000066;font-size: 11px;}

/* -----------------------------------------*/
/* Le pied de page identique aux autre pages*/
/* -----------------------------------------*/
TD.PiedPage {background-image:url(../img/pointille.gif); background-repeat: repeat-x;} /* ligne pointillée pour le pied de page */
TD.PiedPageGauche {font-size: 9px; color: #000066; padding-left: 40px; padding-top: 10px; height: 50px}
TD.PiedPageDroite {font-size: 9px; color: #000066; padding-right: 40px; padding-top: 10px; height: 50px} /* position du logo grics */
/* identification, le padding permet de décoller le texte du bord gauche de l'écran et du pointillé */