/* Content ****************************************************************** */

#content > h1 {
  font-size : 24px ;
  color : #367db5 ;
  font-weight : bold ;
  padding-left : 40px ;
  line-height : 27px ;
  font-style : italic ;
  background : url(http://www.2nd-ffs.fr/epsigon/style/content-h1-background.png) no-repeat ;
  counter-increment : titre1 ;
  }

#content > h2 {
  font-size : 18px ;
  color : #367db5 ;
  font-weight : bold ;
  padding-left : 40px ;
  line-height : 27px ;
  counter-increment : titre2 ;
  }

  #content > h2:before {
    content : counter(titre2)". " ;
    }

  #content > *+h2 {
    margin-top : 25px ;
    }

#content > h3 {
  font-size : 14px ;
  color : black ;
  font-weight : bold ;
  padding-left : 60px ;
  line-height : 27px ;
  counter-increment : titre3 ;
  }

  #content > h3:before {
    content : counter(titre2)"."counter(titre3)". " ;
    }

  #content > *+h3 {
    margin-top : 25px ;
    }

#content > p {
  font-size : 12px ;
  text-align : justify ;
  line-height : 1.8 ;
  }

  #content > h1+p {
    margin-top : 15px ;
    }

  #content > p+p {
    margin-top : 10px ;
    }

/* News ********************************************************************* */

#content p.news.date {
  padding-left : 40px ;
  color : #666666 ;
  font-size : 11px ;
  }
