/* Les tableaux du memento */

.memento_table  {
	vertical-align: middle;
	text-align: center;
	margin-left: -16px; /* correction du margin-left 13px; appliqué a tout le site  (centrage pour IE) */
}

/* Correction du margin pour firfox */
html>body .memento_table {
	margin-left: -8px; /* correction du margin-left 13px; appliqué a tout le site  (centrage pour FireFox) */
}

/* L'intitulé des champs */
.memento_table th {
	font-size: 10px;
}

/* Le type */
.memento_table .tableau_colonne_type_on {
	width: 15%;
	background-color: #E9E5DC;
	color: #666666;
	padding-left: 10px;
}

.memento_table .tableau_colonne_type_off {
	width: 15%;
	vertical-align: middle;
	color: #666666;
	padding-left: 10px;
}

/* Le code ou Ref */
.memento_table .tableau_colonne_ref_on {
	width: 25%;
	background-color: #E9E5DC;
	
	color: #666666;
	padding-left: 10px;
}

.memento_table .tableau_colonne_ref_off {
	width: 25%;
	vertical-align: middle;
	color: #666666;
	padding-left: 10px;
}

/* L'intiulé */
.memento_table .tableau_colonne_titre_on {
	width: 55%;
	background-color: #E9E5DC;
	
	color: #666666;
	padding-left: 10px;
}

.memento_table .tableau_colonne_titre_off {
	width: 55%;
	vertical-align: middle;
	color: #666666;
	padding-left: 10px;
}

/* L'action */
.memento_table .tableau_colonne_action_on {
	width: 5%;
	height: 13px;
	vertical-align: middle;
	background-color: #E9E5DC;
}

.memento_table .tableau_colonne_action_off {
	width: 5%;
	height: 13px;
	vertical-align: middle;
}

/* Style pour la 2eme NavBarre : Accueil > Ma sélection */
#header_BlocLiensNavigation_Div {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	display: block;
	height: 10px;
}

*#header_BlocLiensNavigation_NavLink  	{
	position: absolute;
	font-size:9px;
	color: #998573;
}
*#header_BlocLiensNavigation_NavLink  a	{
	color: #279FBC;
	text-decoration:none;
}
*#header_BlocLiensNavigation_NavLink  a:hover	{
	color: #279FBC;
	text-decoration: underline;
}

*#header_BlocLiensNavigation_Back {
	position: absolute;
	padding-left: 455px;
}
