/* ===============================
   				HELLO 
   =============================== */


#global { 
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;

}





#footer { 
	position: absolute;
	bottom: 0;
	padding:0px;
	text-align:RIGHT;
	width: 100%;
	background-color: #666666;

}



#haut { 
	position: relative;
	height: 100%;
	background-color: #666666;
}



h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding:3px;
	color: #FFFFFF;
	font-weight: BOLD; 
	margin: 0 0 0 0; /* texte normal - mode h2 désactivé */
	text-transform: uppercase; /* texte en majuscule */
	letter-spacing: 1pt;
	
}

a.h2:link {
	color: #FFFFFF;	
	text-decoration: none;
	}
	
	
a.h2:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	
a.h2:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	
a.h2:active {
	color: #FFFFFF;
	text-decoration: none;
	}




