@charset "UTF-8";
.fondimage {
	background-color: #e4e3e4;
	background-image: url(image/nav/fond.jpg);
	background-repeat: no-repeat;
}
.texte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCCCCC;
	font-weight: lighter;
}
.bg_prechargement {
background-image: url(image/loading.gif);
background-repeat: no-repeat;
background-position: left top;
}