	/*
		les styles utilises par le sommaire
		--------------------
		les styles alternes sont distingues par un "_1"
		la table du sommaire est composee de 2 colonnes,

		la premiere servant pour l'icone et/ou la marge de niveau (lvl)
		  donc les styles commenacant par "lvl" sont ceux de la colonne de gauche
		la seconde contient les titres/textes/liens etc

		suivant le graphisme des sites,
		il est possible de definir un border pour la table et rien pour chaque rubrique
		dans quel cas, ne pas oublier de definir la hauteur de "rubrique_last" a 0 (zero)
	*/

	/* modifie 16092003 */
table.sommaire {
	width: 90%;
	padding: 0px;
	margin: 10px 0 0 0;
}


	/* === definitions des rubriques : bloc et lien === */
td.rubrique,
td.rubrique_1 {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #036;
	text-align: left;
	padding: 3px 6px;
	width: 100%;
	background-color: #E0F0FF;
	border-color: #A6A48D;
	border-width: 0 0 0 0;
	border-style: solid solid none none;
}

td.rubrique_1 {
	background-color: #F0F7FF;
}

td.rubrique_lvl,
td.rubrique_lvl_1 {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #57564D;
	text-align: center;
	padding: 3px 3px;
	width: 18px;
	background-color: transparent;
	border-color: #A6A48D;
	border-width: 0 0 0 0;
	border-style: solid none none solid;
}

td.rubrique_lvl_1 {
	background-color: transparent;
}


	/* la derniere ligne du sommaire, juste pour fermer un cadre eventuel.
		pour n'afficher que les cotes et le bord inferieur,
		ET avoir les mm resultats sous ie et moz,
		le fond doit avoir la mm couleur que le cadre
		et une hauteur de 1px
	*/
td.rubrique_last,
td.rubrique_last_1 {
	font-size: 1px;
	height: 1px;
	line-height: 0px;
	background-color: transparent;
	border-color: #A6A48D;
	border-width: 0 0 0 0;
	border-style: none solid solid solid;
	padding: 0;
}

td.rubrique_last_1 {
	background-color: #F00;
}


a.rubrique {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	font-weight: nornal;
	color: #036;
	text-decoration: none;
	display: block;
}
a.rubrique:hover {
	color: #C60;
}




	/* === definitions des articles : titre, texte et lien === */
td.somm_article,
td.somm_article_1,
td.somm_articlesel,
td.somm_articlesel_1 {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: left;
	padding: 0px 6px 2px 18px;
	width: 100%;
	background-color: #E0F0FF;
	border-color: #8E8C78;
	border-width: 0 0 0 0;
	border-style: none solid none none;
	background-image: url(../img/img_common/titrart.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
}

td.somm_article_1,
td.somm_articlesel_1 {
	background-color: #F0F7FF;
}

td.somm_articlesel,
td.somm_articlesel_1 {
	background-repeat: no-repeat;
	background-position: 6px 5px;
	background-image: url(../img/img_common/titrartsel.gif);
}



td.somm_article_lvl,
td.somm_article_lvl_1 {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6F6E62;
	text-align: center;
	padding: 0px;
	width: 18px;
	background-color: transparent;
	border-color: #8E8C78;
	border-width: 0 0 0 0;
	border-style: none none none solid;
}

td.somm_article_lvl_1 {
	background-color: transparent;
}

a.artlink {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	padding: 4px 0px 0 0;
	display: block;
}
a.artlink:hover {
	color: #C60;
}


