body {
	background-image:url(img/fond.jpg);
	background-attachment: fixed; 	
	background-repeat: no-repeat; 
	background-position: top center;
	background-color: #FFFFFF;		
}

.image_max {
	width:expression(document.body.clientHeight > 300 ? "300px": "auto" );
	max-width: 300px;
}

a:hover {
	color: #000000;
	text-decoration:underline;
}

a {
	color: #000000;
	text-decoration:none;
}

.informations {
	background-color: #F99B30;
	font-size: 16px;
	font-weight:bold;
	border: 1px solid #000000;
}
