/* ---------------------------------- */
/* Style Sheet for WEBCESAM interface */
/* ---------------------------------- */
/* D. Cordier, september 2004.        */
body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
		       }

#MainBox {
          width: 900px;
          background-color: white;
	  /* margin-left: 10%; 
	  margin-right: 10%; */
          border-left:   1px solid black;
          border-right:  1px solid black;
          border-top:    1px solid black;
          border-bottom: 1px solid black;
          text-align: left;
	  margin-top: 10px;
	  margin-bottom: 10px;
  	  margin-left: auto;
  	  margin-right: auto;
}

#Title {
       display:block;
       background: url("./fond_titre.jpg");
	position: relative;	
          /*background-color: #f9ba25;*/
	  /* margin-left: 2px; */
	  /* margin-right: 2px;   */
          /* border-left:   2px solid;          */
	  /* margin-top: 2px;     */
	  /* margin-bottom: -15px; */
          /* border-right:  2px solid black;    */
          /* border-top:    2px solid;          */
          /* border-bottom: 2px solid black;    */
	  border: 4px solid #cd0000;
          text-align: center;
 }

.RegularBox {
	     position: relative;
	     text-align: justify;
	     background-color: #ffe4a8;
	     margin-left: 2px;
	     margin-right: 2px;
	     margin-top: 2px;
	     margin-bottom: 0px;
	     border-left:   1px solid black;
	     border-right:  1px solid black;
	     border-top:    1px solid black;
	     border-bottom: 1px solid black;
	     padding-top: 5px;
	     padding-bottom: 5px;
	     padding-left: 5px;	
	     padding-right: 5px;	
}

.space {
       width: 20px;
       margin-left: 100px;
}
