body { 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top left;
	background-color:#F6E8F0;
	text : #F1FADD;	
}

a:link {
	text-decoration: none;
	color: #FF33FF;
	font-weight: bold;
	font-size: 12px;
}

a:visited {
	text-decoration: none;
	color: #FF33FF;
	font-weight: bold;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
	color: #DF3A7C;
	font-weight: bold;
	font-size: 12px;
}

a:active {
	text-decoration: none;
	color: #FF33FF;
	font-weight: bold;
	font-size: 12px;
}

.cadre {
	/*border: 1px solid #F198F6;
	border: 1px solid #B24757;*/
	border: 1px solid #DF3A7C;
}

.image_max {
	max-height: 600px;
	width:expression(document.body.clientHeight > 300 ? "300px": "auto" );
	max-width: 300px;
}
