#contenu_cms P {
  /*line-height: 40px;*/
  font-size:0.8em;
  padding-top:10px;
}


.image_cms_gauche {
  float : left;
  width:50%;
  height: auto;
  margin-right:2%;
}

.image_cms_droite {
  float : right;
  width:50%;
  height: auto;
  margin-left:2%;
}

@media only screen and (max-width:640px) {
  #contenu_cms {
    padding-top:50px;
    font-family:sans-serif;
  }

  #contenu_cms P {
    font-size:0.8em;
    line-height: 50px;
    width:90%;
    margin:auto;
  }

  #contenu_cms IMG {
    width:100%;
    margin:auto;
    height:auto;
  }

  .image_cms_gauche {
    clear:both;
    float:none;
    width:90%;
    margin:auto;
    height:auto;
  }

  .image_cms_droite {
    clear:both;
    float:none;
    width:90%;
    margin:auto;
    height:auto;
  }

}
