#main {
	padding-top: 0;
	width: auto;
}


#intro-wrap {
	background: #265483 url(intro-wrap.png) repeat-x;
	color: white;
	height: 200px;
}
#intro {
	background: url(intro.png) no-repeat;
	color: #036;
	margin: 0 auto;
	overflow: hidden;
	width: 940px;
}
#intro img {
	float: right;
}
#intro p {
	background: url(deco.jpg) no-repeat right 19px;
	color: white;
	font: 1.6em/1.5em Arial, sans-serif;
	height: 180px;
	margin: 0;
	padding: 20px 0 0 50px;
	width: 890px;
}
#intro p span {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	line-height: 2.9167em;
}

#accueil-contenu {
	margin: 0 auto;
	width: 940px;
}