/* Global */
html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans-serif;
}

body {
	background-image: url("../imgs/background_global.png");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E9E9E9;
}

/* Position des blocks */
#background {
	background-image: url("../imgs/background_ext.png");
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	height: 260px;
	
	width: 25%;
	/width: 50%;
	-width: 50%;
}
#centerBlock {
	position: relative;
	margin: 0 auto 0 auto;			/* Mozilla */
	/margin: -260px auto 0 auto;	/* IE 7 */
	-margin: -260px auto 0 auto;	/* IE 6 */
	width: 960px;	
	z-index: 5;
}

/* Chargement */
#chargement {
	position: absolute;
	top: 240px;
	left: 430px;
	z-index: 20;
}
#chargement span {
	position: absolute;
	top: 10px;
	left: 35px;
	font-size: 8pt;
	color: #0079A7;
	text-decoration: blink;
}
/* Top */
#top {	
	background-image: url("../imgs/background_top.png");
	background-repeat: no-repeat;
	background-position: top;
	height: 120px;
}
/* Menu */
#menu {
	background-image: url("../imgs/background_menu.png");
	background-repeat: no-repeat;
	background-position: top;
	height: 123px;
}

/* Content */
#content {
	margin: 20px 0 0 0;
}
#left {
	margin: 12px 0 0 0;
	float: left;
	width: 168px;
}
#right {
	margin: 12px 0 0 0;
	float: right;
	width: 168px;
}
#center {
	margin: 0 172px 0 172px;
}
/* Bottom */
#bottom {
	background-image: url("../imgs/background_footer.png");
	background-repeat: repeat-x;
	background-position: top;
	height: 92px;
	clear: both;
}