/*
	Feuille de style de
	la section des anciens.
	
	5 mai 2008
	Alexandre Lepage
	alex@difuzer.com
*/

.annee, .membre {
	border: 1px solid #c1c1c1;
	width: 60px;
	height: 80px;
	padding: 20px;
	padding-bottom: 0;
	float: left;
	text-align: center;
	background: url('/img/mortier.png') no-repeat center;
	margin: 5px;
}
.membre {
	background: none;
	width: 120px;
	height: 35px;
	padding: 0;
	text-align: left;
}
.membre a {
	display: block;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	width: 110px;
	text-align: center;
}
.membre a:hover {
	text-decoration: none;
}
.membre .img {
	width: 120px;
	text-align: center;
	position: absolute;
	visibility: hidden;
	border: 1px solid #000;
	padding: 5px;
	background: #ffff7f;
}
#profil_ancien {
	margin-left: 130px;
}
#profil_ancien td{
	width: 400px;
	padding: 3px;
	vertical-align: top;
}
#profil_ancien .left {
	width: 200px;
	text-align: right;
	font-weight: bold;
}

