.titreRubrique H1
{
  background-image: url(../images/faq/faq.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: 55px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #444444;
  font-weight: bold;
  width: 620px;
  margin: 0px auto 10px 10px;
}

.containerQR
{
  width: 750px;
  padding-left: 28px;
  background-position: left center;
  background-repeat: no-repeat;
}

.question
{
  width: 750px;
  margin-top: 15px;
  padding: 5px;
  border: 1px solid #666666;
  text-align: justify;
  font-size:14px;
  cursor: pointer;
}

.questionLibelle
{
  width: 710px;
  font-size: 13px;
  padding-right: 10px;
  float: left;
  font-size:14px;
}

.showHide
{
  width: 25px;
  height: 25px;
  margin: 2px;
  float: left;
  background-image: url(../images/faq/show.gif);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.reponse
{
  margin-top: 5px;
  width: 730px;
  padding-left: 10px;
  font-size:14px;
}

.couleur1
{
  background-color: #eaebff;
  border-color: #0f1377;
  border-width:3px;
}

.couleur2
{
  background-color: #d1e0fe;
  border-color: #205ecd;
  border-width:3px;
}

.messageIntro
{
  width: 750px;
  font-weight: normal;
  text-align: justify;
  margin:auto;
}

.infoAffiche
{
  width: 585px;
  text-align: right;
  height: 20px;
  line-height: 20px;
  font-size:14px;
  background-image: url(../images/faq/show.gif);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 25px;
  margin: 15px;
  margin-bottom:0px;
}

.messageFin
{
  width: 750px;
  margin: 25px auto;
  font-weight: normal;
  text-indent:15px;
}

.messageFin a
{
  text-decoration: underline;
  font-weight:bold;
}