.ctnTexteG{
  margin: 20px 0 20px 0;
  width: 92%;
  height: auto;
  text-align: justify;
  /*! background-color: tomato; */
}
.ctnTexteD{
  margin: 20px 0 20px 0;
  width: 92%;
  height: auto;
  text-align: justify;
  /*! background-color: aqua; */
}

.texte{
  margin-top:10px;
  text-align:justify;
  font-style: italic;
  /*! color: green; */
}

.ctnImageG{
  float: left;
  margin: 0 10px 0 0;
  width: 200px;
  height: 150px;
}

.ctnImageD{
  float: right;
  margin: 0 0 0 10;
  width: 200px;
  height: 150px;
}

.ctnImageG img, .ctnImageD img{
  width: 100%;
  height: 100%;
}

.titresculptures {
  margin-top: 5px;
  margin-bottom: 2px;
  width: auto;
  height: 30px;
}

.auteur {
  margin-right: 100px;
  text-align: right;
  font-size:90%;
  /*! color:red; */}

/* XXXXXXXXXX MEDIAS XXXXXXXXXXXX */
/* XXXX A5 portrait XXXX */
@media only screen and (max-width : 768px) and (orientation : portrait) {
  .titresculptures {margin-top: 0;height: 18px;}
  .ctnImageD, .ctnImageG{width: 128px;height: 96px}
  .ctnTexteG, .ctnTexteD{margin: 20px 0 20px 0;width: 100%;}
  .texte{font-size: 90%}
  .auteur{margin-right: 50px;font-size:85%}
  
}


/* XXXX A5 paysage XXXX */
@media only screen and (max-width : 1024px) and (orientation : landscape) {
  .titresculptures {height: 24px;}
  .ctnImageD, .ctnImageG{width: 160px;height:120px}
  .ctnTexteG{margin: 20px 0 20px 5%;width: 95%;}
  .ctnTexteD{margin: 20px 5% 20px 0;width: 95%;}
  .texte{font-size: 90%}
  .auteur{margin-right: 50px;font-size:85%}
}

/* XXXX Tablette portrait XXXX */
@media only screen  and (min-width : 769px) and (max-width : 834px) and (orientation : portrait) {
  .titresculptures {height: 26px;}
  .ctnImageD, .ctnImageG{width: 200px;height: 150px}
  .ctnTexteG, .ctnTexteD{margin: 20px 0 20px 0;width: 100%;}
  .auteur{margin-right: 60px;font-size:90%}
}



/* XXXX Tablette paysage XXXX */
@media only screen  and (min-width : 1025px) and (max-width : 1112px) and (orientation : landscape) {
  .titresculptures {height: 26px;}
  .ctnImageD, .ctnImageG{width: 200px;height: 150px}
  .ctnTexteG{margin: 20px 0 20px 3%;width: 97%;}
  .ctnTexteD{margin: 20px 3% 20px 0;width: 97%;}
  .auteur{margin-right: 60px;font-size:90%}
}

