html
{
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgb(182,218,239); /*  rgb(182,218,239); rgb(148,205,221); rgb(26,92,138); */
	background-image: url("../../../images/degrade_banniere.png");
	background-repeat: repeat-x;
}


p
{
   padding: 4px;
   line-height: 23px;
}

q
{
   font-size: 14px;
   padding: 4px;
   line-height: 20px;
   font-style: italic;
}

ul
{
   font-size: 14px;
}

fieldset
{
	background-color: rgb(241,241,247);
}

a
{
   	font-family: "Trebuchet MS", serif;
   	text-decoration: none;
}

a:hover
{
	color: #09F;
	text-decoration: none;
}

h3
{
	font-size: 22px;
	color: #F60;
	padding-left: 35px;
	padding-top: 5px;
	letter-spacing: 1px;
	word-spacing: 2px;
	background-repeat: no-repeat;
	background-position: left center;
}

.titreh3
{
	font-weight: bold;
	font-size: 22px;
	color: #F60;
	padding-left: 35px;
	padding-top: 5px;
	letter-spacing: 1px;
	word-spacing: 2px;
	background-repeat: no-repeat;
	background-position: left center;
}

.titreh5
{
	font-weight: bold;
	font-size: 18px;
	color: rgb(230,150,20);
	padding-left: 15px;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: left center;
}

.titreh6
{
	font-weight: bold;
	font-size: 14px;
	color: rgb(90,125,255);
	padding-left: 5px;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: left center;
}

h4
{
	font-size: 18px;
}

h5
{
	padding-left: 18px;
	font-size: 18px;
	color: rgb(230,150,20);
}

.page_erreur
{
   	font-family: "Trebuchet MS", serif;
	font-size: 24px;
	text-align: center;
	color: white;
}

.clearboth
{
   clear: both;
}

.dessous_droite
{
   clear: right;
}

.bbcode_boutons
{
	margin-right: 12px;
}

.gauche
{
	text-align: left;
}

.centre2
{
	text-align: center;
}

.droite
{
	text-align: right;
}

.justifie
{
	text-align: justify;
}

.sub
{
	font-size: 11px;
	vertical-align: bottom;
}

.sup
{
	font-size: 11px;
	vertical-align: top;
}

.flottant_gauche
{
	float: left;
	margin-right: 10px;
}

.flottant_droite
{
	float: right;
	margin-left: 10px;
}

.tpetit
{
	font-size: 9px;
}

.petit
{
	font-size: 12px;
}

.normal
{
	font-size: 14px;
}

.gros
{
	font-size: 18px;
}

.tgros
{
	font-size: 21px;
}

.white
{
   color: rgb(255,255,255);
}

.rouge
{
	color: rgb(237,28,36);
}

.bleu
{
	color: rgb(45,70,155);
}

.vert
{
	color: rgb(30,155,65);
}

.arial
{
   	font-family: Arial;
}

.times
{
	font-family: Times;
}

.georgia
{
	font-family: Georgia;
}

.impact
{
	font-family: Impact;
}

.quote
{
background-color : white;
margin-top: 2px;
margin-bottom: 2px;
border-width: 1px;
border-style: dashed;
font-family: "Trebuchet MS", serif;
}

.citation
{
background-color : white;
margin-top: 2px;
margin-bottom: 2px;
border-width: 1px;
border-style: dashed;
font-family: "Trebuchet MS", serif;
min-height: 15px;
}

.clignotant
{
	text-decoration: blink; /* texte clignotant, ne fonctionne pas sous IE */
}

.clear_right
{
   	clear: right;
}

.couleur_lien
{
	color: rgb(60,100,135);
}

.marginauto
{
	margin-left: auto; 
	margin-right: auto; 
}

.textarea_comm textarea
{
	width: 75%;
	margin: auto;
	display: block;
}



/* Formulaire alignes */

#formulaires_alignes label 
{
	display:block; /*La balise devient de type block*/
	width:200px;
	float:left;
	margin-right: 5px;
	text-align: right;
}



/* Les tableaux */

table
{
	border-collapse: collapse;
	margin: auto;
	margin-bottom: 4px;
}

