html {
	padding:0;
	margin:0;
	height:100%;
	background:#FF7101 url(../image/nouveautes/bg_all_bot.jpg) bottom left repeat-x;
	font-family:arial, helvetica;
	overflow:hidden;
}
body {
	padding:0;
	margin:0;
}
#gradient_top {
	width:100%;
	background: url(../image/nouveautes/bg_all_top.jpg) top left repeat-x;
	text-align:center;
}
#box_all {
	position:absolute; 
	left: 50%;  
	top: 50%; 
	width: 980px; 
	height: 600px; 
	margin-top: -300px; /* moitié de la hauteur */ 
	margin-left: -490px; /* moitié de la largeur */
	background: url(../image/nouveautes/header.png) top left no-repeat;
}
#box_content {
	width:980px;
	height:523px;
	margin-top:75px;
	padding-top:22px;
	background: url(../image/nouveautes/page.png) top left no-repeat;
	text-align:center;
}
#img_big {
	width:933px;
	height:284px;
	border:1px #000 solid;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
}
#img_med {
	width:935px;
	height:181px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.img_med {
	width:305px;
	height:181px;
	border:1px #000 solid;
}
#menu {
	margin-top:-40px;
}
#menu img {
	border:0;
}
#menu a:hover {
	border-bottom:2px solid #FFF;
}
#menu ul {
	list-style-type:none;
}
#menu ul li {
	display:inline;
}
#footer {
	position:absolute;
	bottom:10px;
	width:100%;
	text-align:center;
}
#footer p {
	margin:0px;
	padding:0px;
}
#etiquette {
	position:relative;
	top:-488px;
	right:-452px;
	z-index:100;
}
#info {
	height:40px;
	width:933px;
	background:url(../image/nouveautes/fond_info.png) top left repeat;
	position:relative;
	top:-44px;
}