/*-------------------------------------------------------
* La feuille de style du site GRB.ch
*-------------------------------------------------------
*/

/* Le fond    */

BODY {
	background-color: #12007C;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
}

.calque {
	overflow: auto;
	height: 100%;
	border-left-width: thin;

/* les ancres  */

A:link { text-decoration: none; font-family: arial, helvetica; font-size: 10pt; color: cyan; }
/*A:hover { text-decoration: none; font-family: arial, helvetica; font-size: 10pt; color: black; background-color: red; width: 90px; }*/
A:active { text-decoration: none; font-family: arial, helvetica; font-size: 10pt; color: red; }
A:visited {
	text-decoration: none;
	font-family: arial, helvetica;
	font-size: 10pt;
	color: Fuchsia;
}

/* les conteneurs */


div.navi1 { position: absolute; left: 0px; top: -70px; background-color: yellow;border:thin solid #f33; layer-background-color: silver; width: 90px }

/*  les en-têtes */
H1 {
	color: #ffffcc;
	font-family : Arial, Helvetica, sans-serif;
}
H2 {
	color: #ffffcc;
	font-family : Arial, Helvetica, sans-serif;}
	
H3 {
	color: #ffffcc;
	font-family : Arial, Helvetica, sans-serif;}

CAPTION {font-size:large; color: #ca0000}

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

TR.A0 {
	background-color:white;
	font-family : Arial, Helvetica, sans-serif;
    color: #000000}
TR.A1 {
    background-color:yellow;
	font-family : Arial, Helvetica, sans-serif;
    color: #000000}


input,textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pts;
	color: Black;
}
