/*polices par defaut*/
.textefont10 {
    color: black;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    text-decoration: none}

.textefont12 {
    color: black;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    text-decoration: none}

/*-----------------------------------INDEX.PHP------------------------------*/
/*index.php : titre du forum*/
.listtitreforum{
    color:#990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    text-decoration: none}
.listtitreforum:hover{
    color:#ff0000;
    text-decoration:underline}	

/*---------------------------------INDEX_MSG.PHP------------------------------*/	
/*index_msg.php : le titre des sujets*/
.msgtitre{
    color:#990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    text-decoration:none}
.msgtitre:hover{
    color:#ff0000;
    text-decoration:underline}	
	
/*---------------------------------LECT_MSG.PHP------------------------------*/	
/*lect_msg.php : contenu 1*/
.msgcontenu1titre{
    color:#000000;
	background-color:#DDDCE2;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px}
.msgcontenu1{
    color:#000000;
    background-color:#F1F1F5;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px}

/*lect_msg.php : contenu 2*/	
.msgcontenu2titre{
    color:#000000;
	background-color:#DDDCE2;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px}
.msgcontenu2{
    color:#000000;
    background-color:#F1F1F5;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px}

/*lect_msg.php : ligne separatrice entre 2 réponses*/
.msgsepar{
    background-color:#C3C5CE;}
	
/*----------------------------------NV_MSG.PHP------------------------------*/	
/*nv_msg.php : boutons*/	
.bouton {
    FONT-SIZE: 11px;
    VERTICAL-ALIGN: middle;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif}

/*nv_msg.php : inputs*/
.textinput {
	FONT-SIZE: 11px;
    VERTICAL-ALIGN: middle;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif}
/*--------------------------INDEX.PHP & INDEX_MSG.PHP------------------------------*/	
/*index.php & index_msg.php : 1ère et 2eme colonnes*/
.listcontenu1{
    color:#474757;
    background-color:#ECECEC;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px}

/*index.php & index_msg.php : colonnes suivantes*/
.listcontenu2{
    color:#000000;
    background-color:#CCCCCC;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px}	
	
/*index.php & index_msg.php : police pour l'affichage du "nom"*/
.listhlnom{
    color: #9C0000}	

	

/*--------------------INDEX.PHP & INDEX_MSG.PHP & LECT_MSG.PHP-----------------------*/	
/*index.php & index_msg.php & lect_msg.php : barre de navigation et liens vers les forums pères*/
.lienshaut{
    color: #9A0910;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    text-decoration: none}
.lienshaut:hover{
    color: #ff0000;
	text-decoration:underline}
	
/*index.php & index_msg.php & lect_msg.php : barre du haut du tableau*/
.barrehaut{
    color: #ffffff;
    background-color:#5c63a6;
	background-image:url("../templates/temp/images/bg_menu.gif");
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    text-decoration: none}	
	
/*index.php & index_msg.php & lect_msg.php : barre du bas du tableau*/
.barrebas{
    color: #FFFFFF;
    background-color:#FFA528;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
	background-image:url("../templates/temp/images/bg_menu.gif");
    text-decoration: none}	
	
/*index.php & index_msg.php & lect_msg.php : couleur du cadre de 1px*/
.encadre{
    background-color:#6F83AA}

/*index.php & index_msg.php & lect_msg.php : couleur du fond (intercellule)*/
.intercellule{
    background-color:#FFFFFF}
	



