/* contenu */
#contenu {
	position: absolute;
	top: 68px;
	*top: 87px;
	left: 237px;
	width: 425px;
}
#contenu h1 {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin-right: 25px;
	text-align: right;
	margin-bottom: -7px;
	*margin-bottom: -6px;
}

/* publicite */
#lesphotos {
	position: absolute;
	top: 243px;
	left: 693px;
	width: 184px;
}
#lesphotos img {
	display: block;
	margin-bottom: 5px;
}

/* visuel de fond */
#levisuel {
	position: absolute;
	top: 90px;
	left: 0;
	width: 900px;
	height: 198px;
}
#levisuel span {
	width: 470px;
	height: 130px;
	margin-left: 160px;
}

/* formulaire de contact */
#contact {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#contact fieldset {
	border: 1px solid #8FACB1;
	margin-bottom: 15px;
	padding: 5px;
}
#contact legend {
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #8FACB1;
	background: url(images/puce.png) no-repeat;
}
#contact label.taillefixe {
	margin-left: -270px;
}
#contact label.obligatoire {
	color: #f00;
	margin-left: -270px;
}
#contact input, #contact select {
	margin: 0 0 2px 0;
	width: 150px;
	height: 20px;
	border: 1px solid #3D5B7E;
	background-color: #F2F7F9;
	margin-left: 120px;
}
#contact input.simple {
	width: 16px;
	height: 16px;
	border: none;
	margin-left: 0;
}
#contact input.champobligatoire {
	border: 1px solid #c00;
	background-color: #FCEBEB;
}
#contact textarea {
	margin: 0 0 2px 0;
	border: 1px solid #3D5B7E;
	background-color: #F2F7F9;
}
#contact input.btnenvoyer {
	border: none;
	width: 14px;
	height: 14px;
	background-color: #fff;
	margin-left: 5px;
	vertical-align: middle;
}
#contact label.btnenvoyer {
	margin-left: 120px;
	font-size: 12px;
	font-weight: bold;
	color: #f60;
}
#contact label.btnenvoyer:hover {
	text-decoration: underline;
	cursor: hand;
}
p.contactmini {
	font-size: 12px;
	color: #f00;
	text-align: center;
	border: 1px solid #f00;
	margin-top: 30px;
}