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

body { margin: 0px; padding: 0px; font-family: Arial, Sans; font-size: 13px; background: #FFF; color: #000; overflow: hidden; height: 100% }
input, textarea, select { font-family: Arial, Sans; font-size: 12px; }
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; }
td { vertical-align: top; }
h1 { margin: 0px; padding: 3px; font-size: 26px; font-weight: bold; text-align: center; }
h2 { margin: 0px; padding: 0px; font-size: 18px; font-weight: bold; }

.hr { height: 1px; border: none; background-color: #999; font-size: 0px; }
.espace { height: 3px; border: none; font-size: 0px; }
.petit { font-size: 11px; font-style: italic; }
.code { font-size: 12px; font-style: normal; font-family: "Courier New", Courier, monospace; padding: 6px; border: 1px dotted #888; 
			background: #FFF; color: #333; margin: 0px 6px; }
.codeRouge { color: #F00; }
.codeBleu { color: #00F; }
.codeVert { color: #060; font-weight: bold; }
.codeViolet { color: #909; }
.post { font-size: 12px; font-style: normal; font-family: Arial, Sans; padding: 6px; border: 1px dotted #888; 
			background: #FFF; color: #333; margin: 0px 6px; }

#contenu { position: absolute; top: 60px; bottom: 40px; left: 0px; width: 100%;  overflow: auto;
			background: url(images/fond_contenu.png) bottom repeat-x; }
#divHaut { position: absolute; width: 100%; height: 60px; top: 0px; left: 0px; overflow: hidden; text-align: center; 
			background: url(images/fond_haut.jpg) bottom; }
#divBas { position: absolute; width: 100%; height: 40px; top: 100%; margin-top: -40px; left: 0px; overflow: hidden; 
			background: url(images/fond_bas.jpg) top; }
