#content {
	height: 1210px;
	z-index: 10;
}

#content h1 {
	background: url(/images/public/icon-euro.jpg) no-repeat -5px 25px;
}

#content dl {
	clear: both;
}
	#content dt {
		clear: both;
		float: left;
		display: block;
		width: 300px;
		margin: 1px 0 0;
		padding: 8px 5px 8px 10px;
		background-color: #fedfdc;
		color: #c71414;
		font-weight: bold;
	}
	#content dd {
		float: left;
		display: block;
		width: 175px;
		margin: 1px 0 0 1px;
		padding: 8px 0;
		background-color: #ffefef;
		text-align: center;
	}

	#content .titre {
		height: 37px;
		padding: 0;
		line-height: 37px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
	}
	#content dt.titre {
		width: 315px;
		background: url(/images/public/btn-grey-37px.gif) repeat-x 0 -37px;
		color: #fff;
	}
	#content dd.titre {
		background: url(/images/public/btn-grey-37px.gif) repeat-x 0 0;
		color: #3f3f3f;
	}

	#content dd.btn {
		width: 128px;
		background-color: #fff;
		text-align: right;
	}
		#content dd.btn a {
			padding-left: 20px;
			padding-right: 20px;
		}

#bas-page {
	position: relative;
	display: block;
	width: 810px;
	height: 98px;
	margin: 0 auto 76px;
	padding: 22px;
	background: #f1f0f1 url(/images/public/bas_page-fond.gif) repeat-x 0 0;
	z-index: 1;
}
	#bas-page .pic {
		position: absolute;
		top: -134px;
		left: 590px;
		display: block;
		width: 260px;
		height: 160px;
		background: url(/images/public/img-fille.gif) no-repeat 0 0;
	}
	#bas-page h1 {
		margin-left: 3px;
		font-size: 18px;
		color: #4d4d4d;
	}

	#bas-page form p {
		padding: 10px 0;
		font-weight: bold;
		color: #c71414;
	}
	#bas-page form input,
	#bas-page form select {
		float: left;
		margin-right: 10px;
	}
	#bas-page form input {
		width: 410px;
		margin-top: 7px;
		padding: 4px;
	}
	#bas-page form select {
		width: 100px;
		margin-top: 9px;
		margin-right: 40px;
	}
	#bas-page form a {
		clear: none;
		float: left;
		padding-left: 40px;
		padding-right: 40px;	
	}





