/*  Colors
  Jaune:       ffff33
  Gris:        eeeeee
  Bleu ciel:   99ccff
  Bleu marine: 000099
*/

A:link {
        text-decoration: none;
/*	font-weight: bold;*/
}


BIG {
        color: #ffff33;
	font-weight: bold;
}

/* Hover NS 
A:hover {
        color: #000099;
	background-color: white;
}
*/

H1 {
        color: #ffffff;
	font-face: helvetica;
	font: big Helvetica;
	font-weight: bold;
}

P.annonce {
        background-color: #ffffc0;
	border-color: #ff0000;
	border-style : solid;
	text-align: center;
	padding: 10pt;
}

PRE {
        color:#000000;
        background-color: #eeeeee;
}




