/* guide.css */


#GuideBox h2.guideTitle {
  background: url(/images/buttons/orange-arrow.png) no-repeat 0 4px;
}

#GuideBox h3.guideRubricTitle {
  padding-left: 10px;
  margin-left: 15px; 
  background: url(/images/fleche-h3.gif) no-repeat 0 4px;
} 

#GuideBox ul.rubric {
  padding-left: 20px;
  list-style-type: none;
}

#GuideBox ul.rubric li {
  list-style-image: none;
}

#GuideBox ul.category {
  padding-left: 10px;
  list-style-type: none;
}

#GuideBox table tr td {
  border: 1px solid white;
}



