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