@charset "utf-8";

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

/*------------- DIV FLASHOBJECT 100% ----------*/
#gabarit { width: 100%; height: 100%; margin: 0 auto; }
#divFlashObject { width: 100%; height: 100%; }

/*------------ DIV HTML HIDDEN ----------------*/
#divSiteHTML { width: 720px; height: 100%; margin: 0 auto; text-align: center; }
#contentHTML { padding: 0; text-align: left; }

#divTFV { width: 720px; margin: auto; padding: 25px; text-align: center; }

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

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

ul { line-height: 16px; }
li { font-family: Tahoma, Geneva, Arial, sans-serif; color: #ffffff; 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; }
.erreur { color: #cc0000; font-weight: bold; }