@charset "iso-8859-1";
/* CSS Document */

#accueil {
	background:url('../_images/_accueil/image-1.jpg') no-repeat;
	width:100%;
	height:410px;
	position:relative;
	line-height:20px;
	font-size:12px;
}

#accueil .middle {
	display:table-cell;
	vertical-align:middle;
	width:925px;
	height:410px;
	*position:absolute;
	*top:50%;
	*height:auto;
	*text-align:center;
}

#accueil .inner {
	width:484px;
	margin-right:120px;
	padding-left:60px;
	margin:0 auto;
	*position:relative;
	*top:-50%;
	*text-align:left;
}

h1 {
	font-size:24px;
	font-weight:normal;
	float:left;
	background:url('../_images/_patterns/dotted-border-white.png') repeat-x bottom;
	padding-bottom:10px;
	margin-bottom:40px;
	*margin-bottom:20px;
}

p.clear {
	clear:both;
}
