@font-face {
    font-family: MetaWebCondensed;
    src: url(/html/css/fonts/MetaWeb-CondBold.woff) format('woff');
}

body {
    font: 75%/1.5 Arial, sans-serif;
}
a,
a:visited {
    color: #D92D28;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:focus {
  outline: 1px dotted #D92D28;
}
a.forward:before { 
  content:"\00BB  ";
}
p,blockquote,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: metaweb-condbold, Arial, sans-serif;
}
h1 {
    font-size: 1.833em;
    line-height: 0.8181em;
    margin-top: 0;
    margin-bottom: 0.8181em;
    color: #18acfe;
}
h2 {
    font-size: 1.4999em;
    line-height: 1em;
    margin-top: 1.5em;
    margin-bottom: 1em;
    color: #999;
}
h3 {
    color: #999;
    font-size: 1.1667em;
    line-height: 1em;
    margin-top: 2.2499em;
    margin-bottom: 1.4999em;
}
h4, h5, h6 {
    color: #999;
    font-size: 1em;
    line-height: 1.4999em;
    margin-top: 1.4999em;
    margin-bottom: -1.3333em;
}
ol {
  list-style: decimal
}
ul {
  list-style: none;
  list-style-image: none;
  list-style-position: outside;  
}
li {
  padding-left: 1.8em;
  background: transparent url(img/listBullet.gif) no-repeat 0.7em 0.5em;
}
ul ul,
ol ol,
ul ol,
ol ul,
dd ul{
  margin-bottom: 0;
  margin-top: 0;
}
dt {
    margin-top: 9px;
    color: #666;
    font-size: 1em;
}
dd {
    margin-left: 30px;
}
abbr, acronym {
  border-bottom: 1px dotted #4c4c4c;
}
.contentPicto {
  float: left;
  margin: 0 1.7499em 1.499em 0;
}
sup {
  font-size: 0.5em;
  vertical-align: text-top;
}
