body { 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color: #FFFFFF;	
	color: #804000;
	font-family:Arial, Helvetica, sans-serif;
}

.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;
}

.image_max {
	width:expression(document.body.clientHeight > 300 ? "300px": "auto" );
	max-width: 300px;
}