
body {
	padding:0px;
	margin:0 auto;
	font-family: Verdana;
	font-size:10pt;
	text-align:center;
	border:0px solid blue;
	background: #686868 url(../images/bg.jpg.png) repeat-x scroll center top;
}

#containerGlobal {
	width:1100px;
	height:768px;
	text-align:center;
	margin:0 auto;
	border:0px solid red;
	position:relative;
}

#backgroundBulles {
	width:1100px;
	height:768px;
	text-align:center;
	margin:0 auto;
	position:absolute;
	/*background: transparent url(../images/logo.png) repeat-x scroll center top;*/
	background: transparent url(../images/fond_logo.jpg) repeat-x scroll center top;
	left:0px;
	z-index:2;
}



#containerAnim {
	border:10px solid white;
	width:800px;
	height:600px;
	text-align:justify;
	margin:0 auto;
	position:relative;
	z-index:3;
	top:100px;
	/*display:none;*/
}

#animation {
	/*display:none;*/
}

#footer {
	color:white;
	font-size:8pt;
	position:absolute;
	top:730px;
	z-index:4;
	border:0px solid red;
	width:100%;
	left:0px;
}

#footer a {
	color:white;
	text-decoration:none;
}

#footer a:hover {
	color:black;
}

#footer h1 {
	font-size:11px;
}
