.body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}


/* les différents styles de police */
.texte1 {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: normal;
}

.texte2 {	
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
}

.texte2 a {
	color: #999999;
	text-decoration: none;
}

.texte2 a:hover {
	color: #999999;
	text-decoration: underline;
}

.texte3 {
	color: #666666;
	font-family: Arial;
	font-size: 12px;
}

.texte3 a {
	color: #666666;
	text-decoration: none;
}

.texte3 a:hover {
	color: #666666;
	text-decoration: underline;
}

.texte4 {
	color: #000033;
	font-family: Arial;
	font-size: 12px;
}

.texte5 {
	font-family: Arial;
	font-size: 14px;
	color: #000033;
	letter-spacing: normal;
}

.texte5 a {
	color: #000033;
	text-decoration: underline;
}

.texte5 a:hover {
	color: #000033;
	text-decoration: underline;
}

