#topframe {
	/*	border: 3px solid yellow; /* ligne pour debogage */
	background: transparent url("images/blackframe/top.jpg") no-repeat top center; 
	width: 682px; 
	height: 30px;
	padding: 0px 0px 25px 0;
	margin: 0 auto;
}

#mainframe  { 
	/*	border: 3px solid red; /* ligne pour debogage */
	background:  url("images/blackframe/div_center.jpg") repeat-y top center; 
	width: 682px; margin: 0 auto;
}

#bottomframe {
	background: transparent url("images/blackframe/bottom.jpg") no-repeat top center; 
	width: 682px; 
	padding: 45px 0 20px 0; 
	margin: 0 auto;
}

.padder  { 
	/*	border: 3px solid yellow; /* ligne pour debogage */
		padding: 0 60px 0 60px; 
		position: static;
		font: 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
 }
/* html>body .padder {position: relative;} */
