
  body {
	padding-left: 11em;
    color: white;
	background-image: url("images/coucou.jpg") ;
	background-repeat: no-repeat;
	}
     

h1 {
    font-family: arial black}

ul.navbar {
     list-style-type: none;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 2em;
    left: 1em;
    width: 9em 
    }
    


ul.navbar li {
    background: white;
    margin: 0.5em 0;
    padding: 0.3em;
    border-right: 1em solid #000080
    }
    
  ul.navbar a {
    text-decoration: none }
    
    
  a:link {
    color: blue }
  a:visited {
    color: blue }
     address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted }
    
    
#box {
    
    position:relative;
    
    top:100px;
    
    padding:30px;
    
    left:30px;
    
    width:500px;
    
    background-color:#000080;
    
    border-radius:10px;
        
}

#ninja  {

position:fixed;

bottom:5px;

right:5px;

z-index:5;

}



#drapeau  {

position:fixed;

top:10px;

right:10px;

z-index:5;

}

#maison   {

position:fixed

top:10px
left:10px

z-index:5
}









