/*
tableaux_messages.css
------------------		Par mougeat

Créé le 04 novembre 2007


Description : feuille de style contenant la présentation
des tableaux utilisés dans tous les messages du site.


*/

/* Tableau listant les messages des visiteurs
Cela comprend le forum, les MP, les commentaires de news, de tutos etc. */

.tableau_messages{
	width: 100%;
	margin:auto;
	
}
.liste_messages
{
	width: 100%;
	margin:auto;
	overflow:hidden;
	margin-top:10px;
	border-collapse: collapse;
	border:1px solid #2C485C;
}

.liste_messages thead td, .liste_messages tfoot td
{
	background-color:#E9F0F5;
}

.liste_messages thead th
{
	text-align:center;
	background:url('../../../image/kit_graph/5/header.png') repeat-x;
}

.liste_messages tbody
{
	border-bottom:1px solid #2C485C;
	border-top:1px solid #2C485C;
	background-color:#E9F0F5;
}

.liste_messages th
{
	border-left:1px solid #2C485C;
	border-right:1px solid #2C485C;
}

.liste_messages td
{
	border:1px solid #2C485C;
	padding-left:2px;
	padding-right:2px;
	vertical-align:top;
}

.pseudo_membre, .dates
{
	font-size:0.9em;
}

.header_pseudo_cmt
{
	width:130px;
}

.liste_messages .header_message td
{
	background-color: rgb(210, 221, 229);
}

.signature
{
	margin-top:20px;
	clear: both;
	height: 100px;
	max-width: 450px;
	overflow: hidden;
	font-size:0.8em;
}

.signature hr
{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.message
{
	vertical-align:top;
}

.boite_message /* Emp?che les grandes images d'agrandir la fen?tre */
{
	width:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.infos_membre
{
	vertical-align:top;
	font-size:0.8em;
}


/* Tableaux listant les cat?gories
A savoir : liste des forums, liste des cat?gories de tutos etc */


.liste_cat {
	border:1px solid #A3C0D5;
	border-collapse:collapse;
	margin:auto;
	width:110%;
	margin-bottom:10px;
}
	  
.liste_cat th {
  	height: 26px;		   
	background-color: #FBFCFD;
	background-image: url('../../../image/kit_graph/5/header.png');
	background-repeat: repeat-x;
	color : #A3C0D5;
	font-family: Tahoma, Verdana, serif;
	font-size: 12px;
}

.liste_cat tfoot td, .liste_cat thead td {
	padding: 2px;
	border:1px solid #A3C0D5;
	background-color: #E9F0F5;
}

.grosse_cat td {
	background-color: #A3C0D5;
	color : #FFFFFF;
	font-weight: bold;	 
	padding-left: 5px;
}

.grosse_cat a {
  text-decoration: none;
  color : #FFFFFF;		
  font-family: Tahoma, Verdana, serif;
  font-size: 13px;
}

.grosse_cat a:hover {
  text-decoration: underline;
}

.grosse_cat {	
	font-weight:bold;
}

.grosse_cat .nom_forum {
	letter-spacing:2px;
}

.espace_postit td
{
	height:25px;
}
.sous_cat  {
	text-align:center;
}

.sous_cat td {
	text-align:center;
	background-color:#E9F0F5;  	 
	color: #333333;
	border: 1px dashed #FFFFFF;
	vertical-align:middle;
}

.sous_cat a {
    text-decoration: none;
    color: #5D90B5;
} 

.sous_cat a:hover {
    text-decoration: underline;
}

.sous_cat .dernier_msg {
    border-right: 1px solid #A3C0D5;
}  

.sous_cat .puce {
	border-left: 1px solid #A3C0D5;
}

.centre { text-align: center; }


