	
	html , BODY
	{
	
	/*Dimension*/
	margin:0 auto;
	text-align:center;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	/*Background*/

	
	/*border*/


	/*Police et couleur text*/

	
	}
#conteneur_index_forum
{
	width:450px;
	float:left;
	margin-left:20px;
}


#head_index_forum
{
	width:450px;
	height:21px;
	float: left;
	background:url(../../theme/forum/head_index.jpg) no-repeat top left;
}

.contenu_sujet
{
	width:450px;
	height:21px;
	float:left;
	display:block;
	text-align:center;
	background:url(../../theme/forum/contenu_index.jpg) no-repeat top left;
}
.message
{
	width:150px;
	height:21px;
	float:left;
	display:block;
}
.auteur
{
	width:100px;
	height:21px;
	float:left;
	display:block;
}
.reponse
{
	width:75px;
	height:21px;
	float:left;
	display:block;
}
.vues
{
	width:60px;
	height:21px;
	float:left;
	display:block;
}
.post
{
	width:65px;
	height:21px;
	float:left;
	display:block;
}
/* affichage des messages déjà ecrits */
.msg_gold_book
{
		width:438px;
		margin-top:5px;
		margin-bottom:5px;
		margin-left:20px;
		text-align:center;
		float:left;	
}
.msg_humeur
{
		width:100px;
		height:60px;
		display:block;
		float:left;
}
.msg_text
{
		width:338px;
		display:block;
		text-align:center;
		float:right;
}
.msg_text .msg_text_contenu
{
		width:338px;
		display:block;
		text-align:left;
		float:left;
}
.msg_text .msg_text_date
{
		width:150px;
		display:block;
		text-align:right;
		color:#ababab;
		float:right;
}
.msg_bottom
{
		width:438px;
		height:10px;
		display:block;
		float:left;
		background: url("../../theme/gold_book_msg_bottom.jpg") no-repeat;
}
/* module de tri */
#tri_top
{
		width:438px;
		height:20px;
		display:block;
		margin-top:5px;
		margin-left:20px;
		padding-top:4px;
		font-size:12px;
		text-align:center;
		float:left;		
		background: url("../../theme/forum/forum_tri_top.jpg") no-repeat;

}
#tri_bottom
{
		width:438px;
		height:24px;
		display:block;
		margin-top:5px;
		margin-left:20px;
		font-size:12px;
		text-align:center;
		float:left;		
		background: url("../../theme/forum/forum_tri_bottom.jpg") no-repeat;

}
	/*/////////////////////////////////////
		    Le Header
/////////////////////////////////////*/
#top{
	background:url(../../theme/top.png) no-repeat transparent top center;
	margin:50px 0 40px 0;
	height:50px;
	font-size:24px;
	line-height:55px;
	color:#FFF;
	text-align:center;
}
#top .petit{
	font-size:14px;
}
	/*------------------------------------------------------------------------------*/
/* MENU ET SES SOUS ENSEMBLES												 	*/
/*																				*/
/*																				*/
/*------------------------------------------------------------------------------*/
#menu, #menu ul /* Liste */     
{

	/*Position*/
    margin : 0; /* ni extérieure */
	
	/*Dimension*/
	
	/*Background*/

	
	/*border*/
	padding : 0; /* pas de marge intérieure */

	/*Police et couleur text*/
    list-style : none; /* on supprime le style par défaut de la liste */
    

}


#menu /* Ensemble du menu */
{
	background:url(../../theme/contenu_h.png) no-repeat bottom left;
	height:44px;
	padding-left:25px;
	/*border*/
	
}

#menu ul li /* Éléments des listes */      
{ 
	/*Position*/
	float : left; /* alignement flottant gauche */
	position:relative; 
	/*Dimension*/

	
	/*Background*/

	
	/*border*/


	/*Police et couleur text*/
        
}

#menu ul ul {position: absolute; top: 32px; left: 0px; display:none}

#menu ul.niveau1 li.sousmenu:hover ul.niveau2 {display:block;}

#menu ul.niveau2 li a /* Contenu des listes */
{
	height:32px;
	width:80px;
	font-size:14px;
	line-height:32px;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#000;
	background-repeat:no-repeat;
	background-position:top left;
		
}

#menu ul.niveau2 li a#menu:hover /* Contenu des listes */
{
	
	/*Background*/
    background-image : url(../../Menu/hover.png);    

}

