html, body, dl, dt, dd, table, th, td, form, fieldset, p { margin: 0; padding: 0; }
img, fieldset, object { border: 0; }

body{ height: 100%; width:100%; margin: 0; overflow:auto; background-color: #000000; }

.clearboth { display: block; clear: both; height: 0px; font-size: 0px; line-height: 0px; }

#flashcontent {
	/* background-color: back; */
	background-color: #000000;
	text-align: center;
}

div.minimum_size {
	/* for mozilla */
	min-width: 778px;
	min-height: 580px;
	width: 100%;
	height: 100%;

	/* for IE */
	width:  expression( Math.max(document.body.clientWidth,778) + "px" );
	height: expression( Math.max(document.body.clientHeight,580 ) + "px" );
}

#noFlashCont {
	background-color: #000000;
	margin: 0 auto;
	width: 778px;
	height: 580%;
}

#noFlashDegGauche {
	<!--background: transparent url("../IMAGES/degrade_gauche.gif") left top repeat-y;-->
	padding-left: 4px;
	height: 100%;
}

#noFlashDegDroite {
	<!--background: transparent url("../IMAGES/degrade_droite.gif") right top repeat-y;-->
	padding-right: 4px;
	height: 100%;
	position: relative;
}

#noFlashCenterTemp {
	/* background-color: black; */
	position: absolute; top: 50%; left: 0px;
	width: 778px;  height: 580px; text-align: left;
}

#noFlashCenter {
	position: absolute; top: -50%; left: 0px;
}

#noFlashCont .underVisuel { margin: 10px 0 10px 40px; }
#noFlashCont .underVisuel a { float: left; margin-right: 10px; }

.noscript { font-family: Verdana, Arial, sans-serif; color: #000000; font-size: 10px }
.noscript A { font-family: Verdana, Arial, sans-serif; color: #000000; font-size: 10px; text-decoration: none }
.noscript A:hover { text-decoration: underline }
.noscript H1 { color: #000000 }
.noscript H2 { color: #000000 }
.noscript H3 { color: #000000 }
