

body {
font-family: georgia, "Times New Roman", Times, serif;
text-align: left;
font-size:10pt;
}

#conteneur {
width: 100%;
}




#baniere1 {
width: 100%;
text-align: center; /* pour corriger le bug de centrage IE */
}

#baniere {
}

h1 {
color: red;
}

#centre {

}


/* menu accés rapide
---------------------------------------------------------*/
#easy-access,#pied_page,#menu,#droite {
display: none; ;
}


a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

#centre p {
  line-height: 14pt;
  font-size: 10pt;
  text-align: justify;
//  text-indent: 1cm;
}

#centre p a:after, #centre ul a:after {
  content: " (" attr(href) ") ";
  font-weight: normal;
}


