body
	{
	font-family			: Sylfaen, Garamond, Arial, sans-serif ;
	color				: #000 ;
	}
	
/* ---------- Classes ---------- */

ul, li
	{
	list-style-position	: inside ;
	}
    
input, textarea
    {
    font-family			: Sylfaen, Garamond, Arial, sans-serif ;
    font-size           : 101%;
    }

.petites_maj
	{
	font-variant		: small-caps ;
	}
	
.couleur_fond
	{
	color				: #BE6955 ;
	}

.taquet_h2
	{
	font-style			: italic ;
	font-size			: 105% ;
	color				: #BE6955 ;
	}
	
.hidden
	{
	display				: none;
	}

/* ---------- Liens ---------- */

A:link , A:active, A:visited
	{
	color				: #BE6955 ;
	background-color	: transparent ;
	text-decoration		: none ;
	}

A:hover
	{
	color				: #BE6955 ;
	background-color	: transparent ;
	text-decoration		: underline ;
	}

H1
	{
	font-size			: 125% ;
	font-weight			: bold ;
	color				: #BE6955 ;
	}

H2
	{
	font-style			: italic ;
	font-size			: 105% ;
	color				: #BE6955 ;
	}
	
div#pied_de_page
	{
	color				: #BE6955 ;
	font-size			: 90% ;
	}
