body { 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color:#616161;	
}

.cadre {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A5141B;
	border-right-color: #A5141B;
	border-bottom-color: #A5141B;
	border-left-color: #A5141B;
}

.image_max {
	max-width: 450px;
	width:expression(document.body.clientWidth > 450 ? "450px": "auto" );
	max-height: 450px;
}

