/* kate: indent-width 2; space-indent on; */

/* body for html and html for xhtml (served as application/xml+xhtml) */
body, html {
  background-color: #fff;
}

a {
  color: black;
  text-decoration: none;
}

abbr {
  text-decoration: none;
  border: 0;
}

div.header a {
  display: none;
}

/* no margin for the sub-titles */
h3, h4, h5, h6 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

div.cv {
  background-color: white;
}

div.cv_title {
  text-align: center;
  margin-bottom: 10px;
}

div.cv_title h1 {
  font-variant: small-caps;
  font-size: 300%;
  margin: 0;
}

div.infos_perso .name {
  font-size: 150%;
  font-size-adjust: .5;
  font-variant: small-caps;
  font-weight: bold;
}

div.category {
  border: black 1px solid;
  margin: 10px 0 0 0;
  padding: 0;
}

div.category div.title {
  background-color: #ddd;
  border-bottom: black 1px dashed;
}

div.category .title h2 {
  margin: 0;
  text-indent: 2em;
  font-style: oblique;
  font-weight: bolder;
}

div.category div.details {
  display: none;
  margin: 0;
  padding: 0;
}
