/* CSS Document */
#entete {
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #958b81;
        }
#nav {
	position: absolute;
	left: 7px;
	top:100px;
	width: 130px;
     }
#contenu {
	margin-left: 150px;
	margin-right: 180px;
	margin-top: 10px;
	border: none;
	background-image: url(logo_fond_page.jpg);
	background-repeat: no-repeat;
	background-position: center;
         }
#contenu2 {
	margin-left: 150px;
	margin-right: 180px;
	margin-top: 10px;
	border: none;
         }		 
		 
#bio {
	position: absolute;
	right: 10px;
	top: 100px;
	width: 150px;
	border: thin dashed #958b81;





     }
#pp {
	width: 100%;
	text-align:center;
    }
