
a:active     {  font-family: Tahoma; font-size: 12px; color: #000000}
a:link       {  font-family: Tahoma; font-size: 12px; color: #000000}
a:visited    {  font-family: Tahoma; font-size: 12px; color: #000000}
body         {  font-family: Tahoma; font-size: 10px; color: #000000}
li           {  font-family: Tahoma; font-size: 12px; color: #000000}
ol           {  font-family: Tahoma; font-size: 12px; color: #000000}
table        {  font-family: Tahoma; font-size: 12px; color: #000000}
td           {  font-family: Tahoma; font-size: 12px; color: #000000}

td.titre /* La cellule du titre */
{

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	/*border: 1px ;*/
    text-align: left; /* Tous les textes des cellules seront ""*/
    background-color: #D6C794;
    padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
	border: 1px solid black outset;
	height:15px;
}

td.contenu /* La cellule du contenu */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: justify;
	background-color: #EAC5BB;
	padding: 5px;
	border: 0px solid black outset;
	height:15px;
	vertical-align: middle;
	text-decoration: none;
	color: #990000;


}

