body { 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top left;
	background-color:#F6E8F0;
	text : #F1FADD;	
}

a {
	font-size: 12px;
	color: #FF33FF;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #DF3A7C;
}

a:hover {
	text-decoration: none;
	color: #DF3A7C;
}

a:active {
	text-decoration: none;
	color: #666666;
}

.cadre {
	/*border: 1px solid #F198F6;
	border: 1px solid #B24757;*/
	border: 1px solid #DF3A7C;
}