﻿body 
{
    text-align: center;    
    color: #562C20;
    font-size: 18px;
    line-height: 35px;
    font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
    font-weight: normal;
}

/* LIENS HYPERTEXTE */
a {
	font-weight:bold;
	text-decoration: none;
	color: #562C20;
}

a:visited {
	text-decoration: none;
	font-weight:bold ;
	color: #562C20;
}

a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #AAAAAA;
}

a:active {
	text-decoration: none;
	font-weight:bold;
	color: #562C20;
}
