body { 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top center;
	font-family: "comic Sans MS";
	color: #3399CC;	
}

.text {
	color: #159988;
	font-family: Comic Sans MS;
	size: 2;
}

.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;
}

a:link {
	color:#2FC3E4;
}

a:visited {
	color:#2FC3E4;
}

a:hover {
	color:#036329;
}

a:active {
	color:#2FC3E4;
}

