
#header{
	position: relative;
	width: 710px;
	height: 150px;
	overflow: hidden;
	padding: 20px 20px 30px 20px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: none;
}
#header #logo{
	position: absolute;
	display: block;
	margin-top: 25px;
	top: 0;
	left: 20px;
	z-index: 10;
}
#header #it_ul{
	overflow: hidden;
	position: absolute;
	list-style: none;
	width: 670px;
	height: 180px;
	z-index: 5;
}
/** utilisé ? AnimHeader ? **/
#header #it_ul li{
			position: absolute;
			display: none;
		}
#header #it_ul img{
		}
/** fin utilisé ?**/

#banner{
	background: url(../img/banner.png) no-repeat;
	margin-left: 210px;
	height: 140px;
	font-family: "Courier New";
	font-size: 11px;
	overflow: auto;
	padding: 10px;
	/*
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	*/
}



