body {
    margin-top : 5px;
    margin-left : auto;
    margin-right : auto;
    width : 900px;
 	background-color:#BDBDBD;
      }

#en_tete {
    background-color : black;
    width : 920px;
    height : 170px;
    margin-top : 1px;
    margin-left: auto;
    margin-right: auto;
    position : absolute;;
    border-radius: 5px;
	box-shadow: 8px 8px 8px #848484;
		  }

#menu_en_tete {
   width:920px;
   height: 30px;
   position: absolute;
	margin-top:173px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding:0px;
	border-radius: 5px;
	background-color: black;
	box-shadow: 8px 8px 8px #848484;
		  }
 
#menu_en_tete a {
	color: white;
   font-size : 15pt;
   font-family: 'arial';
   font-variant: small-caps;
   color: #848484;
   text-decoration : none;
  }

#corps {
   width:920px;
   height: 900px;
   position: absolute;
	margin-top:205px;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
	padding-top: 0px;
	border-radius: 5px;
	background-color:#2E2E2E;
	box-shadow: 8px 8px 8px #848484;
  }
  
#corps h1 {
    font-size : 24pt;
    vertical-align : middle;
    word-spacing : 2px;
    color : white;
    font-family: Arial;
    font-weight : 100;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }
#corps h2 {
    font-size : 13pt;
    vertical-align : middle;
    word-spacing : 2px;
    color : white;
    font-family: Arial;
    font-weight : 100;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }
#corps h5 {
    font-size : 10pt;
    color : white;
    font-family: Arial;
    font-weight : 100;
    letter-spacing: 1px;
  }
#corps a {
    font-size : 10pt;
    color : white;
    font-family: Arial;
    font-weight : 100;
    letter-spacing: 1px;
   text-decoration : none;
  }
#corps p {
    font-size : 13pt;
    color : white;
    font-weight : lighter;
    font-family: 'arial';
    word-spacing: 1.5px;
    letter-spacing: 1px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
#corps ul {
    font-size : 13pt;
    color : white;
    font-weight : lighter;
    font-family: 'arial';
    word-spacing: 1.5px;
    letter-spacing: 1px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
#corps img {
	border-radius: 2px;
	box-shadow: 2px 2px 2px #848484;
  }
#cadreD {
   width:900px;
   height: 600px;
   position: absolute;
	margin-top: 0px;
	margin-left: 10px;
	text-align: justify;
	padding-top: 20px;
	border-radius: 10px;
	background-color:#2E2E2E;
  }
#cadreD p {
    font-size : 13pt;
    color : white;
    font-weight : lighter;
    font-family: 'arial';
    word-spacing: 1.5px;
    letter-spacing: 1px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-right-style: 
  }
