.texte {
	padding: 0 15px 0 142px;
}

.encart {
	z-index: 2;
	position: absolute;
	left: 8px
}

.encart ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.encart ul span {
	display: none;
}

h2 a {
	color: #414142;
}

h2 a:hover {
	color: #414142;
	text-decoration: underline;
}

p.construction {
	font-weight: bold;
	padding-left: 70px;
}

p.construction a {
	text-decoration: underline;
}

.texte .adresse {
	position: absolute;
	bottom:0;
	right:0;
	margin: 0 40px 40px 0;
	background: #E3E3E3 url("/images/fond_adresse.gif") no-repeat;
	height: 58px;
	width: 161px;
}

.texte .adresse p {
	line-height: 16px;
	margin: 3px;
}

.adresse .plan {
	float: right;
	margin: -30px 5px 0 0;
}

p.support {
	color: #FF6600;
	font-weight: bold;
	margin: 15px 0 0 50px;
}

form.support {
	background: #E3E3E3 url("/images/fond_support.gif") no-repeat;
	width: 293px;
	height: 177px;
	margin: 0 0 0 30px;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414142;
	margin: 10px 0 0 0;
}

.focus { /*** Mise en avant des champs en cours d'utilisation ***/
	background-color: #CECECE;
	color: #75768E;
}

form.support label {
	float: left;
	width: 100px;
	text-align: left;
	margin: 0;
	padding: 13px 0 0 30px;
	font-weight: bold
}

form.support label:hover {
	cursor: pointer;
}


form.support #oubli {
	background: url("/images/fleche_gris.gif") no-repeat left;
	padding: 5px 0 0 15px;
	margin: 11px 30px 0 20px;
	float: left;
}

