body { 
	background-attachment: fixed; 
	/*background-repeat: no-repeat; */
	background-image:url(img/fond_page.png);
	color: #7EC565;
	background-position: top center;
	background-color: #7EC565;	
	
}

.cadre_blanc {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* position */
dd {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;	
	border: 1px solid #000000;
	text-align:left;
	background-color:#FFFFFF;
	width:150px;
	top:50px;
}