body {
background-attachment: fixed;
	background-color: #040405;
	background-image: url(../images/fond-index.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
}

a.langues {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
}
a.langues:hover {
	color: #FFFFFF;
}

a.liens {
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
}
a.liens:hover {
	color: #FFFFFF;
}

.texte {
	font-family:"Verdana";
	color: #FFFFFF;
	font-size: 12px;
}