#general {
margin-top:5px

width:100%;
position: center;


}

#global {
width : 900px;
height : 1000px;
margin : auto;
position: center;
background: url(images/corp.png) no-repeat;
font-family : Georgia, "Times New Roman", Times, serif;
}

#head {
width : 800px;
height : 228px;
margin-left : 35px;
color : #dddddd;
position: absolute;
z-index : 1;
}
#menu {
border-right: 1px solid #232323;
width : 200px;
height : 670px;
margin-left : 35px;
position: absolute;
top : 20px;
z-index : 1;

#menu a {
 color:#ffffff;  
 text-decoration:underline; 
}
#menu a:hover {
 color:#000000;  
 text-decoration:none; 
}

}
.navigation { 
      margin: 0; 
      padding: 0; 
      list-style: none; 
      color: #fff; 
      width: 200px; 
      font: 1.2em "Trebuchet MS", sans-serif; 
	
      } 
   .navigation a, .navigation span { 
      display: block; 
      padding: 4px 10px; 
      color: #fff; 
      text-decoration: none; 
      font-size: 16px;
	line-height : 17px;
      } 

   .navigation a:hover, .navigation a:focus, .navigation a:active { 
      text-decoration: underline; 
      color: #000; 
background:url(images/bgmenu.png);
background-repeat:repeat;
      } 
   .navigation .subMenu { 
      font-size: .8em; 

      font-size: .9em; 
      margin: 0; 
      padding: 0; 
      border-bottom: 1px solid #666; 
      } 
   .navigation ul.subMenu a { 
background:url(images/bgmenu.png);
background-repeat:repeat; 

      }

#article {

background:url(images/bg.png);
text-align : center;
width : 600px;
height : 500px;
position: absolute;
top : 200px;
margin-left : 250px;
color : #ffffff;
overflow: auto;
z-index : 0;

}
#article td {
 color:#e0e0e0;  
 text-decoration:none; 
}
#article a {
 color:#520000;  
 text-decoration:underline; 
}
#article a:hover {
 color:#000000;  
 text-decoration:none; 
}
#contenu {

width : 200px;
height : 460px;
position : relative;
top : 0px;
z-index : 1;
 border-bottom: 1px solid #353535;
 border-left: 1px solid #353535;
 border-right: 1px solid #353535;
 border-top: 1px solid #353535;
}

#pied {
width : 820px;
height : 100px;
position : absolute;
top : 720px;
margin-left : 40px;
background: url(images/pied.png) no-repeat;


}
#piedctn {
width : 820px;
height : 100px;
position : relative;
top : 10px;

}
#piedctn a {
 color:#660000;  
 text-decoration:underline; 
}
#piedctn a:hover {
 color:#000000;  
 text-decoration:none; 
}


