h1, h1 a{color:#4A4A4A;}

/* ============================================================ */
/*   MENU LEFT																	                */
/* ============================================================ */

/* Colonne de gauche
-------------------------------------------------------*/
#left{	
	background-image: url('../../img/charte_2008/menu_default.png');
	background-position:left top;
	background-repeat:no-repeat;
	height:520px;
}

/* Menu
-------------------------------------------------------*/
ul#menu_left{
	padding: 0px 20px 0px 10px;
	margin:50px 0px 0px 0px;
	list-style: none;	
}
ul#menu_left a{
 display: block; 
 border-top: 1px solid white;
 text-decoration: none;
 color:#4A4A4A;
 font-weight:bold;
 background: transparent;
 padding:4px 0px 4px 0px;
}
ul#menu_left a:hover{
	background-color:#7795FF;
}
ul#menu_left a.on{
	background-color:#7795FF;
}

/* ============================================================ */
/*   CONTENU DES PAGES													                */
/* ============================================================ */

/* Liens utiles
-------------------------------------------------------*/
ul.liensUtiles{
	list-style:none;
	padding:0px 5px 0px 15px;
	margin:0px;	
}

/* Membres du CA
-------------------------------------------------------*/
#membresCa{
	margin:10px 0px 10px 0px;
}
#membresCa table{	
	margin:auto;
	padding:0px;
}
#membresCa table td{	
	padding:3px;
	margin:0px;	
	vertical-align:middle;
	border:1px solid #bbbbbb;
}
#membresCa table td img{
	padding:2px;
}

/* Vos interlocuteurs
-------------------------------------------------------*/
#interlocuteurs{
	text-align:center;
}
#interlocuteurs table{	
	margin:auto;
	padding:0px;
}
#interlocuteurs table th{
	width:130px;	
	padding:3px;
	background-color:#ddddee;
	vertical-align:middle;
}
#interlocuteurs table td{
	width:120px;
	height:110px;
	padding:3px;
	margin:0px;	
	vertical-align:middle;
	font-size:10px;
	line-height:10px;
	background-color:#ddeeee;
}
#interlocuteurs table td.vide{
	background-color:transparent;
}
#interlocuteurs table td img{
	padding:2px;
}