@import "../page.css";

/** Pour changer l'image du header*/
#header div.content{
    background: url(../../images/pages/plan-du-site.jpg) no-repeat bottom right;
}

ul.plan{
  font-size:12px;
  color:#E71956;
}

ul.plan li{
  line-height:25px;
  font-weight:bold;
}
ul.plan li a{
  color:#205674;
  text-decoration:none;
}
ul.plan li ul li{
  font-weight:normal;
    line-height:20px;
}

