body {
  background-image:url(../img_2/fond.png);
  background-repeat:no-repeat;
  background-color : #000000;

}

#conteneur {
  width : 600px;
  height : 400px;
  margin-left : 200px;
  margin-top : 100px;
  background-color : transparent;
  float : left;

}

#bloc_navigation {
  width : 200px;
  height : 400px;
  background-color : transparent;
  float : right;

}

#bloc_menu {
  width : auto;
  height : 300px;
  margin-left : 5px;
  margin-right : 5px;
  margin-top : 10px;
  background-color : transparent;

}

p {
  color : #1919B3;
  text-align : justify; 
  font-family : Verdana; 
  float : left;
}

.titre {
  text-decoration : underline;
  letter-spacing: 1cm
}

ul,li {
  color : #1919B3;
  text-align : justify; 
  font-family : Verdana; 
  list-style:squarre;
  list-style-image:url('../img_2/mini_plume.gif');
  padding:0px;
  margin:20px;
}

img.centrale {
  margin-top : 69px;
  margin-left : 25px;
  width : 350px;
  float : left;
}