/* le corps */
body {
	background-color : white;
	margin-top : 1%;
	margin-right : 10%;
	background: #fff;
	color: black; /*#464545;*/
	font-family: "Trebuchet MS", Arial, Verdana,Sans-serif;
	font-size : 15px;
	text-align : justify;
}

p { 
	margin-left : 5px;
	text-align: justify;
	}

/* les titres */
h1 {
        color:maroon;
        font-family: "Trebuchet MS", Arial, sans-serif;
	background-color :  white;
	font-variant : small-caps;
}

h2	{
	color : #fddfac;
	text-align : left;
	font-family : sans-serif;
	background-color : maroon;
}


h3	{
	color : #fddfac;
	text-align : left;
	font-family : sans-serif;
	background-color : maroon;
	font-style : italic;
}

h4	{
	color : maroon;
	text-align : left;
	font-family : sans-serif;
	background-color : #fddfac;
	font-style : italic;
}

ul	{
	list-style-type : square;
	}
	
td 	{
	text-align : left;
	vertical-align : top;
	}

					
/* misc */

/* la base existante */
a:visited {
	color : #900; 
	background-color : white;
	text-decoration : none;
}
a:link {
	color : #0b78f4; 
	background-color : white;
	text-decoration : none; 
	font-weight : bold;
}
a:hover {
	color : red; 
	text-decoration : none; 
}

