div.pagination {
display:block;
text-align:center;
}
div.pagination img {
border:0pt none;
margin:0pt;
padding:0pt;
}
div.pagination a.decoupe_img {
border:0pt none;
}
span.cs_pagination_off {
color:lightgrey;
font-weight:bold;
text-decoration:underline;
}
div.onglets_print {
margin:1em;
padding:0.6em;
border:1px dashed ;
}
div.onglets_print h4 {
margin-top:0px;
margin-bottom:0.6em;
}
div.onglets_bloc {
position:relative;
width:100%;
clear:both;
}
div.onglets_bloc h2.onglets_titre a {
text-decoration:none;
height:22px;
color:black;
}
div.onglets_bloc h2.onglets_titre {
height:20px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:6px;
background-color:#f2f2f2;
color:black;
position:relative;
top:-1px;
display:inline;
float:left;
clear:none;
overflow:hidden;
cursor:pointer;
margin:1px -1px 1px 0px;
padding:0px 0.6em;
border:1px solid rgb( 145, 155, 156 );
z-index:11;
white-space:nowrap;
text-align:center;
font-weight:normal;
font-size:88%;
}
div.onglets_bloc h2.onglets_titre.selected {
height:22px;
background-color:white;
border-top:3px solid #8B6F92;
z-index:11;
top:-3px;
margin:1px -1px -2px 0px;
border-bottom-width:0px;
cursor:default;
}
div.onglets_bloc h2.onglets_titre.selected a {
color:black;
cursor:default;
}
div.onglets_bloc h2.hover a {
color:blue;
}
div.onglets_bloc .onglets_liste {
white-space:nowrap;
}
div.onglets_bloc .onglets_contenu {
display:none;
clear:both;
border:1px solid rgb( 145, 155, 156 );
background:rgb( 252, 252, 254 );
z-index:10;
position:relative;
top:-3px;
padding:0.6em;
}
div.onglets_bloc .onglets_contenu.selected {
display:block;
overflow:hidden;
}
/* Specifie des paires de guillemets sur plusieurs niveaux pour chaque langue */
/* Cf.: http://www.yoyodesign.org/doc/w3c/css2/generate.html#quotes-specify */
q { quotes: '"' '"' "'" "'" }
/* Guillemets selon la langue du texte */
:lang(fr) q { quotes: "\00AB\A0" "\A0\00BB" "\201C" "\201D" "\2018" "\2019"; }
:lang(en) q { quotes: "\201C" "\201D" "\2018" "\2019" }
:lang(es) q { quotes: "\00AB" "\00BB" "\201C" "\201D"; }
:lang(it) q { quotes: "\00AB\A0" "\A0\00BB" "\201C" "\201D"; }
:lang(de) q { quotes: "\00BB" "\00AB" ">" "<" }
:lang(no) q { quotes: "\00AB\A0" "\A0\00BB" "<" ">" }
/* Insere des guillemets avant et apres le contenu d'un element Q */
q:before { content: open-quote; }
q:after { content: close-quote; }
/* IE */
* html q { font-style: italic; }
*+html q { font-style: italic; }
sup, sup.typo_exposants { font-size:78%; font-variant:inherit; line-height:inherit; vertical-align:23%; }
/*
* +----------------------------------+
* Nom de l'Outil : Filets de Separation
* Version : 1.3
* Date : 27/12/2006
* Auteur : FredoMkb
* Adaptation et ameliorations pour le plugin
* "Couteau Suisse" : Patrice Vanneufville
* +-------------------------------------+
* Cette feuille de style est specialement dediee
* au formatage des filets produits par l'outil
* "Filets de Separation" ("filets_sep.php").
* +----------------------------------+
* Pour toute remarque ou suggestion, reportez-vous a l'article :
*
* +-------------------------------------+
*/
.filet_sep {
font-size:1px;
text-align:center;
padding:0;
margin:0;
}
/******************************************/
/** Filets **/
/* Filet plein long epais 4px gris pale */
.filet_sep_0 {border-bottom: 4px solid #ccc;}
/* Filet plein long fin 1px gris clair */
.filet_sep_1 {border-bottom: 1px solid #999;}
/* Filet tirets moyen fin 1px gris moyen */
.filet_sep_2 {border-bottom: 1px dashed #666; margin: 0px 80px;}
/* Filet pointille court fin 1px gris fonce */
.filet_sep_3 {border-bottom: 1px dotted #333; margin: 0 33%;}
/******************************************/
/** Blocs **/
/* Bloc long fond jaune pale avec filet pointille rouge */
.filet_sep_4 {
height: 4px;
background-color: lemonchiffon; /* #FFFACD */
border: 1px dotted maroon; /* #800000 */
}
/* Bloc moyen fond gris clair avec filets gauche-droite bleu */
.filet_sep_5 {
margin: 0px 100px;
height: 5px;
background-color: silver; /* #C0C0C0 */
border-left: 25px solid navy; /* #000080 */
border-right: 25px solid navy; /* #000080 */
}
/* Bloc court fond bleu, filet haut rouge, filet bas orange */
.filet_sep_6 {
margin: 0 42%;
height: 6px;
background-color: blue; /* #0000FF */
border-top: 6px solid red; /* #FF0000 */
border-bottom: 6px solid darkorange; /* #FF8C00 */
}
/* Exemple de filet pour surcharge */
.filet_sep_7 {
border-bottom: 1px solid #999;
}
/******************************************/
/** Images **/
.filet_sep_image {
height: 10px; /* hauteur par defaut */
background-position: center;
background-repeat: no-repeat;
border-style: none;
}
table.cs_smileys td {text-align:center; font-size:90%; font-weight:bold;}
/*
a.cs_glossaire : concerne le glossaire en mode CSS
#glossOverDiv : concerne le glossaire en mode JS
*/
/* Empecher la definition de s'afficher comme les autres liens, vous pouvez donner les attributs standards de votre texte */
a.cs_glossaire, a.cs_glossaire:hover, #glossOverDiv {
color:#000000;
text-decoration:none;
z-index:998;
}
/*
a.cs_glossaire:hover {
cursor:help;
}
*/
/* Mode JS : des span discrets */
a.cs_glossaire span.gl_js,
a.cs_glossaire span.gl_jst,
/* Mode CSS : l'effet de survol est obtenu grace aux proprietes display */
a.cs_glossaire span.gl_dl,
a.cs_glossaire span.gl_dt,
a.cs_glossaire span.gl_dd {
display:none;
visibility:hidden;
z-index:999;
font-style:normal;
}
a.cs_glossaire span.gl_dd {
font-weight:normal;
}
a.cs_glossaire:hover span.gl_dt, #glossOverDiv span.gl_dt,
a.cs_glossaire:hover span.gl_dd, #glossOverDiv span.gl_dd {
display:block;
visibility:visible;
}
a.cs_glossaire:hover span.gl_dl, #glossOverDiv span.gl_dl {
display:inline;
visibility:visible;
/* Placement de la definition dans la page. */
position:absolute;
width:180px;
margin-left:-120px;
margin-top:1.8em;
/* Decoration */
padding:4px;
border:1px solid #ffc300;
background-color:#FFFFFF;
font-size:85%;
}
a.cs_glossaire:hover span.gl_dt, #glossOverDiv span.gl_dt {
padding:3px;
background-color:#ffffbf;
font-weight:bold;
text-align:right;
}
a.cs_glossaire:hover span.gl_dd, #glossOverDiv span.gl_dd {
padding:3px;
text-align:left;
line-height:1.3em;
}
a.cs_glossaire span.gl_mot {
border-bottom:1px dotted gray;
font-size:inherit;
/* cursor:help; */
}
/* exception sur le JS */
#glossOverDiv span.gl_dl {
margin-left:-60px;
}
a.cs_glossaire:after {display:none;}
span.mcrypt {background:transparent url([(#CHEMIN{img/mailcrypt/leure.gif}|url_absolue)]) no-repeat scroll 0.1em center; padding-left:12px; text-decoration:none; float:none; margin:0; display:inline;}
div.cs_sommaire {
display:block;
float:right;
margin-left:1em;
margin-right:0.4em;
overflow:auto;
z-index:100;
max-height:350px;
text-align:left;
}
a.sommaire_ancre {
background:transparent url([(#EVAL{_DIR_IMG_PACK}|url_absolue)]spip_out.gif) no-repeat scroll left center;
padding-left:10px;
text-decoration:none;
}
div.cs_sommaire a:after {
display:none;
}
div.cs_sommaire_avec_fond {
background: transparent url([(#CHEMIN{img/sommaire/coin.gif}|url_absolue)]) no-repeat scroll left top;
border-right: 1px solid rgb(153, 153, 153);
border-bottom: 1px solid rgb(153, 153, 153);
padding-bottom:0.1em;
}
div.cs_sommaire_sans_fond {
border: thin solid gray;
background-color: white;
}
div.cs_sommaire_inner {
margin: 3pt;
}
div.cs_sommaire_titre_avec_fond, div.cs_sommaire_titre_sans_fond {
border-bottom: 1px dotted silver;
line-height: 1;
position: inherit;
font-weight: bold;
text-align: center;
}
div.cs_sommaire_titre_avec_fond {
margin-left: 15px;
}
div.cs_sommaire ul{
margin: 0.3em 0.5em 0.1em 0.7em;
padding: 0pt;
font-size: 84%;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}
div.cs_sommaire ul li{
margin: 0pt;
padding: 0pt;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}
div.cs_sommaire_titre_avec_fond, div.cs_sommaire_titre_sans_fond {
background:transparent url([(#EVAL{_DIR_IMG_PACK}|url_absolue)]deplierbas.gif) no-repeat scroll right center;
cursor:pointer;
padding: 0.3em 18px;
}
div.cs_sommaire_replie {
background:transparent url([(#EVAL{_DIR_IMG_PACK}|url_absolue)]deplierhaut_rtl.gif) no-repeat scroll right center;
border:none;
}
.cs_sommaire_invisible{ display:none; }
.blocs_titre {
background:transparent url([(#EVAL{_DIR_IMG_PACK}|url_absolue)]triangle-bas.gif) no-repeat scroll left center;
font-weight:normal;
line-height:1.2em;
margin-top:4px;
padding:0pt 0pt 0pt 20px;
margin-bottom:0.1em;
clear:left;
cursor:pointer;
}
.blocs_replie {
background:transparent url([(#EVAL{_DIR_IMG_PACK}|url_absolue)]triangle.gif) no-repeat scroll left center;
}
.blocs_title{
display:none;
}