                                       
                                       /* v accueil v */

div.cycle-slideshow
 {
 border: 2px solid #F3F3F2;
 height: 430px;
 margin: auto;
}
 
div.cycle-slideshow img.cycle-slide {
 height: 100%;
}

section.infoGene {
 margin: auto;
}

section.infoGene aside {
 text-align: center;
 width: 12%;
}

section.infoGene article {
 text-align: center;
 width: 80%;
}

section.infoGene #xAns {
 width: 3em;
}

section.infoGene p {
 line-height: 10px;
}

                                       /* ^ accueil ^ */

                                       /* v accueil (mobile) v */

@media all and (max-width: 480px) {                   
 div.cycle-slideshow
 {
  display: inline-block;
  height: 183px;
  margin: auto;
  min-width: 0px;
  width: 50%;
 }
 
  section.infoGene p
 {
  font-size: 16px;
  height: 12px;
  line-height: 13px;
 }
}
                                       
                                       /* ^ accueil (mobile) ^ */
                                       
