/*couleur generale du fond*/
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;    
    background-color: #000000;
    color: #666666;
    margin: 5px;
    font-size: 16px;
}

/*tableau cas général*/
table.general {
    width: 100%;
    background-color: #000000;
}

/*hauteur des bandeau*/
tr.bandeau {
    height: 25px;
}
/*Couleur de fond des bandeau*/
td.bandeau {
    background-color: #333333;
}

/*Specif du milieu de la page*/
tr.corps{
    height: 90%;
}

/*bordure image*/
img.border_image {
 border: 1px solid #666666;
}

/*Comentaire diapo*/
td.com_diapo {
  font-size: 12px;
}

/*texte surligne*/
td.highlight {
  color: FFCC00;
  text-align: center;
  font-size: 12px;
}

/*case de liens vers les salles*/
td.liensalle {
  text-align: center; 
}
/*case de la sale active*/
td.salleactive {
  color: FFCC00;
  text-align: center;  
  font-size: 12px;
}

/*couleur generale des liens*/
a {
	color : 666666;
        font-size: 12px;
	text-align: center;
}

/*couleur des textes des liens au passage du mulot*/

a:hover {
	text-decoration: underline;
	color : #FFCC00;
}


/*H1 {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 11pt;
  TEXT-ALIGN: left;
  MARGIN-TOP: 5;
}*/

/*
body#g {
    background-color: 333333;
}
*/

/*
body#w {
    background-color: black;
}
*/

/*
Typo {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 10px;
  background-image: none;
  color : 666666;
}*/


/*
A.typo {
	color : 666666;
}
*/

/*
A.typo:VISITED {
	color : 666666;
}
*/

/*
A.typo:hover {
	text-decoration: underline;
	color : #ffffff;
}
*/

/*
A.typo2 {
	color : ffffff;
}
*/

/*
A.typo2:VISITED {
	color : ffffff;
}
*/

/*
A.typo2:hover {
	text-decoration: underline;
	color : #ffffff;
}
*/


/*
A:VISITED {
	color : 666666;
}
*/



/*
TD {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 10px;
  background-image: none;
  color : 666666;
}
*/



