/* Start of CMSMS style sheet '05 - Questions Réponses' */
/*
 * Blocs
 */
div#faq_left_accordion,
div#faq_right_accordion
{
  width : 400px;
  
  margin-top : 20px;
  margin-bottom : 100px;
}


div#faq_left_accordion
{
  float : left;
  
  padding-right : 20px;
  
  margin-left : 40px;
  
  background : url(images/misc/separator-vertical-dotted-grey.gif) repeat-y center right;
}


div#faq_right_accordion
{
  float : right;
  
  margin-right : 40px;
}



/*
 * Titres
 */
h2.questions_reponses_titre
{
  margin-top : 20px;
  
  background-position : top left;
}


h2.questions_reponses_titre a
{
  text-decoration : none;
  
  color : #33449f;
}



/*
 * Contenus
 */
div.questions_reponses_content
{
  margin-left : 20px;
  margin-right : 10px;
  
  text-align : justify;
}


div.questions_reponses_content p
{
  width : 370px;
}


div.questions_reponses_content ul
{
  width : 300px;
  
  padding-left : 30px;
}


div.questions_reponses_content ul li
{
  margin-bottom : 5px;
}
/* End of '05 - Questions Réponses' */

