body
{
   background-color: #880000;
}

#conteneur
{
	background-color: white;
	width: 850px;
	border-radius: 10px 10px 10px 10px;
}

#en_tete
{
	background-color: black;
	background-image:url('DONNEES/Images/Fond/Entete.jpg');
	background-repeat: no-repeat;
	width:850px;
	height:210px;
	border-radius: 10px 10px 0 0;
}

#corps_de_page
{
	width: 850px;
	background-color: white;
}

#menu
{
	width: 150px;
	background-color: black;
	border-radius: 0 20px 20px 0;
}

.police_menu
{
	font-family: "eurofurence light", Calibri;	
	color: white;
	font-size: 18pt;
	font-style: bold;
}

.police_sous_menu
{
	font-family: Calibri, "Times New Roman";
	font-size: 11pt;
	color: #31859C;
	font-style: italic;
}

#contenu
{
	background-color: white;
	font-family: Calibri, "Time New Roman";
	word-spacing: 1px;
	width: 680px;
	padding: 2px;
}

.police_contenu
{
	font-size: 12pt;
	color: black;
}

#pied_de_page_gauche
{
	width:250px; 
	height:25px;
	background-color: white;
    font-family: "Times New Roman";
}

#pied_de_page_droite
{
	width:600px; 
	height:25px;
	background-color: black;
    font-family: "Times New Roman";
	font-size: 10pt;
	color: #BFBFBF;
	border-radius: 10px 0 10px 10px;
}

h2
{
	font-family: Calibri, "Time New Roman";
	font-size: 14pt;
	color:#541100;
	text-decoration: underline;
}

h3
{
	font-family: "eurofurence light", "Time New Roman";
	font-size: 20pt;
	color: #31859C;
}

h4
{
	font-family: Calibri, "Time New Roman";
	font-size: 14pt;
	color:orange;
}

a 
{
   text-decoration: none;
}

a:hover 
{
   text-decoration: underline overline;
   color: #BFBFBF;
}
