@CHARSET "UTF-8";

/******************************************
  Site Map Sample
  Specification file: sitemap
 ******************************************/

/*
 * Chaque lien de la navigation du site est organisé en lignes/colonnes au moyen d'un tableau.
 * Ce style s'applique au tableau.
 */
.vsitemap_table {
	border-style:solid;
	border-width:1px;
	background-color: #ffffff;
	border-right-color: #828DAF;
	border-bottom-color: #828DAF;
	border-top-color:#828DAF;
	border-left-color: #828DAF
}

/*
 * Ce style s'applique au corps du tableau.
 */
.vsitemap_table_body {
}

/*
 * Ce style s'applique à la ligne du tableau.
 */
.vsitemap_table_row {
	border-width : 0px;
	border-bottom : 3px;
	border-bottom-color: #1D290D;
	border-bottom-style: solid;
	font-size: 11px;	
}

/*
 * Ce style s'applique à chaque cellule du tableau.
 */
.vsitemap_cell_normal {
	text-align : left;
	border-width : 0px;
	padding-left : 7px;
	margin : 0px 0px 0px 0px;	
}

/*
 * Ce style s'applique à la cellule qui contient un lien vers la page principale.
 */
.vsitemap_cell_top {
	text-align : center;
	background-color: #6A84C0;
    width : 100%;
	margin:1px;
	padding-top :3px;
	padding-bottom :3px;
	padding-left:4px;
	padding-right:4px;
}

/*
 * Ce style s'applique à chaque élément de la cellule (par exemple à la balise <a>).
 */
.vsitemap_item_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666699;
	font-weight: normal;
    font-size: 11px;
	text-transform: none;
	text-decoration: none;
}

/*
 * Ce style s'applique à l'élément qui constitue le lien vers la page principale (par exemple à la balise <a>).
 */
.vsitemap_item_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
    font-size: 11px;
	text-transform: none;
	text-decoration: none;
}

/*
 * Ce style s'applique à l'élément qui affiche un nom de groupe (par exemple à la balise <span>).
 */
.vsitemap_item_group {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333399;
	font-weight: bold;
	text-decoration: none;
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
	text-transform: none;
}

/* Hyperlinks */
.vsitemap_table a:visited {
	color: #D64E27;
	text-decoration : none;
}

.vsitemap_table a:hover {
	color:  #FF9933;
	text-decoration : underline;
}

.vsitemap_table a:active {
	color : #CE092F;
	text-decoration : none;	
}

/* List */
.vsitemap_UL1 {
	margin-left : 10%;
	list-style-type : circle;
	list-style-image : url(circle.gif);
	list-style-position : outside;
}
	
.vsitemap_UL2 {
	margin-left : 10%;
	list-style-type : square;
	list-style-image : url(square.gif);
	list-style-position : outside;
	}

.vsitemap_UL3 {
	margin-left : 10%;
	list-style-type : square;
	list-style-image : url(arrow.gif);
	list-style-position : outside;
}
 
