/* --------------------------------------------------------- */
/* 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; } */


strong { font-weight: bold; }
em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: 0.90em; color: #666; }
dfn { font-weight: bold; color: #666; }
del { text-decoration: line-through; }
ins { color: red !important; text-decoration: none; }
sup, sub { font-size: .8em; font-variant: normal; }
.page_event #navigation { float: right; width: 30%; margin-top: 1em; overflow: hidden; }
.page_event #extra { float: right; clear: right; width: 30%; margin-top: 1em; margin-right: 5px; overflow: hidden; border: 1px solid #050505; padding: 4px;}
.page_event h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; font-family: Georgia, Times, serif; }
.page_event h1 { font-size: 1.70em; color: #000; }
.page_event h2 { font-size: 1.40em; font-weight: normal; }
.page_event h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #003; }
.page_event h3 { font-size: 1.20em; font-weight: bold; }
.page_event p {margin: 0;}
.page_event #contenu { clear: both; float: left; width: 67%; overflow: hidden; }


