/* CSS Document */

#pageNav,#globalLink,#utility,.relatedLinks,#breadCrumb,#siteInfo,#globalNav,#rubrique,#masthead,.skipLinks {
  display: none;  
}

#feature {
  width: 90%;
  float: none;
}
#content {
  width: 90%;
  float: none;
}
a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
body {
  font-family: georgia, "Times New Roman", Times, serif;
}
#texte p {
  line-height: 14pt;
  font-size: 12pt;
  text-align: justify;
  text-indent: 1cm;
}
h1,h2,h3,h4,h5,caption,thead{
font-family:Arial,Helvetica,sans-serif;
}

h1{
font-size:17pt;
}

h2{
color:#333;
background-color:#fff;
font-size:15pt;
line-height:200%;
border-bottom:2pt solid #333;
text-transform:uppercase;
}

h3{
font-size:13pt;
margin-top:3%;
margin-bottom:0%;
}

#texte h3 code{
color:#000;
background-color:#fff;
font-size:1em;
}

h4,h5{
font-size:10pt;
margin-top:3%;
margin-bottom:0%;
}

h4{
border-bottom:1pt solid #000;
}

     
