/*
membres.css
-----------		Par M@teo21

Créé le 11 Mai 2005


Description : feuille de style des listes de membres

*/

label.label_cote /* Les labels sont placés sur une "colonne" à gauche  */
{
	width:180px;
	clear:left;
	float:left;
	text-align:right;
	margin-right:15px;
}

.tableau_team, .tableau_dernieres_visites, .tableau_membres
{
	width:40%;
}

.tableau_connectes
{
	width:90%;
}

.tableau_anniversaires
{
	width:30%;
}

#recherche
{
	margin-left:150px;
}

.avatar_profil
{
	margin-left:15px;
	margin-right:15px;
	float:left;
}

.photo_profil
{
	float: right;
	margin-left: 15px;
	margin-right: 15px;
}

.cleaner
{
	clear:both;
}

.membre_offline_profil
{
	color:#c72626;
}
.membre_online_profil
{
	color:#00ccff;
}

#pseudo_vld
{
	text-align: center;
	color: #c72626;
	font-size: 1.5em;
}

.options_membres
{
	list-style-type:none;
}
.options_membres li
{
	margin-bottom:3px;
}

.avertissement
{
	color:#c72626;
}

.avatar
{
	margin-left:40px;
}

.apercu_avatar
{
	float:left;
	margin:5px;
}

.photo
{
	text-align: center;
}

.inscription_obligatoire
{
	font-weight:bold;
	color:#c72626;
}

.inscription_facultative
{
	color:green;
}

#notepad_actuel
{
	border:1px solid black;
	width:80%;
	margin:auto;
	height:250px;
	overflow:auto;
	margin-bottom:35px;
	padding:3px;
	background-color:white;
}

.page_on
{
	color:#c71e1e;
}

.liste_cat .liste_pages, .liste_pages
{
	background:url('../../images/designs/1/news/fr/header.png') repeat-x;
}
/*Rajout*/
.liste_cat th {   
	background-image: url('../../images/designs/1/menu/header.png');
}
/*Fin rajout*/

#resume_membre
{
	width:40%;
	margin:auto;
	border-collapse:collapse;
	border:2px solid #2C485C;
}

#resume_membre th
{
	background:url('../../images/designs/1/menu/header.png') repeat-x;
	text-align:center;
	font-size:1.2em;
	color:#2C485C;
}

#resume_membre td
{
	background-color:#E9F0F5;
}

#resume_avatar
{
	width:110px;
	text-align:center;
	vertical-align:middle
}

.liste_membres_liste_zeros
{
	left:195px;
	margin-bottom:5px;
}

#regles_site
{
	width:80%;
	height:350px;
	margin:auto;
	margin-bottom:10px;
	padding:5px;
	overflow:auto;
	
	border:1px solid black;
	background-color:#175c98;
	text-align:justify;
}
#regles_site h1
{
color:#FFF;
text-decoration:underline;
}

.groupes_team
{
	text-align:center;
}

.regles_bien { color:#9bff9b; }
.regles_mal { color:#e3a4a4; }