body {
	background: white url(imgs/bg.png);
	background-attachment: fixed;
	background-position: center;
	color: black;
	text-align: justify;
}

a:link { color: #007070 }
a:visited { color: #004040 }
a:active { color: #FF8000 }

a.mail { background: url(/imgs/mail.png) left center no-repeat; padding-left: 20px }

/* IE n'affiche pas de pointillés sous les acronyms mais gère le title, donc juste pour lui... */
* html acronym { text-decoration: underline }

#gglbbg { display: none }

img {
	border: none;
	padding: 0.2em;
}

h1 {
	text-align: center;
	min-height: 50px; /* 70 - 20 */
	height: 50px; /* parce que IE est une merde */
	background: url(imgs/h1.png) no-repeat 0% 100%;
	padding: 0 0 20px 60px;
	color: #630;
	font-family: "Eras Bold ITC", "Arial Black", "Franklin Gothic Heavy", "Impact", serif; /* todo: trouver la police la plus multi systeme */
}
/* Ce code suivant n'est pas compris par IE,
   et il annule la merde ajoutée pour lui au-dessus */
html > body h1 { height: auto }

div.h1 {
	background: url(imgs/traits.gif);
}

h2 {
	background: #F70 url(imgs/dende.gif) no-repeat 30% 100%;
	text-align: center;
	padding: 0.5em;
	color: #000000;
	border: thin solid black;
}
h3 {
	background: #f90 url(imgs/elec.gif) center;
	text-indent: 10%;
	padding: 0.2em;
}
h4 { color: #0060a0; margin: 1em 0 0 0; font-size: 1em }
h4+p { margin-top: 0 }

p { text-indent: 2em }

/* vire les espaces énormes avant et après le ul */
ul { margin: 0 1em }
p+ul { margin-top: -1em }

/* invisible et prends pas de place, le spacer qui coupe les float */
.spacer {
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: none;
}

/* navigation */
.nav {
	text-align:right;
	background: #adf url(imgs/fireball.gif) no-repeat right center;
	border: 1px solid black;
	min-height: 50px;
	height: 50px; /* merde IE */
	width: 40ex;
	margin-left: auto;
	padding: 3px;
	padding-right: 72px;
	/* code spécial mozilla */
	-Moz-Border-Radius: 15px;
}
html>body .nav { height: auto } /* merde IE */

td {
	padding: 0.2em;
}

td.salagir {
	background: #FF8080;
	width: 50%;
}
td.john {
	background: #80FF80;
	width: 50%;
}

.center {
	text-align: center;
	text-indent: 0;
}


#version {
	display: block;
	width: 5em;
	float: right;
	text-align:center;
	border: thin solid;
	margin: 0.5em;
	text-decoration: none;
}

.TODO, .todo {
	font-style: italic;
	color: #55b;
}

iframe.luniontopic {
	width: 100%; height: 30em;
	border: none;
}


/* table à bordure nette */
table.bords {
	text-align: center;
	border-collapse: collapse;
	empty-cells: show;
	margin:auto;
}
table.bords td, table.bords th {
	border: thin solid black;
	text-indent: 0;
}
table.bords th { background: #b0b0b0 }

table.small { margin: 0.5em 2em }
table.small td, table.small th { font-size: 75% }

/* petit cadre pour image suivie de commentaire */
div.cadreimg {
	width: 400px;
	float: left;
	color: #248;
	text-align: center;
	font: small sans-serif;
}

#disclaimer {
	border: thin solid black;
	text-align: center;
	font-size: 50%;
	font-family: sans-serif;
	background: #fb5;
	opacity: 0.75; /* transparence opéra */
	-moz-opacity: 0.75; /* transparence Moz */
	filter:alpha(opacity=75); /* transparence IE (ne marche que si le box est en absolute) */
}

strong.new { background: yellow; font: 0.8em sans-serif }

/* code pour les news */
div.newstitre {
	margin-bottom: 0;
	padding-left: 50px;
	border: thin solid black;
	border-bottom: none;
	background: #dc0 url(dialogues/50/salagir.gif) no-repeat left center;
	font-weight: bold;
}
div.newstitre span { color: #a40; padding-left: 2em }
div.newscontent {
	font-size: 80%;
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 1em;
	border: thin solid black;
	border-top: none;
	padding: 0.3em;
}


/* code pour les bulles et autres
   ==============================  */

/* Titres d'entrée des commentaires */
span.nom { color: #0060a0 }

/* Cases de texte des commentaires */
div.b {
	border: 2px solid #02a0a0;
	margin: 0 50px 1em;
	padding: 3px;
	min-height: 50px;
}

/* Image du "speaker" : image de la bulle (b comme bulle) */
img.b {
	margin: 0; padding: 0;
	position: relative;
}
/* sous classes pour les images de classe "b". La bulle à gauche ou a droite? */
img.dr {
	margin-left: -50px;
	float:right;
	right: -53px;
}
img.ga {
	margin-right: -50px;
	float:left;
	left: -53px;
}

img.autreauteur {
	border:1px dotted red;
	background: #ffa;
	font-size: 70%;
	text-align: center;
	padding: 0.5em;
	width:50px;
}

div.autreauteur {
	margin: 0; padding: 0.5em;
	width:50px;
	float:right;
	position: relative;
	right: -53px;
	border:1px dotted red;
	background: #ffa;
	font-size: 70%;
	text-align: center;
}

/* lighbox */
#imageContainer img#lightboxImage { margin: 0; padding:0 }

