body {			
  margin: 0;
  padding: 0;
  background-color: #FFF;
   background-image:url(img/nom.jpg);
  background-repeat:no-repeat; 
background-attachment:fixed;
}

a {	
  color: #6E9AAE;
  text-decoration:none;
  font-family: "Droid Sans", sans-serif;
}
img {
border-style: none;
}

#header {
  width: 300px;
  padding: 120px 0 0px 20px;
  color: #666;
  font-family: "Droid Sans", sans-serif;
  color:#6E9AAE; 
  font-size : 15px;
  text-align: left;
  position: fixed; 
}
#contenu{

  margin: 20px 0 0 330px ;
  font-family: "Droid Sans", sans-serif;
  font-size : 14px;
  color:#6E9AAE; 
}
#contenu img {
border: 6px solid #D5DEE2;
}
#contenu object {
border: 6px solid #D5DEE2;
}

.encadre{	
  font-family: "Droid Serif", serif;
  font-weight: 700;
  font-size : 15px;
  color:#6E9AAE; 
  background-color:#D5DEE2;
  display: inline;
  line-height:120%
}
.blanc{	
  color:#FFF; 
}
