body { 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color: #B1B3B3;	
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

.cadre_jaune {
	border: 2px solid #FFFF00;
}

/* position */
dd {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;	
	color: #FFFFFF;
	background: #FFFF00;	
	border: 1px solid #000000;
	text-align:left;
}