@charset "iso-8859-1";
/* AUTEUR: pascal cambier */

/* Réglages maison */
body{
	background-image:url("http://www.ubiq.be/images/textures/carreau.gif");
	font-family:verdana;
	font-size:9 pt;
	line-height: 150%;
	}

H1, H2, H3, H4, H5, H6	{
	font-family:arial;
	font-weight:700;
	color:navy;
	background-color: rgb(200,240,240);
 	}
H1	{
	text-align:center;
	font-size:26pt;
	font-variant:caps;
	}
H2	{
	font-size:22pt;
	font-weight:650;
	}
H3	{
	font-size:20pt;
	font-weight:600;
	}
H4	{
	font-size:18pt;
	font-weight:550;
	}
H5	{
	font-size:16pt;
	font-weight:500;
	}
H6	{
	font-size:14pt;
	font-weight:450;
	}
UL	{
	bottom:200%;
	padding: 3px 3px 3px 3px;
	}
/* Classes */
.navbar{
	background-color: rgb(255,240,240);
	font-size:8pt;
	font-weight:300;
	text-align:center;
	}
.high{
	font-family:arial;
	color:navy;
	background-color: rgb(200,240,000);
	font-size:20pt;
	font-weight:500;
	}
.faux{
	color:red;
	font-weight:900;
	text-align:center;
	}
.vrai{
	color:blue;
	font-weight:900;
	text-align:center;
	}		   
.note{
	border-style:simple;
	background-color:rgb(200,240,255);
	font-size:11pt;
	font-weight:lighter;
	font-family:cursive;
	color:blue;
	z-index=:0;
	}
.fluo{
	border-style:simple;
	background-color:yellow;
	}
.edit{
	font-family:courier;
	font-size:12pt;
	}  

