@charset "utf-8";

/*-------------- HTML visible -----------------*/
html { width: 100%; height: 100%; overflow: auto; }
body { width: 100%; height: 100%; margin: 0; padding: 0; background-color: #5a5a5a; 
		font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif; color: #909090; font-size: 11px; text-decoration: none; }

/*------------- DIV FLASHOBJECT NORMAL (POUR L'INDEX) ----------*/
#gabaritIndex { width: 800px; height: 430px; margin: 0 auto; background-color: #ffffff; text-align: center; }

/*------------- DIV FLASHOBJECT 100% (POUR LE SITE) ----------*/
#gabarit { width: 100%; height: 100%; margin: 0 auto; }
#divFlashObject { width: 100%; height: 100%; }

/*------------ DIV HTML HIDDEN ----------------*/
#divSiteHTML { width: 800px; margin: 0 auto; padding: 0; background-color: #ffffff; text-align: center; }

/*------------ SITE HTML HIDDEN ---------------*/
img { border: none; }

a { font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif; color: #909090; font-size: 11px; text-decoration: underline; }
a:hover { text-decoration: none; }

td { text-align: center; }
td.textContent { padding: 0 20px; text-align: left; }
td.separateur { background-color: #5A5A5A; height: 1px; }

ul { line-height: 16px; }
li { font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif; color: #909090; font-size: 11px; }

h1 { font-size: 16px; font-weight: bold; line-height: 60px; }
h2 { font-size: 14px; font-weight: bold; line-height: 40px;}
h3 { font-size: 12px; line-height: 25px;}

.blanc { color: #ffffff; }
.grisclair { color: #909090; }
.grisfonce { color: #5a5a5a; }
.erreur { color: #cc0000; font-weight: bold; }