/* menu.css */

.Menu {
  width: 200px;
  margin: 10px 10px 0 10px;
}
.Menu ul {
  list-style-type: none;
  text-align: left;
}
.Menu .section li a {
  display: block;
  background: #002746 url(/images/leftmenu/background-menu.gif) repeat-y left;
  margin-bottom: 2px;
  font-size: 15px;
  text-decoration: none;
  line-height: 25px;
  height: 25px;
  color: white;
  text-transform: uppercase;
  padding-left: 5px;
}
.Menu .section li a:hover,
.Menu .section li .selected {
  padding-left: 10px;
  color: white;
}
.Menu .rubric li a {
  display: block;
  background: none;
  margin-bottom: 2px;
  font-size: 15px;
  text-decoration: none;
  line-height: 25px;
  height: 25px;
  color: #0A71B4;
  text-transform: none;
  padding-left: 5px;
  border-bottom: 1px solid #006CA8;
}
.Menu .rubric li a:hover,
.Menu .rubric li .selected {
  padding-left: 10px;
  color: #0A71B4;
}
.post-it {
  display: block;
  margin-top: 10px;
  width: 200px;
  height: 197px;
  background: transparent url(/images/leftmenu/post-it-agence.png) no-repeat;
}
/* hack ie6 */
* html .post-it {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/leftmenu/post-it-agence.png", sizingMethod="scale");
  cursor: pointer;
}
