html {
  font-size   : 9.5pt;
  font-family : sans-serif;
}

body {
  background : url("http://www.pelerinages.org/assets/templates/anddp/img/trait.gif");
  color      : #555;
}

h1, h2, h3, h4, h5, h6 {
  text-align  : left;
  font-family : serif;
}

h2, h3 {
  color : #7698BE;
}

h4 {
  color : #8A7F6D;
}

ol.numalpha {
  list-style-type : decimal;
}

ol.numalpha ol {
  list-style-type : lower-latin;
}

ol.alpha {
  list-style-type : lower-latin;
}

div#page {
  width               : 808px;
  margin              : auto;
  border              : 1px solid silver;
  background          : url("http://www.pelerinages.org/assets/templates/anddp/img/fond.jpeg");
  background-repeat   : repeat-y;
  background-position : left;
}

div#header {
  width               : 100%;
  height              : 325px;
  background          : url("http://www.pelerinages.org/assets/templates/anddp/img/bandeau.jpeg");
  background-repeat   : no-repeat;
  background-position : top left;
}

div#header h1 {
  font-size           : 0.8em;
  padding             : 0;
  margin              : 0;
  background          : url("http://www.pelerinages.org/assets/templates/anddp/img/logo.gif");
  background-repeat   : no-repeat;
  background-position : 60px 28px;
}

div#header h1 a {
  display : block;
  height  : 156px;
}

div#header h1 a span {
  display : none;
}

div#header p.adresse {
  width      : 200px;
  text-align : center;
  font-size  : 0.83em;
  color      : #445;
}

div#header p.adresse a {
  color           : #445;
  text-decoration : none;
}



div#content {
  text-align  : justify;
  margin-left : 200px;
}

div#content a {
  color : navy;
}

div#content a:hover {
  color           : #C33;
  text-decoration : none;
}

div#content h2 {
  margin-top  : 0;
  padding-top : 0;
}

div.post {
  padding :0 1em 1em 1em;
}

div#sidebar {
  clear : left;
  float : left;
  width : 201px;
}

div#sidebar ul {
  margin  : 0;
  padding : 0;
}

div#sidebar ul li {
  margin     : 0;
  padding    : 0;
  list-style : none;
}

div#sidebar ul li a {
  display         : block;
  margin          : 0;
  padding         : 0 20px 0 0;
  color           : #336;
  text-decoration : none;
  text-transform  : uppercase;
  text-align      : right;
}

div#sidebar ul li a:hover {
  color : black;
}


div#sidebar ul li.active a {
  background          : url("http://www.pelerinages.org/assets/templates/anddp/img/triangle.gif");
  background-repeat   : no-repeat;
  background-position : right;
  font-weight         : bold;
}

div#sidebar ul li ul li a {
  background      : none !important;
  text-decoration : none;
  text-transform  : none !important;
  text-align      : right;
  font-size       : 0.9em;
}

div#sidebar ul li ul {
  display : none;
}

div#sidebar ul li.active ul {
  display : block;
}

div.clear {
  clear : both;
}

div#footer {
  font-size  : 0.8em;
  color      : gray;
  text-align : center;
  background : #eef;
  padding    : 1em;
}

div#footer a {
  color : gray;
}


div#derniereModif {
  text-align  : right;
  padding-top : 1em;
}

.printonly {
  display : none;
}