body {
    font-family: Arial, Helvetica;
    background-color: #333333;
    font-size: 12px;
    color: #F0F0F0;
    width: 902px;
    margin: left;
    background: url('../pictures/brushedmetal.png');
}

    /* Contenu */

#logo {
   margin : auto;
   margin-top : 20px;
   background: url('../pictures/logo.png') no-repeat;
   width : 325px;
   height : 88px;
}

#Pictures {
	
	float:inherit;
	
}
#menu {

   font-variant: small-caps;
   color: #000;
   margin-top: 10px;
    margin-bottom: 30px;	
    text-align: center;
    width: 902px;

  /* margin : 20px; 
   margin-top: 20px;
   text-align: center;*/
   float:inherit;
   width: 800px;
   height: 50px;
   
}

#contenu {
    margin : 200px; 
    margin-top: auto;
	overflow: auto;
	height: 700px;
    width: 1020px;
	padding: 5px;
    text-align: justify;
}
			
#footer {
	position: absolute;
	bottom: 0;
    font-size: 10px;
    color: #F0F0F0;
    text-align: center;
}

    /* Textes*/

h1 {
    font-family: Arial;
    font-size: 15px !important;
    font-size: 14px;
    color: #336699;
    font-weight: bold ;
    font-variant: small-caps;
    margin-top: -4px !important;
    margin-top: 4px;
    margin-bottom: 4px;
}

h2, h3, h4, h5, h6{
    font-family: Arial;
    color: #336699;
    font-weight: bold ;
    font-variant: small-caps;
    margin-top: 4px;
    margin-bottom: 4px;
}

p {
    font-family: Arial, Helvetica;
}

    /* Liens */

a
  {
    color: #0099FF;
    text-decoration: none;
}
    
a:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

    /* Options */

img
{
    border: none;
}
td {
   color: #0099FF;
   font-size: 12px;
}