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

html{
	/*background: url(../images/banner.png) repeat-x top;*/
}
body {
	width: 960px;
	text-align: center;
	height: auto;
	margin:auto;
}
div#page {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
/* En tete */
div#entete {
	height: 173px;
	margin:auto;
	background-image: url(../images/bandeau.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#entete_contenu{
	width: 540px;
	height: 120px;
	padding: 10px 0px 0px 20px;
}


/* Contenu */
div#contenu {
	padding: 10px;
	background: url(../images/background-design.jpg) no-repeat;
}
div#contenu_int{

}
/* Pied de Page */
div#piedpage {
	background: url(../images/sticker_2ad.png) no-repeat bottom left;
	height: 190px;
	margin-bottom:0px;
}
div#piedpage_contenu{
	width: 750px;
	height: 120px;
	padding: 40px 0px 0px 170px;
}
div#copyright {
	margin-top:0px;
	text-align: center;
	border-top: 1px solid #E42A18;
	color: #999999;
}

/* Divers et image*/
#preload-images {
	position:absolute;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	left:0px;
	top:0px;
	width:1px;
	height:1px;
	visibility: hidden;
}
img { behavior: url(iepngfix.htc) }
