body {
         text-align : justify;
    background-color : gray;
		      /* background-image : url(img/clouds2.jpg);*/
         margin:auto;
 	 font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
         font-size : 12px;
         color : #666;
         list-style-type : none;
      }
     a img {
         border : 0;
      }

     ul {
         list-style-type : none;
         margin : 0;
         padding : 0;
      }
 
     ul#menu {
     height:100px;

         background-color : #aaa;
         width : 100%;
         background-image : url(img/bg.png);
      }
a:hover	{
	text-decoration: underline ! important;
}
     a img {
         border : 0;
      }

     ul {
         list-style-type : none;
         margin : 0;
         padding : 0;
      }
 
     ul#menu {
     height:100px;

         background-color : #aaa;
         width : 100%;
      }
a:hover	{
	text-decoration: underline ! important;
}

/* Propriété en commun pour les listes latérales */
div.link-list {
        width:10.2em;
        position:absolute;
        top:0;
        font-size:80%;
        padding-left:1%;
        padding-right:1%;
        margin-left:0;
        margin-right:0;
}
/* En utilisant les propriété de marge, nous laissons la place sur les côtés */
#big
{
margin-top:3em;
margin-bottom:auto;
 border : 1px solid black;
background:#DCECB9;
height:99%;
         margin-left: auto;
         margin-right: auto;
         width : 810px;}
#main {
	width:465px;
        top:0;
        height:99%;

	display:block;
        margin-left: auto;
         margin-right: auto;
        padding:0px;
}
.header {
        /* background-image : url(img/clouds.jpg);*/
         height : 101px;
                 padding-bottom:3px;

             }
#list1 {
	background:#94D7B6;
	/*background-image : url(img/clouds2.jpg);*/
	width:165px;
	float:left;
	display:block;
        position:relative;
        top:0px;
        left:0px;
        padding:2px;
}
#list2 {
        padding:3px;
float:right;
width:120px;
display:block;
	top:0px;
        right:1px;
        padding:5px;

}
#footer {
         clear : both;
         text-align : center;
         border-bottom : 2px solid #aaa;
      }