/*--------------- CSS Japanimlive.fr : Page du moduleForum ------------------
----------------- Copyright Japanimlive.fr : CoreCarnage -------------------- 
-----------------  Css by Weblody(http://www.weblody.com) -------------------
------ Adapted by Ishimaru Design(http://ishimaru-design.servhome.org) --- */


/*Partie centrale du site------------------*/
#contenu_forum {
	float:left; 
	width:1000px; 
	background:transparent url("http://img4.japanimlive.fr/gfx/fond_contenu_ext_forum.gif") center center repeat-y;
}

#content_forum {
	width:1000px; 
	background: url("http://img4.japanimlive.fr/gfx/fond_contenu_haut_forum.jpg") top left no-repeat;
}

#content_forum #accueil {
	padding-top:20px;
}
.imgCentre
{
	 text-align:center;
}

#accueil h1,h3 {
	clear : both;
	width:100%;
	margin-bottom:15px;
	font-size:22px;
	color:#34859E;
	font-weight:bold;
	padding-bottom:7px;
	background:url("http://img4.japanimlive.fr/gfx/sous-titre.jpg") bottom left no-repeat;
	padding-top:20px;
}

#accueil h2 {
	clear : both;
	width:320px;
	margin-bottom:5px;
	font-size:22px;
	color:#34859E;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:20px;
	background:url("http://img4.japanimlive.fr/gfx/soustitre_p.gif") bottom left no-repeat;
}

#bloc_forum {
	font-size:11px;
	margin-left: 30px;
	margin-right: 30px;
}

/*Fil d'ariane*/
.crumbs {
	font-size: 11px;
	margin-bottom: 20px;
	font-weight:bold;
}
.crumbs a {
	font-weight:bold;
	color: #34859e;
}
.crumbs a:hover {
	color:#ff0000;
	text-decoration:underline;
}

/*Tableau du module Foruns---------------*/

/* COMMUN AUX TROIS PAGES */

/*pour l'affichage du cadrage, trois div imbriqués l'un dans l'autre sont utilisés, le tableau est imbriqué dans le dernier div*/
#bloc_forum .table1 {width: 945px; background:url("../gfx/forum_milieu.png") top center repeat-y;}
#bloc_forum .table2 {background:url("http://img5.japanimlive.fr/gfx/forum_haut.png") top center no-repeat;}
#bloc_forum .table3 {background:url("http://img5.japanimlive.fr/gfx/forum_bas.png") bottom center no-repeat;}

/*Mise en forme générale du tableau*/
#bloc_forum table {
	width: 941px;
	border:none;
	margin:auto;
	border-collapse:collapse;
}

/*En-tête*/
#bloc_forum th
{
	vertical-align:middle;
	text-align:center;
	font-size: 12px;
	height:31px;
	height:30px\9
}

/*Pour l'alternance des couleurs dans les sujets*/
#bloc_forum .field1 {background-color:#c1ebf7;}
#bloc_forum .field2 {background-color:#e0f5fb;}

/*Autres propriétés de tout ce qui trouve dans les cellules en général*/
#bloc_forum td {
	padding: 5px;
	font-size: 11px;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
}
#bloc_forum td a {color: #34869e; font-weight:bold;}
#bloc_forum td a:hover {color: #ff0000; text-decoration:underline;}
#bloc_forum td strong {color: #000; font-weight: bold;}

/*Pour faire un espace dans le bas du tableau pour que le bas du cadrage s'affiche correctement*/
.table_clearfix {clear:both; height:30px;}

/* PAGE INDEX */

