/* -- Infobleach --
  Design codé par: satiron 
  Derniere modification le 10/01/08 par satiron 
*/


*/*on applique ca pour tout le monde */
{
	margin: 0;
	padding: 0;
}
/*On s'occupe des liens */
a
{	
	color: yellow;	
	text-decoration: none
}

a:hover
{	
	color: black;	
}
a img
{	
	border: 0	
}
#menu a
{
	color: blue;
}
#menu a:hover
{
	color: white;
}
body/* le body, donc tout */ 
{	
	background-color: green; 
	font-family: Arial, Helvetica, sans-serif; /*on met differentes police, le naviguateur prendra par ordre de priorité, si il n'a pas la premiere, il passera a la 2nd et ainsi de suite */
	font-size: 12px;		/*Taille du texte */
	color: #FFFFFF; /* Couleur du texte */ 
}

/* infobleach
--------------------------------*/
#infobleach /* pour le cadre principale */
{
    width: 900px;
	margin: 0 auto;
	background: url("images/design/content.png") repeat-y 0 0 /*Image de fond, qui servira d'image de fond pour le menu gauche, le centre et le menu droit */ 
}





/* Header
---------------------------------*/
h1#header
{ 
	font-size:0;
	line-height:0;
}



#menu
{
	position: absolute;
	margin-top: -180px;
	margin-left: 380px;
	font-size: 22px;		/*Taille du texte */
	color: black;
}

/* content
--------------------------------*/
#content /*le corps */
{
    margin-left: 80px;
	height: auto! important;
	min-height: 200px;
	padding:50px 50px;
	margin-top: -80px;
	margin-left: -10px;
}

#content table/*centrement des tableaux*/
{
	margin: auto;
}
#content table .couv
{
	padding-left: 5px;
}
#content p
{
	padding-left: 20px!important;
	padding-left: 20px;
	
}
#content ul
{
	padding-left: 25px!important;
	padding-left: 40px;
	
}	
#content li
{
	list-style-type: circle;
}

#content .news
{
    margin: 15 25px 40px;
	height: auto! important;
	height: 100px;
	font-size:1.1em;
	border: 1px solid black;		
	min-height: 170px;
}
#content .news h2
{
	font-size:1.1em;
	background: orange;
	color: black;
	line-height:20px;
	text-indent:25px;
	margin-bottom:10px;
	font-variant: small-caps;			
}
#content .news .avatar
{
	float: left;
	width: 80px;
	margin: 15px 15px 5px 10px;
	font-size:0.9em;
	text-align: center			
}
#content .news .avatar img
{
	padding: 1px;

}


#content .news .newscontent
{
    padding: 3px 10px 3px 90px;			
}

#content .news .newscontent .p1
{
    padding: 3px 10px;
	text-align: justify;			
}
#content .news .newscontent .p1 a
{
    display: block;
	text-align: right;			
}
#content .news .p2
{
    padding: 3px 10px 6px 100px;			
}



/*Footer
-----------------------------------------*/
#footer /*pied de page*/
{
     padding: 100px 180px 3px;
	 text-align:center;
	 clear: both;
	 font-size:0.8em;
	 letter-spacing:2px;

}
#img_footer
{
	margin-bottom: -79px;
	margin-left: 4px;
}

/*Sortie des tomes*/

#cadre_francais
{

}
#tome_francais
{
	height: 0px;
	width: -20px;
	padding-left: -100px;
padding-bottom: -10px;
}



