div#nom_rubrique {
  clear: both;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

div#gauche {
  float: left;
  width: 600px;
  padding-left:11px;
}

div#droite {
  float: right;
  width: 300px;
  padding-right:29px;
}

div#pres_rubrique {
  width: 574px;
  float: left;
  margin:9px;
  padding-top:38px;
  padding-left:9px;
  padding-right:9px;
  border:solid;
  border-color:#5DCAE9;
  border-width:medium;
  position:relative;
 }
div#pres_rubrique_header {
  width: 600px;
  position:absolute;
left:-4px;
top:-4px;
background: url(../images3/presentation.jpg) no-repeat scroll 0 0;
width:600px;
height:34px;
}
div#liens_rubriques {
  width: 592px;
  float: left;
  margin:9px;
  padding-top:38px;
  border:solid;
  border-color:#569647;
  border-width:medium;
  position:relative;
 }
div#liens_rubriques_header {
  width: 600px;
  position:absolute;
left:-4px;
top:-4px;
background: url(../images3/rubriques.jpg) no-repeat scroll 0 0;
width:600px;
height:34px;
}
div#quizz {
  width: 280px;
  float: left;
  margin:9px;
  padding-top:38px;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:15px;
  border:solid;
  border-color:#EF4136;
  border-width:medium;
  position:relative;
 }
div#quizz_header {
  width: 300px;
  position:absolute;
left:-4px;
top:-4px;
background: url(../images3/quizz.jpg) no-repeat scroll 0 0;
width:300px;
height:34px;
}
div#contact_rub {
  width: 280px;
  float: left;
  margin:9px;
  padding-top:38px;
  padding-left:6px;
  padding-right:6px;
    padding-bottom:15px;
  border:solid;
  border-color:#8F736A;
  border-width:medium;
  position:relative;
 }
div#contact_rub_header {
  position:absolute;
left:-4px;
top:-4px;
background: url(../images3/numeros.jpg) no-repeat scroll 0 0;
width:300px;
height:34px;
}
div#faq_rub {
  width: 280px;
  float: left;
  margin:9px;
  padding-top:38px;
  padding-left:6px;
  padding-right:6px;
    padding-bottom:15px;
  border:solid;
  border-color:#2A3990;
  border-width:medium;
  position:relative;
 }
div#faq_rub_header {
  position:absolute;
left:-4px;
top:-4px;
background: url(../images3/faq.jpg) no-repeat scroll 0 0;
width:300px;
height:34px;
}

