
/* Cascading Style Sheet, Level 1 */
/* Ajouter la commande suivante dans la section <HEAD> de votre fichier HTML */
/* <LINK rel="stylesheet" type="text/css" href="beos.css"> */

BODY {
	background-image: url(../images/bggrey.jpg)
}

H1, H2, H3, H4, H5, H6 {
	font-family: verdana, helvetica, arial, sans-serif
}
H1 {
	font-size: 24pt;
	color: #dc143c;
	text-align: center
}
