/* Style des lignes de séparation */
.table-separateur {
  	background-color : #FB840E;
}

.table_conteneur {
	width:95%;
	_width:65%;
	border:0;
}

.table {
  	font-size : 11px;
  	text-align : center;
}

.table_membres {
  	font-size : 11px;
  	text-align : left;
}

.table_plan {
  	font-size : 14px;
	color:#FFFFFF;
  	text-align : left;
	width:95%;
	_width:66%;
}

.table_plan h2 {
  	font-size : 16px;
	font-weight:bold;
	color:#FFFFFF;
}

.table_plan ul
{
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}

.table_plan li { 
	margin: 0 0 0 20px; 
}

.table_tabul {
 margin: 10px 20px;
 }

/* Style des en-têtes du tableau */
.table-entete, .table-titre {
  	font-weight : bold;
  	color : #FFFFFF;
  	background-color : #FB840E;
}

/* Style des cellules de ligne impaire*/
.table-ligne-impaire {
  	background-color : #FFF6A5;
}

/* Style des cellules de ligne impaire pour la colonne de gauche*/
.table-ligne-impaire-g {
  	text-align : left;
	background-color : #FFF6A5;
}

/* Style des cellules de ligne paire*/
.table-ligne-paire {
  	/*background-color : #F2B076;*/
	background-color : #FFE7CF;
}

/* Style des cellules de ligne paire pour la colonne de gauche*/
.table-ligne-paire-g {
  	text-align : left;
	background-color : #FFE7CF;
}

A.table:link{
	text-decoration: none; 
	color: #0A50A1;
	margin-bottom:20px;
}

A.table:visited {
	text-decoration: none; 
	color: #0A50A1;
}
A.table:active {
	text-decoration: none; 
	color: #FB840E;
}

A.table:hover {
	text-decoration: underline; 
	color: #FB840E;
}