 body {
	padding-left: 11em;
    color: white;
	background-image: url("images/ImageFond.jpg") ;
	background-repeat: no-repeat;
	}
body {
  padding-left: 11em;
   font-family: Georgia, "Times New Roman",
          Times, serif;
    color:white;
    background-color: black}
    
ul.navbar {
     list-style-type: none;
    padding: 0;
    margin: 0;
    color: white;
    text-decoration: underline;
    position: absolute;
    top: 2em;
    left: 1em;
    width: 9em }

  ul.navbar a {
    text-decoration: none;
     }
  a:link {
    color: white; }
  a:visited {
    color: white; }
     address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted }
ul.navbar li {
    background: black;
    margin: 0.5em 0;
    padding: 0.3em;
    border-right: 1em solid black}
    
h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif }
            

#box{
position:relative;

left:30px;

padding:20px;

width:800px;

background-color:black;

border-radius:20px;

z-index:3;
}

#imagebaspage {

position:fixed;

right:50px;

bottom:50px;


z-index:5;

}