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.
body {font-family: sans-serif; font-size: x-small;}

p {color: #262626;}


/* -------------- style des liens --------------------- */
a {text-decoration: none; color: #333399; background: none;}
#bodyContent a.external {color: #333399;}
a:visited {color: #993399;}
#bodyContent a.external:hover {color: #FF3300;}
/* Pas de violet pour les liens internes visités de la colonne de gauche */
.portlet ul a:visited {color: #333399;}
#bodyContent a.external:visited {color: #993399;}
a:hover {color: #FF3300; text-decoration: underline;}


/* ---- Je veux des coins carrés sous Mozilla non mais pétard de pétard ---- */
.pBody , .portlet h5, #p-cactions ul li, #p-cactions ul li a {-moz-border-radius-topleft: 0; -moz-border-radius-topright: 0;}


/* ---- Logo alternatif de Wikipedia fait maison (moins haut que le logo standard) ---- */
#p-logo a { 
 background-image: url(http://upload.wikimedia.org/wikipedia/commons/e/e8/WikiCodex.png) !important; 
 height: 120px;
}
#p-logo a:hover {height: 120px;}
#column-one {padding-top: 117px;}


/*----------------------- Boites de gauche ------------------------- */
.portlet {margin: 4px 0 0 0;}

/*---- liens suprimés ----*/
#n-sitesupport, #n-avertissements, #t-upload {display:none;}

/* ---- Boite de recherche ------------------ */
/*-- Boutons plus petits sur une seule ligne -- */
input.searchButton {font-family: arial, sans-serif; font-size: 9px;}

/*--- pas de titre sur la boite de recherche ---*/
#p-search h5 {display: none;}

/* styliser la boite de recherche et ses boutons sur mozilla */
input.searchButton {
    background-color: #efefef !important;
    border: 1px outset !important;  
}
#searchInput { border: 1px inset !important; }


/*---- Puce différente fait maison ---- */
.portlet li, #BodyContent li {
 /*list-style-image: url(bullet.gif);*/
 list-style-image: url(http://upload.wikimedia.org/wikipedia/commons/6/63/BBBBBB_Bullet.png);
}

/*---- lignes plus sérées dans la colone de gauche ---- */
.pBody li {line-height:10pt;}

/*---- Bordures des boites de gauche ---- */
.portlet h5 {
 display: block;
 padding-top: 2px;
 padding-bottom: 1px;
 padding-left: 7px;
 background: #C8D8FF;
 border-top: 1px solid #6688AA;
 border-right: 1px solid #6688AA;
 border-left: 1px solid #6688AA;
 border-bottom: none;
}
.pBody {border: 1px solid #6688AA;}


/*------ Fonds blancs partout sauf pour certains name spaces en bleu-clair -------- */
.ns-0 * #content {background : white;}
.ns-1 * #content {background : white;}
.ns-2 * #content {background : white;}
.ns-3 * #content {background : white;}
.ns-4 * #content {background : #EBEBFF;}
.ns-5 * #content {background : #EBEBFF;}
.ns-6 * #content {background : white;}
.ns-7 * #content {background : white;}
.ns-8 * #content {background : #EBEBFF;}
.ns-9 * #content {background : #EBEBFF;}
.ns-10 * #content {background : white;}
.ns-11 * #content {background : white;}
.ns-12 * #content {background : #EBEBFF;}
.ns-13 * #content {background : #EBEBFF;}
.ns-14 * #content {background : white;}
.ns-15 * #content {background : white;}


/*------------------------------- Onglets du haut -------------------------------- */
#p-cactions li {padding-top: 1px; }
#p-cactions li a {color: #666666;}
#p-cactions li.selected {padding-top: 2px; border-color: #FF9900; background: #FFFFCC;}
#p-cactions li.selected a {color: #6633CC; background: #FFFFCC;}




/* --------------- pied de page leger ----------------- */
#footer {background-color: transparent; border: 0;}
#f-poweredbyico, #f-copyrightico, li#f-copyright, li#f-about, li#f-disclaimer {display:none;}