body	{
		font-family: Verdana, sans-serif;
		font-size: x-small;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 40px;
		margin-bottom: 5px;
		background: #FFFFFF;
		}

/*Pour tous les titres et sous-titres*/
h1, h2, h3, h4, h5, h6 
		{
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		}

h1		{
		color:#000000;
		font-size: small;
		font-weight: bold;
		}

h2		{
		color:#000000;
		font-size: small;
		font-weight: bold;
		text-transform: uppercase;
		}

/* Liens */
a:active { color: #006699; text-decoration: none } 
a:link { color: #006699; text-decoration: none }
a:visited {color: #006699; text-decoration: none } 
a:hover { color: #006699; text-decoration: underline } 