@charset "utf-8";

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

h1 { font-size:14px; }

/*------------- DIV FLASHOBJECT 100% ----------*/
#gabarit { width: 840px; height: 100%; margin: 0 auto; padding: 20px; background-color: #FFFFFF; }

#divFlashObject { width: 100%; height: 800px; }

#explication { width: 100%; height: 160px; background-color: #ffffff; }

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

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

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