/* CSS Document */

body         {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
}

.Normal         {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
}

.h1 {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	text-align: center;
	color: #FFFFFF;
}

.h2 {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #000099;
}

.h3 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #CC3300;
}

.Gras 	{
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-weight: bold;
}

.Gras-s 	{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-weight: bold;
}

.Oui-non { 
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}	

.small 	{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
