a.texte {
	color: Blue;
	text-decoration : underline;
} 

a.texte:hover {
	text-decoration: none;
} 

.titre {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
	font-size: 30px;
	color: #000066;
	
}

.separation {
	background-color : #000066;
} 

.soustitre {
	background-color : CaptionText;
} 

.bold {
	font-weight : bold;
}

.textetitre {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #70695A;
	padding: 5px 5px 5px 5px;
}

.texte {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #70695A;
	padding: 5px 20px 5px 20px;
	text-align : justify;
}

