html, body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #101018;
	font: small Verdana,Arial,Sans-serif;
	color: #E4E4E4;
}

table#container
{ width: 100%;
  margin: 0 auto;
  padding: 0px; 
  border-width: 0px;
  border-spacing: 0px; 
  empty-cells: show; }

#header
{ height: 175px; 
  text-align:left; }

#content
{ }

td#center
{ }


#left
{ width: 200px; }

#right
{ width: 200px; }

#center
{ }


/* images, couleurs */

#header
{ background: #101018 url('logo.jpg') no-repeat center top; }

#bg
{ background: #1e1e24 url('logo_shade.jpg') no-repeat center -177px; }

a:link,a:active,a:visited
{ color: #93B7DF;
  text-decoration: none; }

a:hover
{ color: #0E56B4;
  text-decoration: none; }


h1,h2,h3,h4,h5,h6
{ color: #DFD;
  text-decoration: none;
  text-align: left; }

.smaller
{ font-size: smaller; }

.texte
{ text-align: justify; }



/* marges et paddings */

div
{ padding: 0px;
  margin: 0px; }

p
{ padding: 0px;
  margin: 0px; 
  margin-bottom: 0.5em; }

.marge
{ margin: 5px; 
  margin-top: 0px; }

.space
{ margin-bottom: 10px; }

.fond
{ background-color: #1e1e24; }

.bordure
{ border: 1px solid gray; }

.pad
{ padding: 0.5em; }

.bordure2
{ border: 1px dashed gray; }

.marge2
{ margin: 2em 5em; }


h1,h2,h3,h4,h5,h6
{ padding: 0;
  margin: 0;
  clear: both; }

.titre
{ border-bottom: 1px solid gray; }

.st
{ font-size: smaller;
  text-align: right; }

.texte
{ margin: 1em 0em; }


/* menu */

#left ul, #right ul
{ list-style-type: none;
  margin: 0;
  padding: 0; 
  padding-left: 0.5em; }

a.rubcour
{ color: #b6de92; }

a.rubhier
{ color: #bb92de; }

a.sousrub
{ color: #debb92;}


#center img
{ max-width: 95%; }


/* Navigation pour webcomics */

.navi
{ text-align: center; 
  margin: 2em; }

.navi .bouton
{ background-color: #101018; 
  padding: 5px;
  margin: 0.5em; 
  border: 1px solid gray; }


/* SPIP CSS */


/* Raccourcis typographiques de SPIP */
i.spip {}
strong.spip {}
hr.spip {}

.spip_puce { list-style-position: outside; }

ul.spip { list-style: disc; }
ol.spip { list-style: decimal; }
ul.spip li, ol.spip li { list-style: inherit; }
li.spip { margin: 0.3em 0 0.3em 0.8em; list-style-position: outside; }

h3.spip {
	text-align: center; 
	margin-top: 2em; 
	margin-bottom: 1.4em; 
	font-size: 1.15em; 
	font-weight: bold; }

/* Paragraphes, citations, code et poesie */
p.spip {}
p.spip_note {}

blockquote.spip, .spip_serif { font-family: "Bitstream Vera Serif", Georgia, Times, serif; }

blockquote.spip { 
	margin: 1em; 
	padding-left: 1em;
	padding-right: 1em;
	border: 1px dotted; }

div.spip_poesie { 
	margin: 1em; 
	padding-left: 1em; 
	border-left: 1px solid;
	font-family: Garamond, Georgia, Times, serif; }

div.spip_poesie div { text-indent: -60px; margin-left: 60px; }

.spip_code, .spip_cadre { font-family: monospace; font-style: normal; font-size: 1.1em; }
.spip_cadre { width: 99%; border: 1px solid; }

.spip_surligne { background: #700; }

/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid gray;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background-color: #241e24; }
table.spip tr.row_odd { background-color: #1e241e; }
table.spip tr.row_even { background-color: #24241e; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: 0; }

img.spip_logos
{ float: left;
  margin: 0 5px 5px 0;
  padding: 5px;
  border: 1px solid gray;
  background-color: #101018; }

.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; }

/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }

table.spip_barre a img {
	background: #FDA;
	padding: 3px;
	border: 1px outset #999; }
table.spip_barre a:hover img {
	background: #FFF;
	border: 1px solid #999; }

table.spip_barre input.barre { width: 100%; background: #EEE; }

/* * Couleurs des liens de Spip */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_in {} /* liens internes */
a.spip_out { } /* liens sortants */
a.spip_url { } /* liens url sortants */
a.spip_glossaire { } /* liens vers encyclopedie */
.on { font-weight: bold; } /* liens exposes */


