body
{
  font-size : 12px;
}

/* Style du menu de la partie administration. */
.menu
{
  background-color : rgb(221, 238, 221);

  width            : 180px;

  /* Le menu sera en flotant sur la gauche ainsi, le corps
   * prendra la place restante.
   */
  float              : left;
  -moz-border-radius : 1em;
  padding-top        : 12px;
  padding-bottom     : 12px;
  padding-left       : 4px;
  padding-right      : 4px;
}

/* Balise des titres des catégories du menu. */
.section
{
  text-align : center;
  border     : 1px solid green;
}

/* Définition du style du corps de la page. */
.corps
{
  background-color   : rgb(221, 238, 221);
  width              : auto;
  margin-left        : 200px;
  padding            : 2em;
  -moz-border-radius : 1em 0px;
}

.titreHeader
{
  text-align : center;
  font-size  : 29px;
}

.logOutBox
{
  text-align                  : right;
  font-size                   : 12px;
  margin-left                 : 91%;
  padding                     : 4px;
  -moz-border-radius-topright : 1em;
  -moz-border-radius-topleft  : 1em;
}

#logbox
{
  border     : 2px dashed #33CCFF;
  font-size  : 12px;
  padding    : 20px;
  text-align : center;
  margin     : 0 auto;
}

.logOutBox
{
  background-color   : rgb(221, 238, 221);
  text-align      : center;
}

.logOutBox a
{
  text-decoration : none;
  color           : #ff8800;
}

.logOutBox img
{
  width  : 16px;
  height : 16px;
}

#pres a
{
  margin-left     : 6px;
  font-size       : 14px;
  color           : blue;
  text-decoration : none;
}

#pres a:hover
{
  color : red;
}

.sectionInMenu a
{
  color           : green;
  text-decoration : none;
  margin-left     : 12px;
}

.sectionInMenu a:hover
{
  color : red;
}

.important
{
  background-color   : #b9dc51;
  padding            : 4px;
  -moz-border-radius : 1em 1em;
  text-align         : center;
}

.preview
{
  background-color   : rgb(215, 229, 215);
  -moz-border-radius : 1em 1em;
  margin             : 0 auto;
  width              : 700px;
}

img
{
  border : none;
}

.important img
{
  width      : 16px;
  height     : 16px;
}

.delBox
{
  background-color   : #b9dc51;
  padding            : 4px;
  -moz-border-radius : 1em 1em;
  text-align         : center;
}

.subSection
{
  margin-left : 13px;
}

.subSection a
{
  color : #ff8800;
}

.eventGestion a
{
  color           : blue;
  text-decoration : none;
}

.eventGestion a:hover
{
  color : red;
}

.helpZone
{
  background-color   : #b9dc51;
  padding            : 4px;
  -moz-border-radius : 1em 1em;
  text-align         : center;
}




