Dans le fichier css de evhadoc.fr, il n’y a pas de définition de style pour le bloc « textzone » (qui est le div qui ne marche pas), c’est pour cela qu’il ne s’affiche pas de la même façon que l’autre site.
Tu dois donc rajouter dans le fichier « http://www.evhadoc.fr/wp-content/themes/EVHADOC_NOV/style.css », ceci :
.textzone {
margin: 8px;
padding: 8px;
float: left;
height: 650px;
width: 200px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
background-color: #E4ECEB;
border-left: 5 px;
text-align: left;
}
++
Greeneyes