th
{
   background-image: url("../../../images/degrade_pr_tableau.png");
   background-repeat: repeat-x;
   text-align: center;
   margin: auto;
   border: 1px solid rgb(105,105,105);
   background-color: rgb(78,127,182);
   color: white;
}

td
{
   border: 1px solid rgb(105,105,105);
   padding: 5px;
}



/* Tableaux de type 2 (profil) */

.tableau_type2 table
{
	margin-bottom: 4px;
	border: 1px solid rgb(180,180,180);
	width:99.9%;
}

.tableau_type2 .titre_bloc
{
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid rgb(180,180,180);
	text-align: center;
}

.titre_bloc_profil_width50
{ 
	width: 50%;
} 

.tableau_type2 th 
{ 
	background-color: rgb(243,250,223); 		
	border: 1px solid rgb(180,180,180);
	border-left: none;
	border-right: none;
}

.tableau_type2 td 
{ 
	border: 1px solid rgb(180,180,180);
	vertical-align:top;
	border-left: none;
} 

/* Tableaux de type 3 (gris et blanc) */

.tableau_type3 table
{
	margin-bottom: 4px;
	border: 1px solid rgb(105,105,105);
	width:99.9%;
}

.tableau_type3 .titre_bloc
{
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #696969;
	text-align: center;
}

.tableau_type3 .width50
{
	width: 49.9% /* Afin que les deux blocs soient de taille égales dans le profil */
}

.tableau_type3 th 
{ 
	background-image: none;
	background-color: rgb(230,230,230);
	border: none;	
	border-bottom: 1px solid rgb(105,105,105);
	text-align: center;
	color: black;
}

.tableau_type3 td 
{ 
	border: none; 
	border-bottom: 1px solid rgb(105,105,105);
	vertical-align: top;
	text-align: center;
	background-color: white;
} 


/* Tableaux de type 4 (forum) */

.tableau_type4 table
{
	background-color: rgb(237,224,213); 
	border: 1px solid rgb(180,180,180);
	width:99.9%;
}

.tableau_type4 .titre_bloc
{
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #696969;
	text-align: center;
}

.tableau_type4 th 
{ 
	background-color: rgb(243,250,223);
	border: 1px solid rgb(180,180,180);
	border-left: none;
	border-right: none;
}

.tableau_type4 td 
{ 
	border: 1px solid rgb(180,180,180);
	text-align: left; 
	vertical-align:top;
	border-left: none;
} 


.tableau_type4 .corps_message 
{ 
	background-color: rgb(236,240,244);
}

.tableau_type4 .message
{
   	line-height: 23px;
}

.signature_membre
{
	margin-top: 20px;
	padding: 5px;
	border-top: 1px dashed rgb(180,180,180);
} 

/* Tableaux de type 5 */

.tableau_type5 table
{
	margin-bottom: 4px;
	background-color: rgb(237,224,213); 
	border: 1px solid rgb(180,180,180);
	width:99.9%;
}

.tableau_type5 .titre_bloc
{
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #696969;
	text-align: center;
}

.tableau_type5 th 
{ 
	background-color: rgb(243,250,223); 		
	border: 1px solid rgb(180,180,180);
	border-left: none;
	border-right: none;
 }

.tableau_type5 td 
{ 
	border: 1px solid rgb(180,180,180);
	border-left: none;
	border-right: none; 
	background-color: rgb(236,237,243); 
	vertical-align:top;
} 

.width70
{ 
	width: 70%;
} 

.width60
{ 
	width: 60%;
} 

.width50
{ 
	width: 50%;
} 

.width20
{ 
	width: 20%;
} 

.width15
{ 
	width: 15%;
} 

.width10
{ 
	width: 10%;
} 

.imageflottante
{
   float: left;
}

.vertical_align_middle
{
   vertical-align: middle;
}

.smiley
{
   vertical-align: middle;
}

