/***********************************
*		    post.css
*	Page de listing des posts
************************************/


/********************************************************************************************************
**  CI DESSOUS : Tout ce qui correspond au tableau d'arborescence + logos post et pagination       ******
*********************************************************************************************************/
/***************************** haut du tableau (nouveau | arbo | pg) ***********************************/
.table_info_global{
	font-weight:bold; color:#666666; width:810px; margin:auto; }
.table_info_nomdupost_nonresolu, .table_info_nomdupost_resolu{
	border:1px solid #7ba5bd; background-color:white; padding-top:6px; padding-left:15px; border-bottom:none;  }
.table_info_nomdupost_resolu{
	border-right:none; }
.table_carregauche_visiteurs{
	background-color:white; border-bottom:1px solid #7ba5bd; border-left:1px solid #7ba5bd; width:10px;}
	
	
.table_info_pagination{
	padding:0px; border:0px; width:180px; font-size:11px;}
	
	/***************************** Topic résolu ***********************************/
	.table_td_resolu{
		vertical-align:top; width:500px; background-color:white; padding:0px; margin:0px; border:1px solid #7ba5bd; border-left:none; 
		 border-bottom:none; }	
	.div_resolu{
		width:300px; height:28px; padding-top:1px; margin-left:200px; text-align:left; border-left:1px solid #b3b492; border-bottom:1px solid #b3b492; 
		padding-left:20px; background-color:#f8fac8;}
	.td_interne_resolu{
		vertical-align:top;  width:200px; color:#309301;}
	.div_interne_resolu{
		border-bottom:1px solid #309301;}
/***************************** logo réponse etc... ***********************************/
.td_logo_post{
	border-bottom:1px solid #7ba5bd; background-color:white; border-left:1px solid #7ba5bd; padding-left:10px;}
.td_arbor{
	padding:10px; background-color:white; border-bottom:1px solid #7ba5bd; border-right:1px solid #7ba5bd;}

/***************************** milieu du tableau (Auteur | Post) ***********************************/
.td_interne_reponse{
	padding-top:12px;}
	.table_sondage{
		 margin:auto; }
	.table_posts{
		width:800px; border:1px #7BA5BD solid;}
	.categorie_auteur, .categorie_msg{
		text-align:center; border-top:1px solid white; height:30px; color:#587ea5; font-size:11px; font-weight:bold;
		background-image:url('../design/haut_tableau_degrade_PP_sansbordertop.PNG'); 
		vertical-align:top; text-align:center; }
	.categorie_auteur{
		}
	.categorie_msg{
		border-left:1px solid white; }
/***************************** fin du tableau logo réponses pagination... ***********************************/
.div_sujet_resou_bas{
	width:450px; height:28px; padding-top:1px; margin-left:30px; text-align:left; border-left:1px solid #b3b492; 
	border-bottom:1px solid #b3b492; border-right:1px solid #b3b492; padding-left:15px; background-color:#f8fac8;}
.td_arbo_bas{
	padding:10px;  border-left:none; border-right:none; }


/***************************** tableau qui contient l'avatar... ***********************************/
.div_entour_tabav{
	width:140px; text-align:center; }
.tabav{ 
	margin:auto; border:0px; }
.tabav_topleft{
	width:4px; background-image:URL('../../img/design/avatartable_haut_gauche.PNG'); }
.tabav_topmid{
	background-image:URL('../../img/design/avatartable_haut.PNG'); }
.tabav_topright{
	width:4px; background-image:URL('../../img/design/avatartable_haut_droit.PNG'); }
	
.tabav_midleft{ 
	width:4px; background-image:URL('../../img/design/avatartable_milieu_gauche.PNG'); }
.tabav_centre{
	margin:0px; padding:0px; }
.tabav_midright{ 
	width:4px; background-image:URL('../../img/design/avatartable_milieu_droit.PNG'); }

.tabav_botleft{
	width:4px; background-image:URL('../../img/design/avatartable_bas_gauche.PNG'); height:6px; }
.tabav_botmid{
	background-image:URL('../../img/design/avatartable_bas.PNG'); height:6px; }
.tabav_botright{
	width:4px; background-image:URL('../../img/design/avatartable_bas_droit.PNG'); height:6px; }
	

/***************************** table réponse rapide ***********************************/
.table_reprapide{
	width:100%;  }
.td_titre_reprapide{
	padding-left:8px; height:21px; background-image:URL('../design/haut_tableau_degrade_PP_small.PNG'); font-size:11px; 
	letter-spacing:3px;color:#587ea5; }

.table_bas_global{
	background-color:white; border:1px solid #7ba5bd; width:99%; margin:auto; margin-top:15px; padding-bottom:10px;}	

/***************************** style de la case auteur ***********************************/
.auteur{
	padding-top:15px; color:black; font-style: normal; text-decoration: none; font-size:10px; width:140px; text-align:center; 
	background-color:#e8ecf4; }

