body { 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:36px;
	color: #000000;	
}

.text {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	size: 3;
}

.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;
}


