
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 9px;
	background-color : #000000;
	color : #D1B483;
}

                   a:link
				    {
                        color :#D1B483; 
                        text-decoration : none; 
                        font-style : italic; 
                        font-weight : bold; 
                   } 
				   
				   
                   a:visited 
				   {
                        color : #D6C59C; 
                        text-decoration : none; 
                        font-style : italic; 
                        font-weight : bold; 
                   } 
				   
                   a:hover
				    {
                        color : #D6C59C; 
                        text-decoration : underline; 
                        font-style : italic; 
                        font-weight : bold; 
                   } 

.titre
{
	text-align : left;
	font-weight : bold;
	font-family : cursive, fantasy, serif;
}

				   

