/*------------------------------------
* La feuille de style du site Rehabilitation
*------------------------------------
*/

/* Le fond est toujours en blanc    */

BODY {background-color: #FCC900 }

/* On utilise une couleur bleu pour les ancres
 * et les entêtes
 */

A, H1, H2, H3 { color: #0069CC;font-weight:bold; }

/*Les images ne sont pas encadrées*/
img {border:none}

CAPTION {font-size:large;color: #0069CC;font-weight:bold}

/* Alternance des couleurs pour les lignes des tables */

TR.A0 {background-color:white}
TR.A1 {background-color:yellow}
TR.MENU {background-color:#ca0000}

/* Pour le menu : le fond est rouge, les ancres ne sont pas soulignées
 *  et apparaissent en blanc   
 */

A.MENU {color:white;text-decoration:none;
             font-weight:bold;font-family:sans-serif;font-size:medium} 

/* Pour le titre : couleur rouge, police de grande taille */

TD.TITRE {color:#ca0000;font-weight:bold;text-align:center;
                 font-family:sans-serif;font-size:x-large}

/* Alignement du contenu d'une cellule */

TD.DROITE {text-align:right}
TD.CENTRE {text-align:center}

/* Style du programme de rehabilitation de la main courante*/
.Style2 a:focus,.Style2 a:hover,.Style2 a:active { color:#FF0000;font-weight:bold;}
.Style4 {font-size:x-small}
.Style5 {font-size: x-small}
.Style6 {font-size: x-small; color: #FFFFFF}
.Style3 {font-size: x-small}
.Style4 a:focus,.Style4 a:hover,.Style4 a:active { color:#FF0000;font-weight:bold;}
.Style6 a:focus,.Style4 a:hover,.Style4 a:active {color:#FF0000;font-weight:bold;}
.Style5 {color:#FF0000 }


.remarque {background-color:#FFFF00}
TD.A2 {
	background-color: #EFD6BD;
}
#loginTitle {
  height: 59px;
  background-image: url(../IMAGES/ICONES/login-header.gif);
  font-size: 19px;
  font-family: "Franklin Gothic Medium", Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding-left: 75px;
/*  border-bottom: 1px solid #D1CBD0;*/
}
#loginForm {
	padding: 10px;
	border-bottom: 1px solid #1b70db;
	border-left: 1px solid #1b70db;
	border-right: 1px solid #1b70db;
}

