@charset "UTF-8";
.texte01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
.titre {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	color: #333;
}
.nom_projet {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.bg {
	background-image: url(images/ligne.jpg);
	height: 10px;
	background-repeat: repeat-x;
}
