/*
forum.css


Modifié le 22/06/2008

Par Xavier

*/


/* Styles communs aux MP / Forums */


.titre_forum /* On réduit la marge du titre de la page pour les MP et forums, afin de gagner de l'espace */
{
	margin-bottom:10px;
}

h2 /* Sous-titre du sujet */
{
	text-align:center;
	font-family:Arial, Times, "Times New Roman", serif;
	margin-bottom:5px;
}

.sous_titre
{
	font-size:0.8em;
}

.liste_messages .message
{
	padding:5px;
}

.cellule_centre
{
	text-align:center;
}

legend
{
	color: #2C485C;
	font-weight: bold;
	font-family: arial, times, 'Times new roman', serif;
}

.send
{
	text-align:center;
}


/* Les MP */




.membre_mp, .membre_parti_mp, .moderateur_mp
{
	font-size:0.9em;
}

.moderateur_mp
{
	font-style:italic;
	cursor:help;
}

.membre_parti_mp
{
	text-decoration:line-through;
	cursor:help;
}

.envoyer_mp
{
	text-align:center;
}

#envoi_nv_mp label
{
	clear:left;
	float:left;
	width:112px;
	text-align:right;
}

#envoi_nv_mp #titre, #envoi_nv_mp #titre2, #envoi_nv_mp #mbr
{
	margin-left:10px;
} 

.liste_mbr_mp
{
	float:right;
	margin-right:10px;
	margin-bottom:30px;
	width: 120px;
	border:2px outset #2C485C;
}

.formulaire_decale
{
	margin-left:150px;
}

.bulle_aide
{
	cursor:help;
}

.btn_supprimer_msg
{
	text-align:right;
	margin-top:10px;
}

#mbr1 /* La zone de texte pour 1 destinataire */
{
	width:250px;
}

#mbr2 /* La zone de texte pour de multiples destinataires */
{
	width:250px;
	height:100px;
}

.liste_membres_nv_mp
{
	left:127px;
	top:5px;
}

.liste_membres_ajouter_mbr
{
	left:53px;
}

/* Forums */


.saut_forum
{
	text-align:right;
}

.aucun_sujet, .pas_de_message
{
	text-align:center;
	font-size:1.3em;
	border:1px solid #A3C0D5;
	background-color:#E9F0F5;
}

.dernier_msg
{
	font-family: Verdana;
	font-size:0.7em; 	   
	font-style: italic;
	padding: 2px 2px 2px 5px;
}		   

.dernier_msg a {
  font-style: normal;
}

.message_edite
{
	margin-top:15px;
	padding-left:30px;
	font-style:italic;
	font-size:0.8em;
	clear: both;
}

.reprise_dernier_message
{
	text-indent:20px;
	font-size:1.1em;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:20px;
}

.page_on
{
	color:red;
}

.retour_forum
{
	text-align:center;
}

.description_forum
{
	font-size:0.8em;
}

#derniers_msg
{
	width:95%;
	margin:auto;
	height:700px;
	border:1px dashed #2C485C;
	padding:5px;
	padding-bottom:10px;
	overflow:auto;
}

.cats_colonne_flag{width:4%;}
.cats_colonne_sujets, .cats_colonne_reponses, .cats_colonne_connectes{width:8%;}
.cats_colonne_dernier_msg{width:15%;}


.forum_colonne_flag{width:4%;}
.forum_colonne_page{width:6%;}
.forum_colonne_createur{width:9%;}
.forum_colonne_reponses, .forum_colonne_lectures{width:4%;}
.forum_colonne_dernier_msg{width:18%;}

.thread_colonne_auteur{width:125px;;}

#rep_rapide
{
	text-align: center;
	border:none;
}
#rep_rapide textarea
{
	width:50%;
	height:100px;
}
.reponse_ajout_sujet
{
	text-align:right;
}
.options_forum
{
	border:1px solid #A3C0D5;
	background-color:#E9F0F5;
	margin-bottom:10px;
}

.sujet_resolu
{
	background-color:#CBFCB2;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:20px;
	width:98%;
	margin:auto;
}

h3.ajt_msg  /*Titre "ajout d'un nouveau message dans le forum" */
{

	

	
	border: 1px solid #D2EBF6;

	display:block;

	text-decoration:none;

	font-variant:normal;

	font-size:1.3em;

	margin:0px;

	text-indent:20px;

	padding:3px;

	font-family:Arial, 'Times New Roman', Times, serif;

	color: #299ede;

	background: #EBFBD5 url('../images/header_ajt_msg.png') no-repeat;
	
}
	