/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3 janv. 2017, 21:04:01
    Author     : Vincent
*/
#sitemap{
          padding: 150px 0px;
          height: auto;
          width: 100%;
}
#sitemap .contain-sitemap{
          width: 480px;
          margin: auto;
}
#sitemap .contain-sitemap > ul{
          width: 350px;
          margin: auto;
}
#sitemap .contain-sitemap ul{
          list-style: none;
}
#sitemap .contain-sitemap ul li{
          line-height: 30px;
}
#sitemap .contain-sitemap ul li a{
          font-family: 'quicksandlight';
          color: #3e3e3e;
          text-decoration: none;
          cursor:pointer;
}
