@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: 980px; height: auto; margin: 0 auto; padding: 0 20px; background-color: #000000; }

#banniere { width: 100%; height: 25px; }

/*------------ 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; }

.blanc { color: #ffffff; }
.erreur { color: #cc0000; font-weight: bold; }
