28173 sujets

CSS et mise en forme, CSS3

Bonjour,

Sous IE j'ai une marge et une bordure qui disparaissent pour un bloc mais pas les 4 autres dont les CSS sont à peu près les mêmes.
Et bien sûr sous Firefox aucun problème.

La page :
http://www.serviteursdejesusetdemarie.org/
Il s'agit du bloc Nous découvrir

Le code CSS de ces 5 blocs du centre de la page (sachant qu'en plus il sont dans 2 colonnes de tableau. Ben oui, même remarque que sur mon autre thread. J'essaie de supprimer totalement les tableaux mais la contrainte temps fait que je ne peux pas tout faire d'un coup) :

div.sephoriz {margin: 3px 52px 1px 52px; padding:0px 0px 0px 0px; border:none; border-top:1px solid;}
div.sephorizarticles {margin: 3px 156px 1px 52px; padding:0px 0px 0px 0px; border:none; border-top:1px solid;}

.accueilchapo {font-size:0.67em; color:#907d61; font-family: Arial, Helvetica, sans-serif; margin: 0px 1px 0px 1px; padding: 0px 2px 2px 2px; font-weight:normal;}
.sous-titre {color:#907d61; font-weight:normal;}

#cadre1a {margin:0px 7px 10px 14px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; background:url('/actu/squelettes/autres/images/accueil-cadre1-g.gif') top left no-repeat; background-color:#cb5513; border:none;}
#cadre1b {margin-top:0px; margin-right:0px; margin-bottom:1px; margin-left:0px; padding-top:2px; padding-right:1px; padding-bottom:1px; padding-left:1px; background:url('/actu/squelettes/autres/images/accueil-cadre1-d.gif') top right no-repeat; border:none;}
#contenu1 {margin-top:2px; margin-right:0px; margin-bottom:0px; margin-left:0px; padding-top:2px; padding-right:4px; padding-bottom:4px; padding-left:4px; background-color:#f7f4ed; border:none;}
#contenu1 div.sephoriz {border-color:#cb5513;}
#contenu1 div.sephorizarticles {border-color:#cb5513;}

#cadre2a {margin:0px 14px 10px 7px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; background:url('/actu/squelettes/autres/images/accueil-cadre2-g.gif') top left no-repeat; background-color:#abc945; border:none;}
#cadre2b {margin-top:0px; margin-right:0px; margin-bottom:1px; margin-left:0px; padding-top:2px; padding-right:1px; padding-bottom:1px; padding-left:1px; background:url('/actu/squelettes/autres/images/accueil-cadre2-d.gif') top right no-repeat; border:none;}
#contenu2 {margin-top:2px; margin-right:0px; margin-bottom:0px; margin-left:0px; padding-top:2px; padding-right:4px; padding-bottom:4px; padding-left:4px; background-color:#f7f4ed; border:none;}
#contenu2 div.sephoriz {border-color:#abc945;}
#contenu2 div.sephorizarticles {border-color:#abc945;}

#cadre3a {margin:0px 7px 10px 14px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; background:url('/actu/squelettes/autres/images/accueil-cadre3-g.gif') top left no-repeat; background-color:#879fd8; border:none;}
#cadre3b {margin-top:0px; margin-right:0px; margin-bottom:1px; margin-left:0px; padding-top:2px; padding-right:1px; padding-bottom:1px; padding-left:1px; background:url('/actu/squelettes/autres/images/accueil-cadre3-d.gif') top right no-repeat; border:none;}
#contenu3 {margin-top:2px; margin-right:0px; margin-bottom:0px; margin-left:0px; padding-top:2px; padding-right:4px; padding-bottom:4px; padding-left:4px; background-color:#f7f4ed; border:none;}
#contenu3 div.sephoriz {border-color:#879fd8;}
#contenu3 div.sephorizarticles {border-color:#879fd8;}

#cadre4a {margin:0px 14px 10px 7px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; background:url('/actu/squelettes/autres/images/accueil-cadre4-g.gif') top left no-repeat; background-color:#dd7ce1; border:none;}
#cadre4b {margin-top:0px; margin-right:0px; margin-bottom:1px; margin-left:0px; padding-top:2px; padding-right:1px; padding-bottom:1px; padding-left:1px; background:url('/actu/squelettes/autres/images/accueil-cadre4-d.gif') top right no-repeat; border:none;}
#contenu4 {margin-top:2px; margin-right:0px; margin-bottom:0px; margin-left:0px; padding-top:2px; padding-right:4px; padding-bottom:4px; padding-left:4px; background-color:#f7f4ed; border:none;}

#cadre5a {margin:0px 14px 10px 7px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; background:url('/actu/squelettes/autres/images/accueil-cadre5-g.gif') top left no-repeat; background-color:#f19a1b; border:none;}
#cadre5b {margin-top:0px; margin-right:0px; margin-bottom:1px; margin-left:0px; padding-top:2px; padding-right:1px; padding-bottom:1px; padding-left:1px; background:url('/actu/squelettes/autres/images/accueil-cadre5-d.gif') top right no-repeat; border:none;}
#contenu5 {margin-top:2px; margin-right:0px; margin-bottom:0px; margin-left:0px; padding-top:2px; padding-right:4px; padding-bottom:4px; padding-left:4px; background-color:#f7f4ed; border:none;}