/* CSS Kagome Power par le bonze (tres) pervers. Toute reproduction interdite sous peine de kazaana dans la tronche >_< 
*
Balises g�n�rales */
body { margin: 0; padding: 0; 
	font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif;
	background: #111111 url(fond-nuit.jpg) top left no-repeat;
}
body, table {
	font-size: 11px; 
	color:#ddffb2;
	cursor: default;
	line-height:15px; 
	text-align:justify;
	margin:0px;
	
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #8f9ea4;
}
a:hover, a:visited:hover {
	color: #b4d892;	
}


/* Elements du design */
#tout {
	border-left: 1px solid black;
}

#entete {
	
}
#banniere {
	height: 350px;
}

#langues { display: none; visibility: hidden; }


#onglets {
	font-size: 7pt;
	margin-top: 30px;
	height: 20px;
}

#onglets .actif { 
	font-style: italic;
	
}

#ensemble {
	
}

#menu {
	margin-left:5px;
	margin-right: 5px;
	float: left;
	width: 150px;
}

#contenu {
	margin-left: 160px;
	margin-right: 10px;
	padding: 5px;
	text-align: justify;	
}
#contenu img {
	margin: 2px;
}

#onglets li { float: left; list-style: none; margin-right: 15px; }


#footer { text-align: center; color: #999999; }

/*** Index ***/
#edito {
	
}

#visites {
	display: none;
}

#contenu h1 {
	font-size: 18pt;
	text-align: center;
	padding-bottom: 3px;
	border-bottom: 3px dotted #487480;
	color: #487480;
}
#contenu h2 {
	
}
#contenu h3 {
	
}
#contenu h4 {
	
}
#contenu h5 {
	
}
#contenu h6 {
	
}

#contenu li { /* pour mettre de meilleures bulles */
	list-style-image: url(bulle.gif);
}

#contenu img { margin: 2px; }



.texte {
	padding:2px;
	background-color: #3C4657;
	border: 1px solid #909AAB;
	padding:4px 2px 4px 5px;
	color:#666;
	margin-left:5px;

	margin-bottom: 2px;
	width:150px;
}

.episode {
	color: #0C5A0C;
	text-decoration: underline;
}


/* astérisque */
.note { font-size: smaller;  
		font-style: italic;
		}