.centre
{
	text-align: center;
	color: #69F;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.admin
{
   font-size: 8px;
   text-align: center;
}

.icone
{
   vertical-align: middle;
   border: none;
}


/* page de présentation */

.infos_inscription
{
	background-color: rgb(255,255,205);
	color: rgb(30,30,30);
	border: 1px solid rgb(245,220,150);
	margin: 3px;
	text-align: center;
}

table.accueil
{
   border: none;
   margin-left: auto;
   margin-right: auto;
   width: 99.9%;
}

td.accueil_menu_gauche
{
   border: none;
   padding: 5px;
   padding-left: 10px;
   padding-right: 10px;
}

td.accueil_menu_droite
{
   width: 220px;
   border: none;
   vertical-align: top;
   padding: 5px;
   padding-left: 10px;
   padding-right: 10px;
}

.accueil_bloc_droit
{
   width: 220px;
   margin: auto;
}

.margin_auto
{
	margin : auto;
}

.bloc_accueil
{
	width: 99.9%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top: 25px;
}

.titre_bloc_accueil
{
	border-top: 6px solid rgb(255,215,0);
	background-color: rgb(216,228,250);
	height: 25px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	text-indent: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	color: black;
	padding-left: 5px;
	padding-top: 5px;
}

.texte_bloc_accueil
{
	padding-top: 4px;
	padding-left: 2px;
	font-size: 12px;
	text-align: left;
}

.bloc_accueil a:hover
{
	text-decoration: none;
	color: rgb(0,153,255);
}


.news
{
	width : 99.9%;
	margin : auto;
	border-bottom: 1px solid #696969;
	margin-bottom: 40px;
}

.titre_news
{
	font-size: 15px;
	padding-left: 40px;
	border-bottom: 1px dotted #696969;
	color: rgb(230,150,20);
}

.texte_news
{
	background-color: rgb(241,241,247);
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
}

.titre_news_annonce
{
	font-size: 15px;
	padding-left: 40px;
	border-bottom: 1px dotted #696969;
	color: rgb(180,35,20);
}

.texte_news_annonce
{
	background-color: rgb(255,250,230);
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
}

/* Articles */

.contenu_article
{
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	line-height: 23px;
	background-color: rgb(239,239,255);
}

.contenu_article ul
{
   	line-height: 23px;
}

.info_article_2
{
	padding: 5px;
}


.petit hr
{
   width: 20px;
}

.sondage
{
   border: 1px solid black;
   font-size: 11px;
}


/* Accueil sections */

table.section
{
   border: none;
   margin: auto;
   width: 99.9%;
}

td.section_gauche
{
   border: none;
   padding: 5px;
   padding-left: 20px;
}

td.section_droite
{
   text-align: right;
   border: none;
   padding: 5px;
   padding-right: 20px;
}

.sous_titre_section
{
   width: 85%;
   font-size: 15px;
   font-weight: bold;
   color: rgb(230,150,20);
   line-height: 9px;
   height: 18px;
   border-bottom: 1px solid rgb(70,70,70);
}

/* Barre tout en haut */

#barre_haute
{
	width: 100%;
	height: 23px;
	background-color: white;
	color: rgb(120,185,225);
	font-size: 12px;
	padding-top: 3px;
	padding-left: 15px;
	letter-spacing: 1px;
	word-spacing: 2px;
}

#barre_haute a
{
	color: rgb(80,165,215);
}

/*!!!!!!!!!!!*/
/* L'en-tête */
/*!!!!!!!!!!!*/

#en_tete
{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 168px;
	background-color: rgb(182,218,239);
	background-image: url("../../../images/degrade_banniere.png");
	background-repeat: repeat-x;
	padding-top: 25px;
}

#remonter_haut
{
	margin-top: 10px;
}

#onglets_sections
{
	width: 95%;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 35px;
	padding-right: 20px;
}

.onglets_sections_liens
{
	/* personnalisable */
}

.citations_haut
{
background-image: url("../../../images/cadre-citations.png");
	background-repeat: no-repeat;
	float: right;
	margin-top: 10px;
	margin-right: 50px;
	height: 110px;	
	width: 275px;
	font-family: "Trebuchet MS", serif;
	font-size: 12px;
	vertical-align: middle;
	padding: 8px;
	padding-right: 14px;
}


/* Le menu horizontal */

#menu_horizontal
{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	background-image: url("../../../images/menu.png");
	background-repeat: repeat-x;
	color: black;
	font-family: "Trebuchet MS", serif;
	border: 1px solid #696969;
	padding: 0px;
}

#menu_horizontal a
{
	color: #FFF;
	display: block;
	float: left;
	width: 100px;
	height: 27px;
	padding-top:2px;
	text-align: center;
	font-family: Arial, "Trebuchet MS", serif;
	font-size: 13px;
	line-height: 25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: rgb(255,200,25);
	border-left-color: rgb(255,200,25);
	letter-spacing: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

#menu_horizontal a:hover
{
	color:#F90;

}





/*!!!!!!!!!!!!!!!!!!!!!!!!*/
/* MENU VERTICAL A GAUCHE */
/*!!!!!!!!!!!!!!!!!!!!!!!!*/

#menu
{
	float: left;
	width: 210px;
	background-color: white;
	background-image: url("../../../images/top_body_2.png");
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-left: 10px;
}


/* Quelques effets sur les menus */

.haut
{
	border-top: 6px solid rgb(255,215,0);
	background-color: rgb(216,228,250);
	height: 25px;
	text-transform: uppercase;
	text-align: left;
	text-indent: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	color: black;
	padding-left: 5px;
	padding-top: 5px;
}

.contenu_du_menu
{
	background-color: white;
}

.element_menu
{
	color: black;
	font-family: "Trebuchet MS", serif;
	padding-right: 10px;
}

.element_menu a
{
	font-family: "Trebuchet MS", serif;
	font-size: 12px;
	color: rgb(60,100,135);
	letter-spacing: 1px;
	word-spacing: 2px;
}

.element_menu a:hover
{
	font-family: "Trebuchet MS", serif;
	color: #09F;
	text-decoration: none;
}

.element_menu h3
{    
   color: black;
   font-family: "Trebuchet MS", serif;
   text-align: center;
   font-size: 16px;
}

.element_menu ul
{
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	padding-bottom: 20px;
	list-style-type: none;
}

.element_menu li
{
	border-bottom: 1px solid rgb(223,230,236);
	padding-top: 4px;
	padding-bottom: 4px;
	color: #09F;
}

.element_menu li:hover
{
	font-family: "Trebuchet MS", serif;
	color: red;
	text-decoration: none;
}


.menu_sous_menu a
{
	padding-left: 20px;
	font-size: 10px;
}



/*!!!!!!!!!!!!!!!!!!*/
/* CORPS DE LA PAGE */
/*!!!!!!!!!!!!!!!!!!*/

#corps
{
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	color: black;
	font-family: "Trebuchet MS", serif;
	font-size: 14px;
	background-color: white;
	text-align: justify;
	background-image: url("../../../images/top_body_2.png");
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-right: 10px;
	border: 1px solid #696969;
	border-top: none;
}

#corps h1
{
   color: black;
   text-align: center;
   font-family: "Trebuchet MS", serif;
}

#corps h2
{
   height: 30px;
   
   padding-left: 30px;
   color: black;
   text-align: left;
}

#corps a
{
   color: rgb(60,100,135);
}

#corps a:hover 
{
	color: #09F;
	text-decoration: none;
}

/* Le pied de page */

#pied_de_page
{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	clear: both;
	text-align: center;
	color: black;
	font-family: "Trebuchet MS", serif;
	font-size: 11px;
	background-color: none; /* rgb(241,241,247); */
	/* border-top: 6px solid rgb(255,200,25); */
}

#pied_de_page a
{
	color: rgb(40,40,40);
}


/*!!!!!!!!!!!!!!!!*/
/* PAGE DES COURS */
/*!!!!!!!!!!!!!!!!*/

.colonne_1
{
	float: left;
	width: 32.3%;
	margin-left: 1%;
	padding: 0;
}

.colonne_2
{
	float: left;
	width: 32.3%;
	margin-left: 1%;
	padding: 0;
}

.colonne_3
{
	float: left;
	width: 32.3%;
	margin-left: 1%;
	padding: 0;
}

.rubrique
{
	background-color: rgb(241,241,247);
	margin-top: 10px;
	margin-bottom: 10px;
}

.rubrique a
{
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.rubrique ul
{
	margin: 0px;
	padding: 0px;
}

.rubrique li
{
	list-style: none;
	background-image: url(http://philosophie.philisto.fr/images/designs/images/puce_petite_bleu.png);
}

.rubrique_titre
{
	background-color: rgb(202,216,238);
	text-align: center;
	font-size: 14px;
	padding: 5px;
}

.rubrique_contenu
{
	padding: 5px;
	text-align: left;
}


/*!!!!!!!!!!!!!!!!*/
/* PAGE D'ACCUEIL */
/*!!!!!!!!!!!!!!!!*/

.colonne_4
{
	float: left;
	width: 48.5%;
	margin-left: 1%;
	padding: 0;
}

.colonne_5
{
	float: left;
	width: 48.5%;
	margin-left: 1%;
	padding: 0;
}

.rubrique_accueil
{
	background-color: rgb(241,241,247);
	margin-top: 10px;
	margin-bottom: 10px;
}

.rubrique_contenu_550h
{
	padding: 5px;
	text-align: left;
	height: 550px;
}

.rubrique_contenu_500h
{
	padding: 5px;
	text-align: left;
	height: 500px;
}

.rubrique_contenu_450h
{
	padding: 5px;
	text-align: left;
	height: 450px;
}

.rubrique_contenu_400h
{
	padding: 5px;
	text-align: left;
	height: 400px;
}

.rubrique_contenu_250h
{
	padding: 5px;
	text-align: left;
	height: 250px;
}

.billet_presentation
{
	background-color: rgb(247,247,251);
	border: 1px solid rgb(231,230,242);
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 5px;
}

.billet_titre
{
	color: rgb(60,100,135); /* rgb(145,175,220); */
	font-size: 16px;
	padding-top: 5px;
	padding-left: 20px;
	border-bottom: 1px solid rgb(236,236,244);
}

.billet_presentation p
{
	padding: 0;
}

/*!!!!!*/
/* QCM */
/*!!!!!*/

.qcm
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: rgb(241,241,247);
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;	
}

.qcm_ss_titre
{
	padding-top: 2px;
	padding-left: 12px;
	font-size: 11px;	
}

.qcm_res
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;	
}

.qcm_rep
{
	padding: 3px;
	background-color: rgb(241,241,247);
}

.qcm_res_juste
{
	background-color: rgb(215,240,210);
	padding: 3px;
}

.qcm_res_faux
{
	background-color: rgb(250,185,175);
	padding: 3px;
}


/*!!!!!!!!!!!*/
/* GLOSSAIRE */
/*!!!!!!!!!!!*/

.glossaire_bloc
{
	width: 80%;
	border: 1px solid rgb(202,216,238);
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;	
}

.glossaire_mot
{
	background-color: rgb(202,216,238);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;	
	padding-right: 5px;
}

.glossaire_definition
{
	background-color: rgb(241,241,247);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;	
	padding-right: 5px;
}


/*!!!!!!!!!!!!!!!!!!!!*/
/* PROFIL DES MEMBRES */
/*!!!!!!!!!!!!!!!!!!!!*/

.titre_bloc_profil
{
	background-color: rgb(202,216,238);
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #696969;
	text-align: center;
}

.texte_bloc_profil
{
	background-color: rgb(236,240,244);
}

.profil_profil_forum
{
	width: 49.9% /* Afin que les deux blocs soient de taille égales dans le profil */
	background-color: rgb(236,240,244);
}

.profil_contact
{
	width: 49.9% /* Idem */
	background-color: rgb(236,240,244);
}



/*!!!!!!!!!!!!!!*/
/* STATISTIQUES */
/*!!!!!!!!!!!!!!*/

.titre_bloc_stats
{
	background-color: rgb(202,216,238);
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #696969;
	text-align: center;
}

.texte_bloc_stats
{
	background-color: rgb(236,240,244);
}



/*!!!!!!!!!!*/
/* LE FORUM */
/*!!!!!!!!!!*/

img
{
	border: none;
}

.tableau_type4 img
{
	max-width: 600px;
}

/* Accueil du forum */

.image_forum
{
	width:5%;
}

.for_titre 
{ 
	width:50.9%; 
}

.for_nombresujets 
{ 
	width:7%; 
	text-align: center; 
}

.for_nombremessages 
{ 
	width:7%; 
	text-align: center; 
}

.for_derniermessage 
{ 
	width:30%; 
	text-align: center; 
}

/* Liste des topics dans un forum */

.image_topic
{
	width:4%;
}

.statut_topic
{
	width:4%;
}

.titre 
{ 
	width:44.9%; 
}

.auteur 
{ 
	width:7%; 
	text-align: center; 
}

.nombremessages 
{ 
	width:5%; 
	text-align: center; 
}

.nombrevu 
{ 
	width:5%; 
	text-align: center; 
}

.derniermessage 
{ 
	width:30%; 
	text-align: center; 
}


/* dernières visites */

.dv_pseudo
{
	width:25%; 
}

.dv_derniere_visite
{
	width:30%; 
	text-align: center; 
}

.dv_statut
{
	width:22.49%; 
	text-align: center; 
}

.dv_etat
{
	width:22.49%; 
	text-align: center; 
}





/*!!!!!!!!!!!!!!!!!!!*/
/* LISTE DES MEMBRES */
/*!!!!!!!!!!!!!!!!!!!*/

.lm_pseudo
{
	width:25%; 
}

.lm_sexe
{
	width:12%;
	text-align: center;  
}

.lm_siteweb
{
	width:12%; 
	text-align: center; 
}

.lm_inscrit
{
	width:20%;
	text-align: center; 	
}

.lm_statut
{
	width:18%; 
	text-align: center; 
}

.lm_posts
{
	width:12%; 
	text-align: center; 
}



/* .imge_categorie { width:3% }  */
/* .categorie { width:92%; background-color : rgb(184,219,237); } */

.stats_forum
{
	border: none;
	vertical-align: bottom;
	text-align: center;
	margin-right: 10px;
	height: 200px;
}





/*!!!!!!!!!!!!!!!!*/
/* SUJET DU FORUM */
/*!!!!!!!!!!!!!!!!*/

.haut_message
{
	background-color: rgb(202,216,238);
}

.pseudo_membre
{
	color: rgb(31,58,103);
}

.date
{
	color: rgb(31,58,103);
}

.vt_auteur
{
width:20%;
background-color : rgb(244,238,250);
}
.vt_mess
{
width:75%;
background-color : rgb(244,238,250);
}

.detail_membre
{
  	font-size: 12px;
	
}

/* Les MP */
.mp_titre { width:65%; }
.mp_expediteur { width:10%; }
.mp_time { width:20%; }

/* Sondages du forum */

.sondage_forum
{
font-size: 12px;
background-color: rgb(236,237,243); 
border: 1px solid rgb(105,105,105);
width: 75%;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 20px;
margin-left: auto; 
margin-right: auto; 
margin-top: 25px;
margin-bottom: 25px;
}	



/*!!!!!!!!!!!!!!!*/
/* UPLOAD IMAGES */
/*!!!!!!!!!!!!!!!*/

.upload_mes_images
{
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	width: 140px;
	height: 180px;
	background-color: rgb(236,237,243);
}






/*!!!!!!!!!!!!!!!!!!!!!!!*/
/* MENU EN ONGLETS ADMIN */
/*!!!!!!!!!!!!!!!!!!!!!!!*/

#onglets_admin li
{
    float : left;
    height : 23px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    width: 80px;
    background-color: rgb(174,225,238);;
    margin: 2px;
    border: 1px solid #9EA0A1;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;

}

#onglets_admin a
{
    display : block;
    color : rgb(40,40,40);
    text-decoration : none;
    padding : 4px;
}

#onglets_admin a:hover
{
    background-color : rgb(225,245,250);
    color: black;
    border-bottom : 1px solid rgb(225,245,250);
    text-decoration: none;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

#onglets_admin li.active
{
    background-color: rgb(225,245,250);
    color: black;
    border-bottom : 1px solid rgb(225,245,250);
}

#menuad_ong
{
	height: 26px;
        border-bottom : 1px solid #9EA0A1;
}


#onglets_admin
{
        border : none;
        padding : 0;
        font : bold 11px Batang, arial, serif;
        list-style-type : none;
}


/* Pop-up pour le consentement de recueil de cookies */
#Popup_RGPD
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 250px;
	padding-top: 20px;
	background-color: white;
}