Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Firefox (sur GNU/Linux) / Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
/* crochet des références */

.cite_crochet { display: inline; } 

/* icône « bulle de BD » avant le lien de ma page de discussion */

li#pt-mytalk {
    background: url('/skins/monobook/discussionitem_icon.gif') top left no-repeat;
    padding-left: 20px;
}

li#f-disclaimer{
   display : none;
}
#edittoolsinfo {display: none}

/* coins arrondis pour les vignettes + effet de relief */

div.thumb div {
    border: 1px inset #999;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    -moz-border-radius: 0.6em
}

/* coins arrondis pour les zones de texte préformaté */

pre {-moz-border-radius: 0.6em}

#nouvel_article{ display: none; }
.navpopup { 
  background-color: #ccccff  !important;
  font-family:      serif    !important;
  color:            #404     !important;
  font-size:        small   !important;
}

/* début english way 
.infobox {
   border: 1px solid #aaaaaa ! important;
   background: #f9f9f9 ! important;
   color: black ! important;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
}
.infobox td,
.infobox th {
   vertical-align: top;
   border: none ! important;
   background: none ! important;
   text-align: left;
}
.infobox caption {
   background: none ! important;
   border: none  ! important;
   color: black ! important;
   font-size: larger ! important;
   margin-left: inherit;
}
.infobox .infoboximage {
   background: none ! important;
   border: none  ! important;
   padding: 0.4em;
}
.infobox .infoboxsoustitre {
   background: none ! important;
   border-top: 1px solid #aaaaaa ! important;
   line-height: 2;
}
 fin english way */