body {
 margin-top: 30px;
 font-family: "Century Gothic", serif;
 font-size: 14px;
 background-color: inherit ;
}

.fluxL { float: left; margin-right: 10px; }
.fluxR { float: right; margin-left: 10px; }
.flux { clear: both; }

.colorized {
 font-size: 14px;
 color: #006699;
 background-color: inherit;
}

/***/

a {
 font-family: "Century Gothic", serif;
 text-decoration: none;
 color: #006699;
 background-color: inherit;
}
a:hover {
 color: #993300;
 background-color: inherit;
}
a:visited {
 color: #006699;
 background-color: inherit;
 text-decoration: none;
}

/***/

div#entete {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 background-color: #006699;
 padding-bottom: 15px;
 margin-bottom: 0px;
}

/***/

p {
 font-family: "Century Gothic", serif;
 font-size: 14px;
 padding-bottom: 5pt;
 text-align: justify;
}
p#description {
 color: white;
 text-align: center;
 text-decoration: overline;
 font-weight: bold;
 font-family: sans-serif;
 font-size: 12pt;
 margin-top: 0px;
}

/***/

h1 {
 color: white;
 font: bold 36px Arial, sans-serif;
 margin-bottom: 0px;
}
h2 {
 color: white;
 font: bold 24px Arial, sans-serif;
 background-color: #006699;
 text-indent: 15pt;
 margin-top: 0px;
 width: 100%
}
h3 {
 font-size: 14px;
 border-top: groove 2px;
 border-bottom: ridge 2px;
 padding-top: 2pt;
 padding-bottom: 2pt;
}

/***/

table#introduction {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 background-color: #CCFFCC;
 margin-bottom: 50px;
}
table#introduction td {
 text-align: justify;
 vertical-align: top;
}
table#introduction td.image {
 text-align: center;
 vertical-align: middle;
}
table#introduction h3 {
 color: #006699;
 font-weight: bold;
 font-style: normal;
 font-family: "Century Gothic", serif;
 font-size: 14px;
 padding: 0px;
 margin: 0px;
 text-indent: 0px;
 border: none;
}

/***/

table#main {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
}
table#main td {
 vertical-align: top;
}
table#main td#diaporama {
 background-color: #CCFFCC;
 width: 256px;
 text-align: center;
}
table#main td#diaporama img {
 margin-top: 30px;
}
table#main td#diaporama p {
 text-align: center;
 font-size: 14px;
 color: #006699;
 margin-top: 0px;
}
table#main td#corps {
 padding-left: 10px;
}

/***/

div#basdepage {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 margin-top: 15px;
 padding-top: 4pt;
 border-top: solid #006699;
}
div#basdepage img {
 border: none;
}

/***/

table#context td.col1 {
 text-align: right;
}
table#context td.col2 {
 text-align: left;
 width: 65px;
 padding-left: 15pt;
 padding-bottom: 20pt;
}

/***/

ul.gallery {
 list-style-type: none;
 width: 100%;
 padding: 0px;
 margin: 0px;
}
ul.gallery li {
 float: left;
 width: 33%;
 text-align: center;
 margin-top: 10px;
 margin-bottom: 20px;
 padding-bottom: 20px;
}
