body
{
   background-color: white;
   color: #838B8B; 
}

p
{
   color: #838B8B;
   font-size: small;
   text-align: center;
   font-style: italic;
   font-family: Helvetica, Arial, serif;
}
.prenom
{
   font-weight: bold;
   color: black;
   font-size: x-large;
   font-family: Helvetica, Arial, serif;
}
.nom
{
   font-weight: bold;
   color: black;
   font-size: large;
   font-family: Helvetica, Arial, serif;
}
.contact
{
	color: black;
	font-size: xx-small;
	font-family: Helvetica, Arial, serif;
	font-style: normal;
}
.links
{
	color: black;
	font-size: x-small;
	text-align: center;
	font-style: italic;
	font-family: Helvetica, Arial, serif;
}
.soustitre
{
   color: silver;
   font-size: medium;
   font-family: Helvetica, Arial, serif;
}
.commentaire
{
	font-size: xx-small;
}
.a
{
	text-decoration: none;
}
a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}

