/* titre */

.titre {
	font-family: arial;
	font-size: 21px;
	font-weight: bold;
	color: red;
}

/* texte */

.texte {
	font-family: arial;
	font-size: 15,5px;
	color: black;
}

/* petit texte */

.smalltexte {
	font-family: arial;
	font-size: 12px;
	color: black;
}

a:link.contact, a:visited.contact, a.actif  {
	font-family: arial;
	font-size: 12px;
	color: black;
	font-weight: bold;
}

 a:hover.contact  {
	font-family: arial;
	font-size: 12px;
	color: black;
	font-weight: bold;
	font-style: italic;
}


/* petit texte */

td.image {
	padding: 7px;
}
