/* --------------------------------------------------------- */
/* Feuille de style des squelettes par defaut pour SPIP 2.0  */
/* --------------------------------------------------------- */


/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */
html { font-size: 100%; } /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */
body { font-size: 1em; color: #050000; }


/* Listes */
ul.spip {} /* Cf.: spip_style.css */
ol.spip {} /* Cf.: spip_style.css */

/* Citations, code et poesie */
blockquote.spip {} /* Cf.: spip_style.css */
blockquote.spip_poesie {} /* Cf.: spip_style.css */
.spip_code {} /* Cf.: spip_style.css */
.spip_cadre {} /* Cf.: spip_style.css */

/* Tableaux */
/* Tableaux */
table.spip {width: 99%;  margin: 0; margin-top: 3px; margin-bottom: 2px; padding: 0; border-collapse: collapse;} 
table.spip td {vertical-align: top; border: 4px ridge #446C06; margin: 0; padding: 5; text-align: center; border-collapse: collapse; font-family: Tahoma; font-weight: bold; font-size: 80%} 
/* a.spip_mail { color: #900; } */
a.spip_mail:before { content: "\002709"; } /* liens vers un email */

/* Logos, documents et images 
img { margin: 0; padding: 0; border: 0; } */
.spip_logos {} /* Cf.: spip_style.css */
.spip_documents {} /* Cf.: spip_style.css */
.spip_documents_center {} /* Cf.: spip_style.css */
.spip_documents_left {} /* Cf.: spip_style.css */
.spip_documents_right {} /* Cf.: spip_style.css */
.spip_doc_titre {} /* Cf.: spip_style.css */
.spip_doc_descriptif {} /* Cf.: spip_style.css */


/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */
body { margin: 0; padding: 0; text-align: center; background: url(../images/fond.png) fixed repeat-x; background-color: #446C06; filter: progid:DXImageTransform.microsoft.Gradient(gradientType=0,StartColorStr='#C8EA0A',EndColorStr='#446C06'); scrollbar-arrow-color: green; scrollbar-face-color: #FFFFFF;}

#page { position: relative; width: 980px; text-align: left;	margin-left: auto; margin-right: auto; }


/* Espaceur de blocs */
.nettoyeur { clear: both; height: 0; margin: 0; padding: 0; border: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }

/* Couleurs des liens
---------------------------------------------- 
a { color: #604A7F; text-decoration: none; }
a:focus,a:hover,a:active { color: #F57900; text-decoration: underline; } */
