body { 
	background-color: black ; 
}

* { 
	color: black;	
	font-size:16pt ;
}



/* Layer global de centrage */
div.global {
	position:relative;
	left:0px;
	height:0px;
	top:25px;
	z-index:1;
}


/* Div du centre */
div.centre {
	position : absolute;
	left : 130px;
	top : 90px;
	width : 600px;
	height : 440px;
	z-index : 2;
	overflow : auto;
	padding :3px;
	text-align:left;
}

/* Squelette Home - Actu */
a.titre_actu {
	font-family: verdana;
	color: rgb(121, 154, 22);
  	font-size: 16pt;
	font-weight: bold ;
	text-align: left;
	float: left;
}

a.titre_actu2 {
	font-family:verdana;
  	font-size: 14pt;
	font-weight: bolder ;
	text-align: left;
	float: left;
	text-transform: uppercase;
	line-height:12px;
}

a.intro_actu {
	font-family:verdana;
  	font-size: 16pt;
	font-style: italic ;
	text-decoration : none ;
	text-align: left;
	float: left;
}