/* CSS Document */
body {
	background-color: #999999;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: tahoma, Arial, Helvetica, sans-serif; 	font-size: 10px;
}


a:link, a:visited, a:active  {font-style: normal; color: #ffffff;}
a:hover {color: #0000ff;}

h1 {font-size: 30px;}
h2 {font-size: 24px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 10px;}

p {text-align="justify"}

.menu:link, .menu:visited, .menu:active {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: bold;
}
.menu:hover {color: #666666;}

.legende {color: #000000; font-size: 14px}

.lienweb:link, .lienweb:visited, .lienweb:active {
	font-size: 16px;
	font-style: bold;
	line-height: normal;
	color: #00ff00;
	
	font-weight: bold;
}
.lienweb:hover {color: #F6D5OE;}

.blanc {color: #FFFFFF}
.rouge {color: #FF0000}
.bleu {color: #0033FF; }
.jaune{color: #FFFF33; }



