/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */

/* EDITOR RELATED STYLES - CUSTOMIZE FOR YOUR NEEDS */
/*
    The classes panel, the visual feedback and the preview
    will be affected by these values.
    
    - Commented styles inside style definitions are used for visual 
      feedback when using the editor.
    - Comments before opening the style are used as caption.
    - Comments after the class name and before the style declaration ({)
      define the jQuery expression that decides whether this 
      style should be applied or not.
      
    Note: the WYMeditor and /WYMeditor comments below are required
    for the CSS parser to work properly.
*/

/* WYMeditor */

/* Rouge */
p.rouge {
  color: #ff0000;
  /* color:#ff0000; */
}

/* Rose */
p.rose {
  color: #ff00ff;
  /* color:#ff00ff; */
}

/* Rose Pale*/
p.rose2 {
  color: #f877ed;
  /* color:#f877ed; */
}

/* Bleu */
p.bleu {
  color: #0000ff;
  /* color:#0000ff; */
}

/* Bleu Foncé*/
p.bleu2 {
  color: #37297e;
  /* color:#37297e; */
}

/* Vert */
p.vert {
  color: #00ff00;
  /* color:#00ff00; */
}

/* Vert Foncé */
p.vert2 {
  color: #387938;
  /* color:#387938; */
}

/* Orange Campus*/
p.orange {
  color: #d77a13;
  /* color:#d77a13; */
}

/* Gris Campus*/
p.gris {
  color: #4e4e4e;
  /* color:#4e4e4e; */
}

/* Gris Foncé*/
p.gris2 {
  color: #646464;
  /* color:#646464; */
}

/* Marron*/
p.marron {
  color: #834700;
  /* color:#834700; */
}

/* Rouge Sang*/
p.sang {
  color: #980f07;
  /* color:#980f07; */
}

/* Jaune or*/
p.or {
  color: #f9b218;
  /* color:#f9b218; */
}

/* Noir*/
p.noir {
  color: #000;
  /* color:#000; */
}

/* /WYMeditor */
/* END EDITOR RELATED STYLES */


/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */
