@charset "utf-8";
/* CSS Document */


body
{
   width: 800px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 0px;   
   background-color: #000000;
   border: 1px solid #ffffff;
}


#bloc_image
{
   float: left; /* Le menu flottera à gauche */
   width: 300px; /* Très important : donner une taille au menu */
   padding-top: 65px;
}

/* Le corps de la page */

p
{
	text-align: justify;
	}
	


#corps
{
	width: 400px;
   margin-left: 340px;
   margin-bottom: 2px;
   padding-right: 20px;
   padding: 10px;
   padding-top: 50px;
   
   color: #ffffff;
   background-color: #000000;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: none;
}



.imagebreve
{
  
   margin-left: 70px;
   display: block;
}

   
   