/** FICHIER DU SOCLE A PARAMETRER 10/01/2009 **/

/*-----------------------------------------*
 * feuille de style pour la page d'accueil *
 *-----------------------------------------*/

/*** aspect de la page *******************************/
.fondPage
  {background-image: url(../_environnement/fondPage.jpgNON);
   background-color: maroon;
   color:            yellow;
   font-family:      sans-serif,serif;
   font-size:        10px}

img.bordureZero
  {border:           0;
   text-align:       absmiddle;}

/*** liens sur fond de pageAccueil *******************/
a.fondPage:visited
  {color:            orange;
   text-decoration:  none;
   font-weight:      none;
   font-family:      sans-serif,serif;
   font-size:        10px}
a.fondPage:link
  {color:            orange;
   text-decoration:  none;
   font-weight:      none;
   font-family:      sans-serif,serif;
   font-size:        10px}
a.fondPage:hover
  {color:            yellow;
   text-decoration:  none;
   font-weight:      none;
   font-family:      sans-serif,serif;
   font-size:        10px}

/*** page accueil : tableau du haut ******************/
td.tableauHaut
  {background-image: url(../_environnement/imagesAccueil/hautAccueil.gif);
   background-color: yellow;
   color:            maroon;}
.gtitreTH
  {font-family:      serif,sans-serif;
   font-size:        25px}
.ptitreTH
  {font-family:      serif,sans-serif;
   font-size:        15px}

/*** page accueil : tableau central ******************/
td.celluleTitreTableau
  {background-color: yellow;
   text-align:       center;
   font-family:      sans-serif, serif;
   font-size:        10px;}
.tableauCentre
  {font-family:      sans-serif, serif;
   font-size:        10px;}
font.celluleTitreTableauDessous
  {color:            gold; 
   font-family:      sans-serif, serif;
   font-size:        12px;
   font-weight:      bold;
   position:         relative;}
span.celluleTitreTableauDessus
  {color:            maroon; 
   display:          block;
   font-family:      sans-serif, serif;
   font-size:        12px;
   font-weight:      bold;
   position:         absolute;
   top:              -1px;
   left:             -2px;}
.tableauCentreTitre
  {background-image: url(../_environnement/imagesAccueil/tableauAccueilHaut.gif);
   color:            black;
   font-family:      sans-serif, serif;
   font-size:        10px}
a.tableauCentreTitre:active
  {color:            yellow;
   text-decoration:  none;
   font-weight:      bold}
a.tableauCentreTitre:visited
  {color:            yellow;
   text-decoration:  none;
   font-weight:      bold}
a.tableauCentreTitre:link
  {color:            yellow;
   text-decoration:  none;
   font-weight:      bold}
a.tableauCentreTitre:hover
  {color:            maroon;
   text-decoration:  none;
   font-weight:      bold}
td.celluleTableau
  {background-color: maroon;
   font-size:        11px; 
   border-style:     solid;
   border-width:     1px;
   border-color:     #660000;}
a.celluleTableau:visited
  {color:            orange;
   text-decoration:  none;
   font-family:      sans-serif,serif;
   font-size:        11px; 
   font-weight:      none}
a.celluleTableau:link
  {color:            orange;
   text-decoration:  none;
   font-family:      sans-serif,serif;
   font-size:        11px; 
   font-weight:      none}
a.celluleTableau:hover
  {color:            yellow;
   text-decoration:  none;
   font-size:        11px; 
   font-family:      sans-serif,serif;
   font-weight:      none}
/*** formulaire de connexion ****************************/
label.connexion
  {color:            yellow;
   font-size:        12px;
   font-family:      arial, sans-serif;}
input.connexion
  {border:           0px; 
   color:            yellow; 
   font-size:        10px; 
   height:           15px;
   background-color: #c00000}
input.connexionSubmit
  {border:           2px outset #bbbb00;
   font-weight:      bold;
   cursor:           pointer;
   color:            gold;
   font-size:        10px; 
   height:           17px; 
   background-color: #bb0000}
input.connexionSubmit:hover
  {border:           2px outset #bb0000;
   font-weight:      bold;
   color:            #bb0000;
   font-size:        10px; 
   height:           17px; 
   background-color: yellow}
input.connexionSubmit:active
  {border:           2px outset #bbbb00;
   font-weight:      bold;
   cursor:           pointer;
   color:            gold;
   font-size:        10px; 
   height:           17px; 
   background-color: #bb0000}
