#corps {
	position: absolute;
	width: 100%;
}		
      #entete {
        height: 100px;
      }
	  
      #menuphoto {
	  	position: absolute;
        width: 165px;
        left: 0;
      }
      #menugauche {
        position: absolute;
        width: 125px;
        left: 165px;
		top:150px;
      }
	  #menudrapeau {
	  	  position: absolute;
		  width: 175px;
		  height: 20px;
		  right:0;
		  color: #000000;
	  }
	  #menudroite {
        position: absolute;
		top: 150px;
        width: 175px;
        right: 0px;
      }
      #contenu {
        margin-left: 290px;
		margin-right: 175px;
		padding-top: 10px;
      }
      #footer {
        height: 30px;
		text-align:right;
		vertical-align: middle;
		margin-right: 175px;
      }
	  #contourmenu {
		border: 1px solid #DCDCDC;
		padding: 1em;
	  }