body
{   
   background-color: #fee2e2;
	 background-image: url("images/fond6.png");
   background-repeat: repeat-x;
}


.corps3 p

 {
 color: black;

 text-align: justify;
 font-family: "Comic Sans MS", "Arial Black", "Times New Roman", Times, serif;

 }

 .corps3
 {

   margin-left: 30px; 
   margin-bottom: 30px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 10px;  /*Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   border: 0px solid black;
   border-right: 2px solid blue;
   border-bottom: 2px solid red;
 }

 
 .summary
 {
 
 margin-left: 30px;
 text-align: left;
 font-family: "Comic Sans MS", "Arial Black", "Times New Roman", Times, serif;
 }
 

 .imageflottante
{
   float: left;
}

.corps3 p
{
text-align: justify;
}






.pied_de_page
{  color:#5e5e5e;
   padding: 3px;
   text-align: center;
   height: 50px;
   font-size: 12px; 
}


img{border: none;}
.users{color: black;font-size: small;background-color: red;}
.centre{text-align: center;}
.noir{color: black;}
.rouge{color: red;}
.vert{color: green;}
.s1{font-size: x-small;} /* x-Small = font size 1 */
.s2{font-size: small;} /* Small = Font size 2 */
.s3{font-size: medium;} /* Medium = Font size 3 */
.s4{font-size: large;} /* Large = Font size 4 */
.s5{font-size: x-large;} /* x-Large = Font size 5 */
.s6{font-size: xx-large;} /* xx-Large = Font size 6 */
.b1{color: black;font-size: x-small;}
.b2{color: black;font-size: small;}
.b3{color: black;font-size: medium;}
.b4{color: black;font-size: large;}
.b5{color: black;font-size: x-large;}
.b6{color: black;font-size: xx-large;}
.r1{color: red;font-size: x-small;}
.r2{color: red;font-size: small;}
.r3{color: red;font-size: medium;}
.r4{color: red;font-size: large;}
.r5{color: red;font-size: x-large;}
.r6{color: red;font-size: xx-large;}
.g1{color: green;font-size: x-small;}
.g2{color: green;font-size: small;}
.g3{color: green;font-size: medium;}
.g4{color: green;font-size: large;}
.g5{color: green;font-size: x-large;}
.g6{color: green;font-size: xx-large;}
.spec1{color: #5e5e5e; font-size: small;}
