

body {
	background:#d2e2ff;
	font-size:0.67em;
	font-family:arial;
}

#header {
	width:775px;
	height:312px;
	margin:0 auto;
	position:relative;
	top:auto;
	left:auto;
}
#pub_header {
	position:absolute;
	top:100px;
	left:230px;
}
#annonce {
	width:300px;
	height:15px;
	text-align:center;
	background:#d2e3ff;
	border:1px solid #b9c9e4;
}

#menu {
	position:absolute;
	top:220px;
	left:40px;
}
#menu ul {
	list-style-type:none;
}
#menu li {
	border:1px solid #b9c9e4;
	width:130px;
	height:17px;
	border-bottom:none;
	border-top:none;
	text-align:center;
}
#menu li a{
	color:#0000ff;
	font-weight:bold;
}
#menu li#menu_titre{
	width:130px;
	height:15px;
	text-align:center;
	background:#d2e3ff;
	border:1px solid #b9c9e4;
}
#menu li#menu_last{
	border-bottom:1px solid #b9c9e4;
}


#corps {
	background-image:url(corps.png);
	background-repeat: repeat-y;
	background-position:56px 0px;
	border-bottom:1px solid #9090f4;
	width:655px;
	min-height:600px;
	margin:0 auto;
	padding:100px 40px 50px 80px
}

#pub_left {
	float:left;
	margin:-20px 20px 0 0;
}

h1 {
	margin:0;
}	
