/* AUTEUR: Laurent A */
/* Date de création: 23/02/2010 */
html, body {
 margin: 0;
 padding: 0;
 }
body {
 background-image: url("../fdpg/bg01.jpg");
 background-repeat: repeat;
 background-attachment: scroll;
 font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
 font-size: 100%;
 color: #003F66;
 margin: 6px;
 }
div#header {
 text-align: center;
 }
div#menu {
 float:left;
 position: fixed;
 }
div#main {
 text-align: center;
 }
div#footer {
 position: fixed;
 bottom: 0;
 width: 100%;
 background-image: url("../fdpg/bg01.jpg");
 background-repeat: repeat;
 clear: both;
 text-align: center;
 }
h1 {
 text-align: center;
 font-size: 200%;
 color: #CC0033;
 font-weight: normal;
 }
h2 {
 margin-top: 16px;
 margin-bottom: 9px;
 text-align: center;
 font-size: 110%;
 }
h3 {
 margin-top: 15px;
 margin-bottom: 9px;
 text-align: center;
 font-size: 86%;
 }
.bouton a {
 display: block;
 width: 140px;
 line-height: 44px;
 background: url(../histo/zbtn/fond-bleu.gif) no-repeat;
 text-decoration: none;
 }
.bouton a:hover {
 background:url(../histo/zbtn/fond-rouge.gif) no-repeat;
 }
.titre01 {
 text-align: center;
 font-size: 120%;
 font-weight: bold;
 color: #CC0033;
 }
p {
 -webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 -o-hyphens: auto;
 hyphens: auto;
 }
p.haut {
 margin-top: 6px;
 margin-bottom: 18px;
 text-align: center;
 font-size: 80%;
 }
p.center_small {
 margin-top: 12px;
 margin-bottom: 12px;
 text-align: center;
 font-size: 83.3%;
 }
p.texte_cntr {
 margin-top: 18px;
 margin-bottom: 2px;
 text-align: center;
 }
p.texte_cntrs {
 margin-top: 18px;
 margin-bottom: 2px;
 text-align: center;
 font-size: 83.3%;
 }
p.texte_gras {
 margin-top: 0px;
 margin-bottom: 12px;
 margin-left: 1px;
 margin-right: 2px;
 text-align: justify;
 font-size: 83.3%;
 font-weight: bold;
 }
p.texte_tab {
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 1px;
 margin-right: 2px;
 text-align: justify;
 }
p.texte_art {
 margin-top: 0px;
 margin-bottom: 2px;
 margin-left: 1px;
 margin-right: 2px;
 text-indent: 6px;
 text-align: justify;
 }
p.texte_arts {
 margin-top: 0px;
 margin-bottom: 1px;
 margin-left: 1px;
 margin-right: 2px;
 text-indent: 5px;
 text-align: justify;
 font-size: 83.3%;
 }
p.texte_fin {
 margin-top: 4px;
 margin-bottom: 0px;
 margin-left: 1px;
 margin-right: 2px;
 text-indent: 6px;
 text-align: justify;
 }
p.texte_fins {
 margin-top: 2px;
 margin-bottom: 0px;
 margin-left: 1px;
 margin-right: 2px;
 text-indent: 5px;
 text-align: justify;
 font-size: 83.3%;
 }
p.texte_tabs {
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 text-align: justify;
 font-size: 83.3%;
 }
p.texte_com {
 margin-top: 3px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 1px;
 text-align: justify;
 font-size: 83.3%;
 }
a:visited {
 color: #CC0033;
 }
a:hover {
 color: #CC0033;
 text-decoration: none;
 }
