/* Example of class visualization for paragraph element:
   red background and center-aligned text. */

/*
p.pRed
{
  background-color: red;
  text-align: center;
}
*/
.text-center
{
  text-align: center;
}

.text-left
{
  text-align: left;
}

.text-right
{
  text-align: right;
}

.text-justify
{
  text-align: justify;
}

p.Rouge
{
  color: red;
}

p.Vert-Clair-Presentation
{
  color: #c1c32d;
}

p.Vert-fonce-Presentation
{
  color: #4c8b25;
}

p.Bleu-Activites
{
  color: #2e4354;
}

p.Orange-Activites
{
  color: #ec9700;
}

p.Bleu-Documentation
{
  color: #00b0cd;
}

p.Marron-Documentation
{
  color: #745f37;
}

p.Bleu-Emploi
{
  color: #214684;
}

p.Vert-Emploi
{
  color: #31a08c;
}

p.Bleu-Annuaire
{
  color: #0c88ee;
}

p.Violet-Annuaire
{
  color: #9c2c9e;
}

p.Bleu-Liens
{
  color: #4daaf6;
}

p.Bordeaux-Liens
{
  color: #a20059;
}

p.Jaune-Actualites
{
  color: #fdf500;
}

p.Rouge-Actualites
{
  color: #b63f3f;
}

p.Vert-Contact
{
  color: #b3dd0a;
}

p.Gris-Contact
{
  color: #9c9ea0;
}

.paragraphegros
{
  font-size: 1.4em;
}

.paragraphemoyen
{
  font-size: 1.2em;
}
