@charset "utf-8";
/* CSS Document */

/* Liens et classes associées */
body { margin: 0px; padding: 0px; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px; background: #888; color: #000; 
		overflow: hidden; height: 100%; line-height: 18px; }
input, textarea, select { font-family: Arial, Sans; font-size: 12px; padding: 0px; }
a { color: #249; text-decoration: none; }
a:hover, a.hover { color: #36F; text-decoration: underline; cursor: pointer; }
a.actif { text-decoration: underline; font-weight: bold; }
img { border: none; vertical-align: top; }
table { margin: 0; padding: 0; }
tr, thead, tbody { margin: 0; padding: 0; }
td { margin: 0px; padding: 0; font-size: 13px; vertical-align: top; }
th { margin: 0px; padding: 0; font-size: 13px; vertical-align: top; }
p { font-size: 13px; margin: 0px; padding: 0px; }
ul, li { font-size: 13px; margin-top: 0px; margin-bottom: 0px; }
h1 { margin: 0px; padding: 3px; font-size: 18px; font-weight: bold; text-transform: uppercase; border-bottom: 1px solid #666; }
h2 { margin: 0px; padding: 0px; font-size: 15px; font-weight: bold; }
h3 { font-size: 24px; margin: 6px 0px; padding: 0px; font-weight: bold; }
h4 { font-size: 18px; margin: 6px 0px; padding: 0px; font-weight: bold; }
h5 { font-size: 15px; margin: 6px 0px; padding: 0px; font-weight: bold; }
.hr { height: 0px; margin: 4px 0px; padding: 0px; border: none; border-bottom: 1px solid #666; font-size: 0px; }
.espace { height: 6px; border: none; font-size: 0px; }
.petit { font-size: 11px; font-style: italic; }
.post { font-size: 12px; font-style: normal; font-family: Arial, Sans; padding: 6px; border: 1px dotted #888; 
			background: #FFF; color: #333; margin: 0px 6px; }

/* Elements standards */
#fondPage { position: absolute; height: 100%; width: 100%; }
img#fondContenu { position: absolute; top: 0px; height: 100%; left: 50%; margin-left: -400px; width: 800px; }
div#contenu { position: absolute; top: 0px; height: 100%; left: 50%; margin-left: -400px; width: 800px; }
div#contenu_scroll { position: absolute; top: 120px; bottom: 37px; left: 50%; margin-left: -380px; width: 760px; overflow-y: auto; overflow-x: hidden; border: 1px solid #999; }
div#menu { position: absolute; top: 24px; left: 630px; width: 150px; line-height: 20px; }
div#menu a { font-size: 14px; }
div#pied { position: absolute; top: 100%; margin-top: -36px; padding-top: 4px; left: 50%; margin-left: -380px; width: 760px; text-align: center; }
div#pied a { font-size: 14px; }

/* Apercu articles */
.cntArticle { font-size: 11px; line-height: 13px; margin-left: 18px; margin-bottom: 4px; padding-top: 4px; text-align: justify; }
.btnArticle { height: 16px; width: 16px; margin-top: 2px; }
.titreArticle { font-size: 14px; text-transform: uppercase; }
