body {
	font-family : Verdana,Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 80%;
	font-weight: normal;
	background: #000000;
	width:100%;
	}
	
html, body { 
	margin: 0; 
	padding: 0; 
	height: 100%; 
	}


h1 {
	border:0;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;;
	font-weight: bold;
	color:#CCCCCC;
	line-height: 20pt;
	}


h2 {
	border:0;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 15pt;
	}


p {
	font-family : Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 17px;
	}


img {
	border:0;
	}



ul{
	list-style: disc url(../interface/puces/puce.gif);
	margin-left: 9px;
	padding-left:9px;
}



li{
	font-size: 10px;
	line-height: 17px;
	color: #CCCCCC;
	padding-bottom:0px;
}	



hr{
	width: 100%;
	height: 1px;
	color:#CCCCCC;
	margin-top: 0px;
	}	



a{
	font-family : Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;	
	text-decoration:none;
	line-height: 17px;
}


a:link{
	color : #CCCCCC; 
}

a:visited{
	color: #CCCCCC;
}

a:hover{
	color: #CCCCCC;
}

a:active{
	color: #CCCCCC;
}