/*Mise en forme générale des classes spécifiques à la page*/
.sujets {width: 50px;}
.messages {width: 60px;}
.dernier_message {width: 180px;}
td.sujets, td.messages, td.dernier_message {text-align:center;}
td.image {border-right: 1px #fff solid;}
td.sujets, td.messages, td.dernier_message {border-left: 1px #fff solid;}
a.nom_forum {font-size: 12px;}

/*Ajout d'un espace en dessous de chaque tableau pour éviter que ce soit collé*/
.index {margin-bottom:10px;}

/* PAGE LISTE DES SUJETS */

/*Mise en forme générale des classes spécifiques à la page*/
.auteur, .reponses, .vus, .derniere_reponse {text-align:center;}
td.sujet, td.auteur, td.reponses, td.vus {border-right:1px #fff solid;}
.reponses {width: 60px;}
.vus {width:60px;}
.derniere_reponse {width:180px;}

/*Pagination pour les sujets ayant beaucoup de réponses*/
.topic_pages {
	font-weight:bold;
}
.topic_pates strong {
	color:#000;
}
.topic_pages a {
	color: #34869e;
	font-weight:bold;
}
.topic_pages a:hover {
	text-decoration:underline;
	color:#ff0000;
}


/*Ajoute une petite espace en bas de chaque tableau, pour éviter que ce soit collé*/
.sticky {margin-bottom:10px;}
.normal {margin-bottom:5px;}

/* PAGE INTÉRIEUR DES SUJETS */

/*Cellule affichant le nom du posteur*/
.username {
	width: 140px;
	text-align:center;
	border-right: #fff 1px solid;
}
.username a {font-size:12px;}

/*Cellule affichant les infos du message et les boutons*/
.infos_posts {white-space:nowrap;}
.infos_posts ul
{
	list-style-type:none;
	width:100%;
	text-align:right;
}
.infos_posts ul li {display:inline;}
li.infos {
	float:left;
	line-height:18px;
}
/*Boutons des posts*/
li.btn_citer, li.btn_modifier, li.btn_effacer, li.btn_signaler, li.btn_remonter {
	text-align:center;
	height:20px;
	width:90px;
	float:right;
}
li.btn_citer {background:url('http://img5.japanimlive.fr/gfx/btn_citer.png') no-repeat top left;}
li.btn_modifier {background:url('http://img5.japanimlive.fr/gfx/btn_modifier.png') no-repeat top left;}
li.btn_effacer {background:url('http://img5.japanimlive.fr/gfx/btn_effacer.png') no-repeat top left;}
li.btn_signaler {background:url('http://img5.japanimlive.fr/gfx/btn_signaler.png') no-repeat top left;}
li.btn_remonter {background:url('http://img5.japanimlive.fr/gfx/btn_remonter.png') no-repeat top left;}
li.btn_citer a, li.btn_modifier a, li.btn_effacer a, li.btn_signaler a, li.btn_remonter a {
	color:#000 !important;
	line-height:18px;
	padding-left:10px;
}
li.btn_citer a:hover, li.btn_modifier a:hover, li.btn_effacer a:hover, li.btn_signaler a:hover, li.btn_remonter a:hover {color: #ff0000 !important;}

/*Cellule affichant les infos du profil du posteur*/
.utilisateur {border-right:#fff 1px solid; vertical-align:top;}
.utilisateur ul {list-style-type:none;}

/*Boutons du profil (Site Web et MP)*/
li.web, li.mp {
	text-align:center;
	height:22px;
	width:90px;
	margin-top:3px;
}
li.web { background:url('http://img5.japanimlive.fr/gfx/btn_siteweb.png') no-repeat top left;}
li.mp { background:url('http://img5.japanimlive.fr/gfx/btn_mp.png') no-repeat top left;}
li.web a, li.mp a {
	color:#000 !important;
	line-height:18px;
	padding-left:10px;
}
li.web a:hover, li.mp a:hover { color:#ff0000;}

/*Cellule contenant le message et la signature*/
.msg_contenu {
	vertical-align:top;
	background-color:#e0f5fb;
}
.message {
	font-size:12px;
	padding:5px;
}
.signature {
	border-top:1px #000 solid;
	margin-top:10px;
	padding:4px 8px;
}



/*Ajoute un espace en dessous du tableau pour ne pas que ce soit collé*/
.topic { margin-bottom:5px;}

/*Gros boutons - communs à viewforum et viewtopic*/
.bigmenu {
	height:24px;
}
.gros_boutons_sujets, .gros_boutons_posts {
	height:24px;
	float:left;
	list-style-type:none;
}
.gros_boutons_sujets {width:125px;}
.gros_boutons_posts {width:250px;}
.btn_nouveau, .btn_repondre {
	height:20px;
	width:125px;
	float:left;
	text-align:center;
}
.btn_nouveau {background:url('http://img6.japanimlive.fr/gfx/btn_nouveau.png') no-repeat top left;}
.btn_repondre {background:url('http://img6.japanimlive.fr/gfx/btn_repondre.png') no-repeat top left;}
.btn_nouveau a, .btn_repondre a {
	font-weight:bold;
	color:#000;
	line-height:18px;
	font-size:11px;
	padding-left:10px;
}
.btn_nouveau a:hover, .btn_repondre a:hover {color:#ff0000;}

/*Pagination - Commun à viewforum et viewtopic*/
.pagination {
	margin-left:260px;
	text-align:right;
	font-size:12px;
	line-height:18px;
}
.pagination strong {
	color:#000;
}
.pagination a {
	color: #34869e;
	font-weight:bold;
}
.pagination a:hover {
	text-decoration:underline;
	color:#ff0000;
}


/*Footer : partie du bas------------------*/
#footer_forum{
	float:left;
	width:1000px;
	color:#000; 
	font-size: 10px;
	margin-top:10px;
	padding-top:25px;
	padding-bottom:10px;
	background:#FFFFFF url("http://img6.japanimlive.fr/gfx/fond_contenu_bas_forum.png") top left no-repeat ;
	overflow:hidden;
}

#footer_forum p {text-align:center;}

#footer_forum p a {color:#000000;  font-weight:bold;}


/* Boutons */

.submit { font-weight:bold;
cursor:pointer;
background:transparent url("http://img6.japanimlive.fr/gfx/btn_resultat.gif") no-repeat; display:block;
margin:20px 0 50px 140px;
width:125px;
height:20px;
text-align:center;
font-size:11px;}

.editArea
{
	 text-align:center;
}

.msg_contenu ul, .msg_contenu ol
{
   padding-left: 20px;
}