#menu ul li a /* Contenu des listes */
{
	height:32px;
	width:80px;
	font-size:14px;
	line-height:32px;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	background-repeat:no-repeat;
	background-position:top left;
		
}
/* Les différentes couleurs des menu */
#menu ul li a.jaune{
	background-image:url(../../theme/btn_jaune.png);
}
#menu ul li a.bleu{
	background-image:url(../../theme/btn_bleu.png);
}
#menu ul li a.vert{
	background-image:url(../../theme/btn_vert.png);
}
#menu ul li a.rouge{
	background-image:url(../../theme/btn_rouge.png);
}
#menu ul li a.marron{
	background-image:url(../../theme/btn_marron.png);
}
#menu ul li a.violet{
	background-image:url(../../theme/btn_violet.png);
}
#menu ul li a.cyan{
	background-image:url(../../theme/btn_cyan.png);
}
#menu ul li a.rose{
	background-image:url(../../theme/btn_rose.png);
}
#menu ul li a.orange{
	background-image:url(../../theme/btn_orange.png);
}


#menu ul li a:hover{
	height:32px;
	width:80px;
	line-height:32px;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	background-repeat:no-repeat;
	background-position:bottom left;
}

/*/////////////////////////////////////
		    Le conteneur
/////////////////////////////////////*/
#conteneur{

	width:538px;

	margin:0 auto;
	padding:0;
	
	}
	
/*/////////////////////////////////////
		    Le contenu
/////////////////////////////////////*/
#contenu{
		background:url(../../theme/contenu.png) repeat-y right;
		padding:0 20px;
	/height:1%;
	text-align:left;
}



.status
{  
	border: hidden; 
	border: 0;
	width:90%;
	background-color:white;
}


/*/////////////////////////////////////
		    Le footer
/////////////////////////////////////*/
#bas{
	margin:0 auto;
	padding:0 20px ;
	background:url(../../theme/bas.png) no-repeat;
	width:517px;
	height:25px;
	color:#FFF;
	line-height:25px;
}
#bas a{
	font-weight:bold;
	color:#CCC;
}
#bas a:hover{
	font-weight:bold;
	color:#FFF;
}


.lf_menu {
	text-align:left;
	margin:0;
	padding:0;
}
.lf_menu li {
	display:inline;
	text-align:left;
	font: 10pt/12pt verdana, tahoma, sans-serif;
}
.lf_menu li:after {
	content:" |";
}

/* En-tête du tableau de la liste des messages */
.lf_messages_list th {
	background-color:green;
	color:bark;
	font-size:10pt;
	text-align:left;
}

/* liste des messages : liens */
.lf_messages_list td  a {
	font-size:10pt;
	font-face:verdana;
}

/* nombre de réponses à un message */
.lf_messages_list td .lf_nb_response {
	font-size:9pt;
	font-face:verdana;
	color:#B75309;
}

.lf_messages_list {
	width:100%;
	text-align:left;
}
/* email de l'auteur d'un message : renommer */
.lf_messages_list .m9 {
	font-size:10pt;
	font-face:verdana;
	margin-left:1em;
	height:24px;
	width:180px;
}

.lf_messages_list .m9_date {
	font-size:10pt;
}

/* boite de recherche */
.lf_box_arc_search {
	font-size:10pt;
	text-align:right;
}

/* lecture d'un thread */
.lf_view_head_message {
	color:white;
	font-size:10pt;
	font-face:verdana;
}
.lf_view_message_infos {
	text-align:left;
	font-size:9pt;
}
.lf_view_head_message span{
	font-size:8pt;
}

/* Copyright et temps de génération*/
.lf_copyright , .lf_elapsed_time{
	font-face:verdana;
	font-size:8pt;
	text-align:center;
}

.lf_form_add_response
{
text-align:center;
margin-top:5px;
width:90%;
margin-left:10px;
margin-right:10px;
margin-top:0;
padding:10px;
background-color:#94ec94;

}

.status
{  
	border: hidden; 
	border: 0;
	width:90%;
	background-color:white;
}

	/*
	A.lien, A.lien:visited {
position: relative; color: #949494; font-size: 8pt; font-family: verdana; font-weight: bold; text-decoration: none; width:80px;
background-color:yellow;
margin:10px;
padding-left:25px;
padding-right:25px;
}

A.lien:hover {
color: #000000; background-color:dark;
}

A.clike, A.clike:visited, A.clike:hover, A.clike:active {
position: relative; color: #FFFFFF; font-size: 8pt; font-family: verdana; font-weight: bold; text-decoration: none;
width:1200px;
background-color:darkblue;
margin:0;
padding-left:30px;
padding-right:30px;
}

	UL 
	{
	margin : auto;
	list-style-type:none;
	text-transform: uppercase;

	}
	
	LI
	{
	display:block;
	float:left; 
	text-align:center;	
	}
	
	A.button
	{
	border:2px solid;
	border-color:#DCDCDC #696969 #696969 #DCDCDC;
	display:block;
	color:black;
	font-weight:bold;
	font-size:20px;
	width:auto;
	height:auto;
	text-decoration:none;
	-moz-border-radius : 10px 10px 10px 10px;
	
	}
*/