body
{
   background-color: #880000;
   color: black;
}

#en_tete
{
	background-color: white;
	background-image:url('DONNEES/Images/Fond/en_tete.jpg');
	background-repeat:repeat-x;
	width:850px;
	height:170px;
}

#pied_de_page
{
	width:850px; 
	height:35px;
	background-color: black;
    font-family: "Times New Roman";
	font-size: 12pt;
	color:white;
	/*text-align: right;*/
}

.table_menu
{
	font-family: King;
	font-size: 14pt;
	color: blue;
}

.table_sous_menu
{
	font-family: "Times New Roman";
	font-size: 12pt;
	color: black;
}

.table_corps
{
	font-family: "Book Antiqua", "Time New Roman";
	font-size: 12pt;
	color: black;
	text-align: justify;
}

h1
{
	font-family: "Time New Roman";
	font-size: 18pt;
	color: #990000;
}

h2
{
	font-family: Verdana;
	font-size: 12pt;
	color:#541100;
	text-decoration: underline;
}

h3
{
	font-family: "Time New Roman";
	font-size: 18pt;
	color: #990000;
}

h4
{
	font-family: "Time New Roman";
	font-size: 14pt;
	color:orange;
	font-style: italic;
}

a 
{
   text-decoration: none;
   color: black;
}

a:hover 
{
   text-decoration: underline overline;
   color: #A93300;
}

