@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	
}

html {
	height:100%;	
}

body {
	height:100%;
}
object
{outline:none;}
#conteneur {
	position:relative;
	width:100%;
	min-height:100%;
	min-width:1000px;
}

#bas_gauche {
	position:absolute;
	bottom:0;
	background-image:url(img/bas_gauche.jpg);
	width:173px;
	height:281px;
}
#bas_droite {
	position:absolute;
	bottom:0;
	right:0;
	background-image:url(img/bas_droite.jpg);
	width:174px;
	height:281px;
}

#bas_degrade {
	position:absolute;
	bottom:0;
	background-image:url(img/degrade_bas.jpg);
	width:100%;
	height:281px;
	
}
#flash {
	position:relative;
	bottom:0;
	margin:0 auto;
	width:1000px;
	height:1000px;
	
}