@charset "utf-8";
/* CSS Document */
/* CALENDRIER */
a.imprimer {
	display:block;
	width:100%;
	text-align:right;
	margin-bottom:32px;
	font-weight:bold;
	text-decoration:none;
	}
th, td {
	padding:10px 8px;
	font-weight:bold;
	vertical-align:top;
	}
th {
	text-transform:uppercase;
	text-align:left;
	color:#fff;
	}
th.societe {
	background:#c0d13e url(../medias/membres-tab-th-societe-fond.gif) top left no-repeat;
	width:225px;
	}

th.logo {
	background-color:#aebc41;
	width:140px;
	}
th.fonction {
	background:#a0ae35 url(../medias/membres-tab-th-fonction-fond.gif) top right no-repeat;
	width:248px;
	}
	
.listeAlpha{
	color:#c0d13e;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}
.listeAlpha a{
	color:#c0d13e;
	font-weight:bold;
	margin-left:16px;
	text-decoration:none;
}

td.logo{
	text-align:center;
}

.pageSuivante{
	font-weight:bold;
	color:#c0d13e;
}

.pageSuivante a{
	text-decoration:none;
}



