body { /* redéfini les propriétés de toute la page */ 
margin: 0 ; /* la marge du body est à 0 pixels */
padding:0 ; /* marge intérieure à 0 pixels */
} 
html > body {overflow-y: auto} /* annule le overflow-y pour firefox 1.5 et supérieur */

a:link {
	color : #1B3276 ;
	text-decoration: none ;
	font-family : Times New Roman, Times, serif ;
	font-size : 14 ;
}

a:visited {
    color : #1B3276 ;
    text-decoration : none ;
	font-family : Times New Roman, Times, serif ;
	font-size : 14 ;
}

a:hover {
    color : #1B3276 ;
	text-decoration : none ;
	font-family : Times New Roman, Times, serif ;
	font-size : 14 ;
}

a:active {
	color : #FF0000 ;
	text-decoration : none ;
	font-family : Times New Roman, Times, serif ;
	font-size : 14 ;
}

.div{
	font-family : Times New Roman, Times, serif;
	font-size : 12;
	color : #990000;
	background-color : transparent;
	text-align : center;
	font-weight: bold;
}
