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

Créé le 11 Mai 2005


Description : feuille de style des listes de membres

Modifié par Xavier le 28/09/2007
*/

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:red;
}
.membre_online_profil
{
	color:blue;
}

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

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

.avertissement
{
	color:red;
}

.avatar
{
	margin-left:40px;
}

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

.photo
{
	text-align: center;
}

.inscription_obligatoire
{
	font-weight:bold;
	color:red;
}

.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:red;
}

.liste_pages
{
	background:url('../images/header.png') repeat-x;
}

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

#resume_membre th
{
	background:url('../images/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:white;
	text-align:justify;
}

.groupes_team
{
	text-align:center;
}

.regles_bien { color:green; }
.regles_mal { color:red; }

#corps label.label_cote
{
	float:left;
	width: 120px;
	margin-right: 8px;
	text-align: right;
	font-weight: bold;
}

fieldset
{
	margin-bottom:20px;
	padding: 5px;
	padding-bottom: 20px;
}

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