body, html {
	margin: 0;
	padding: 0;
}
html {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../img/fond/background-html.jpg) repeat;
}
div#global {
	position: relative;
	width: 955px;
	margin: 10px auto 0 auto;
	padding: 10px;
	background:url(../img/fond/cadre-gris.png) repeat;	
}
div#animation {
	z-index: 10;
}
div#blanc {
	position: relative;
	width: 950px;
	padding:2px;
	background:#FFFFFF;
}
div#bandeau {
	background:url(../img/animation/bandeau-1.jpg) no-repeat;
	height: 160px;
	width:950px;
	margin: 0;
}
div#contenu{
	margin-bottom: 2px;
	/*width:950px;*/
	padding: 0;
}
div#recherche{
	width:950px;
	height: 75px;
	background: #111111;
}
div#pied-page{
	width: 950px;
	height:25px;
	line-height: 25px;
	margin:0 auto;
	text-align:center;
	color: #FFFFFF;
	font-size: 0.8em;
}
div#pied-page a{
	color:#00c9ff;
	text-decoration:underline;
}
.img{
	border: 0px;
}