
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 9px;
	background-color : #CC9966;
	color : #5A7F24;
}

                   a:link
				    {
                        color :#5A7F24; 
                        text-decoration : none; 
                        font-style : italic; 
                        font-weight : bold; 
                   } 
				   
				   
                   a:visited 
				   {
                        color : #CC9966; 
                        text-decoration : none; 
                        font-style : italic; 
                        font-weight : bold; 
                   } 
				   
                   a:hover
				    {
                        color : #CC9966; 
                        text-decoration : underline; 
                        font-style : italic; 
                        font-weight : bold; 
                   } 

.titre
{
	text-align : left;
	font-weight : bold;
	font-family : cursive, fantasy, serif;
}
				   
.centre
{
	text-align : center;
	font-weight : bold;
}

.droite
{
	text-align : right;
	font-weight : bold;
}

.gauche
{
	text-align : left;
	font-weight : bold;
}

