body
{
   width: 780px; /*780*/
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px;
   margin-bottom: 5px;    /* Idem pour le bas du navigateur */
   /*background-image: url(../images/Fond.gif); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   background-image: url(../images/0297.jpg);
   /*border-style: solid;
   border-width: 2px;*/
}
#entete
{
   color: blue;
   text-align: center;
   /*line-height:5px; */
   margin-bottom: 5px;
   /*border-style: solid;
   border-width: 2px;
   border-color: red*/
}
#formulaire
{
   padding-top: 0px;
   text-align: right;
   font-weight: bold;
   margin-left: 0px;
   width: 330px;
   /*border-style: solid;
   border-width: 2px;
   border-color: green;*/
}
#info
  {
   float: right; /* Le menu flottera à gauche */
   width: 440px; /* Très important : donner une taille au menu */
}
.element_info
{
   text-align: left;
   padding-left: 5px;
   font-weight: bold;
   /*border-style: solid;
   border-width: 2px;
   border-color: blue; */
   color: red;
   }
.element_info h3 
{
   text-align: center;
   color: red;
}
.element_info p
{
   padding-left: 20px;
   /*padding-right: 40px;*/

}
.element_info a
{
   padding-left: 30px;
   padding-right: 0px;

 }
 .element_info a:hover
 {
   color: green;
 }
.element_pub h3
{
   text-align: center;
   color: blue;

}
.element_pub
{
   /*border-style: solid;
   border-width: 2px;
   border-color: yellow;*/
}
.image_pub
{
   float: left; /* Le menu flottera à gauche */
   width: 210px; /* Très important : donner une taille au menu */

}
.text_pub
{
   float: right; /* Le menu flottera à gauche */
   width: 210px;
   padding-right: 5px;
   font-weight: bold;
   color: green;
}
.enreg
{
   margin: auto; /* Pour centrer notre page */
   margin-top: 800px;

}
#msgerreur
{
   text-align: center;
   color: red;
   font-weight: bold;
}
#Enregentete
{
   text-align: center;
   color:blue;
      font-weight: bold;
}
.infoenr
{
   text-align: center;
   color:blue;
   font-weight: bold;
}
.okenr
{
   text-align: center;
   color:green;
   font-weight: bold;
}
.npsw
{
   text-align: center;
   color:red;
   font-weight: bold;
   font-size: 400%;
}
.infoenr span
{
   color:red;
   font-size: 1.5em;
}

