/*STYLE GENERAL*/
body {
	width:1024px;
	margin: auto;
   	top: 1px;
   	margin-bottom: 20px;
        color: #202020;
	background-color: #000000;
	}

#site01 {
	float: left;
	left:0px;
	top:0px;
	width:240px;
	height:259px;
	background-image: url('images/site01.png');
}

#site02 {
	float: left;
	left:240px;
	top:0px;
	width:185px;
	height:259px;
	background-image: url('images/site02.png');
}

#site03 {
	float: left;
	left:425px;
	top:0px;
	width:599px;
	height:259px;
	background-image: url('images/site03.png');
}

#site04 {
	float: left;
	left:0px;
	top:259px;
	width:1024px;
	height:26px;
	background-image: url('images/site04.png');
}

#site05 {
	float: left;
	left:0px;
	top:285px;
	width:240px;
        height:483px;
	background-image: url('images/site05.png');
        }

#site06 {
        float: left;
	left:240px;
	top:285px;
	width:784px;		
	background-image: url('images/site06.png');
}

#site07 {
	float: right;
	left:240px;
	top:731px;
	width:784px;
	height:37px;
	background-image: url('images/site07.png');
}



/* Le menu */

#menu
{
   float: left;
   width: 50px;
}

.element_menu
{
   background-repeat: repeat-x;
    padding: 5px;
    margin-bottom: 20px;
    line-height: 23px;
}

/* Quelques effets sur les menus */


.element_menu ul
{
   padding: 20px;
   list-style: none ;
   padding-left: 50px;
   margin: 2px;
   margin-bottom: 50px;
}

.element_menu a
{
   margin-bottom: 30px;
   color: #B3B3B3;
   background-color: #000000;
}

.element_menu a:hover
{
   margin-bottom: 30px;
   background-color: #e0e0ff;
   color: black;
}

.element_menu h3
{
   padding: 0px;
   color: #e0e0e0;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}


.a img
{
border: 0;
text-decoration: none;
}

/* Le corps de la page */

#corps
{
   margin-left: 35px;
   margin-right: 30px;
   margin-bottom: 10px;
   padding: 5px;
   color: #000000;
}

h1
{
   color: #ff00e0;
   padding: 10px;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

h2
{
   color: #ff00e0;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

h3
{
   padding: 20px;
   color: #000000;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}


h4
{
   color: #ffffff;
   text-align: left;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   background-color : #000000;
}

h6
{
   color: #ffffff;
   text-align: right;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   background-color : #000000;
}
