body
{
   width: 900px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   /*background-image: url("images/fond.jpg");
   background-repeat: no-repeat; */
   scrollbar-face-color: #000000;
   scrollbar-shadow-color: #8E1616;
   scrollbar-highlight-color: #000000;
   scrollbar-3dlight-color: #000000;
   scrollbar-darkshadow-color: #000000;
   scrollbar-track-color: #000000;
   scrollbar-arrow-color: #8E1616;

}

h1, h2, h4, h5, h6
{
   color: 8E1616;
}

.article
{
   color: 8E1616;
   font-family: "Arial", Times New Roman, serif;
}

h2.article
{
	font-size: 16px;
	
}

h3.article
{
	font-size: 15px;
}

h4.article
{
	font-size: 13px;
}

h5.article
{
	font-style: italic;
	font-size: 12px;
}

h6.article
{
	font-size: 11px;
}

h3.new
{
	color: FFFFFF;
	font-size: 14px;
}

#logo_home
{
	position: absolute;
	left: 50%;
	margin-left: -330px;
	
}

#logo
{
	position: absolute;
	left: 50%;
	margin-left: -180px;
	margin-top: 5px;
}

#choice
{
	width: 900px;
	height: 40px;
	position: absolute;
	left: 50%;
    margin-left: -450px;
	margin-top: 190px;
	text-align: left;
	
}

#menu
{
	background-color : black;
    height : 220px;
    width : 100%;
    text-align : center;
	top: 0px;
}

#sous_menu
{
	background-color : black;
    height : 220px;
    width : 100%;
    text-align : center;
	top: 0px;
}

#page
{
	background-color : black;
    width: 900px;
	height: 546px;
	left: 50%;
    margin-left: -450px;
	text-align : center;
    position : absolute;
    top : 295px;
    overflow : auto;
}

#footer
{
	background-color : black;
    width: 900px;
	height: 5px;
	left: 50%;
    margin-left: -450px;
	text-align : center;
    position : absolute;
    top : 840px;
}



