body
{
   width: 90%;
   margin-left: 5%; /* Pour centrer notre page */
   margin-right: 5%;
   margin-top: 20px;
   margin-bottom: 20px;
   background-color: #fee2e2;
   background-image: url("images/fond5.png");
   background-repeat: repeat-x;
   font-size: small;
   color: black;
}

.corps3
{
   margin-left: 30px; 
   margin-bottom: 30px;
   padding: 10px;
   text-align: justify;
   border: 0px solid black;
   border-right: 2px solid blue;
   border-bottom: 2px solid red;
}

.summary
{
   background-color: #fab9b9;
   text-align: justify;
}

.summary2
{
   font-size: 1.3em;
}

.keywords
{
  width: 60%;
  text-align: center;
}

.keywords td
{
   height: 25px;
   border-left: 0px solid black;
   border-right: 0px solid green;
   border-collapse: collapse; 
}

#info
{
   margin: auto; /* Centre le tableau */
   border: 4px outset red; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse;
   width: 85%;
}

#info caption
{
  margin-bottom: 5px;
  font-weight: bold;
}

#info th, .flash
{
   padding-left: 10px;
   padding-right: 10px;
   background-color: #CC6666;
}

#info td, #info th
{
  height: 35px;
  text-align: center;
  border-left: 1px solid red;
  border-right: 1px solid red;
}
			
table
{
  font-size: small;
}

.info
{
   margin: auto; /* Centre le tableau */
   border: 4px outset red; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse;
   width: 85%;
}

.info caption
{
   margin-bottom: 5px;
   font-weight: bold;
}

.info th
{
   padding-left: 10px;
   padding-right: 10px;
   background-color: #CC6666;			
}

.info td, .info th
{
   height: 35px;
   text-align: center;
   border-left: 1px solid red;
   border-right: 1px solid red;
}

.pair
{
   background-color: #FFFF99;
}

.impair
{
   background-color: #FFCC66;
}

.infobulle
{
   position: absolute;   
   visibility : hidden;
   border: 1px solid Black;
   padding: 10px;
   font-family: Verdana, Arial;
   font-size: 10px;
   background-color: #FFFFCC;
}


p {margin:2px;}
.value{float: left;width: 20%;}
.value2{float: left;width: 60%;}
.value3{float: left;width: 20%;margin-left: 30%;}
.contenu{font-size: small;color: black;}
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;}
.bl1{color: blue;font-size: x-small;}
.bl2{color: blue;font-size: small;}
.bl3{color: blue;font-size: medium;}
.bl4{color: blue;font-size: large;}
.bl5{color: blue;font-size: x-large;}
.bl6{color: blue;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;}
.spec2{color: #5e5e5e; font-size: x-small;}

