@charset "utf-8";
/* CSS Document */

.siteMapBigBlock {
    width: 650px;
}
.siteMapBlock {
    float: left;
    padding: 0 16px 15px 0;
    width: 200px;
}
.siteMapBlock h2 {
    cursor: default;
    font-size: 16px;
	padding-bottom: 8px;
	background: #9C9E9F url(../Images/fond-titre-sitemap.jpg) no-repeat center bottom;
}
.siteMapBlock h2 a {
    color: #fff;
    display: block;
    font-style: normal;
    padding: 2px 3px 15px 10px;
    text-decoration: none;
}
.siteMapBlock h2 a:hover {
}
.siteMapBlock ul.vm1 {
    padding: 0 0 10px;
}
.siteMapBlock li {
    list-style-type: none;
}
.siteMapBlock li a {
     color: #333333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 4px 10px;
    text-decoration: none;
    width: 190px;
}
.siteMapBlock li a:hover {
    color: #00519E;
	background:url(../Images/fleche-bleu.jpg) no-repeat left 4px;
}
.siteMapBlock ul.vm2 {
    list-style-type: none;
    padding-left: 10px;
}
.siteMapBlock .vm2 li a {
    color: #333333;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 1px;
    padding: 1px 0 2px 8px;
    text-decoration: none;
	width: 182px;
}
.siteMapBlock .vm2 li a:hover {
    background-color: #2C982E; 
	background-image: none;
    color: #fff;
}
