#diaporama {
	border:0px solid red;
	position:relative;
	height:121px;
	margin:5px 0;
}

#diaporama img {
	position: absolute;
	top:0;
	left:0;
	border: 0px solid #666;
	width: 159px;
}

.cl {
	clear:both;
}

.espaceVisit {
	border:0px solid red;
	background:#96C12F;
	margin:10px 0;
	padding:5px 0;
	text-align:center;
}

.espaceVisit a{
	text-transform:uppercase;
	color:white;
	font-weight:bold;
	text-decoration:none;
}

.espaceVisit a:hover {
	text-transform:uppercase;
	color:yellow;
	font-weight:bold;
	text-decoration:underline;

}

.footer .agri {
	background-position:0px 0px;   
	margin:0;
	padding:0;
	padding-top:-10px;
	list-style-type:none;
}
.footer .agri a {
	border-left:0px solid #06501C;
	border-right:0px solid #06501C;
}
.footer .agri img {
	padding-top:0;
}

/* ------------------------- div : corpForm (le formulaire) ------------------------- */
#corpForm {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	border: 0px solid black;
	color: black;
	background: transparent;
	margin: 0;
	padding: 1em;
}
#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: black;
	background: transparent;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	border:0px solid blue;
	width:90%;
	margin:0 auto;
	padding: .5em 0;
	text-align:left;
}
#corpForm label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 28%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: left;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 2em;	/*** ... et centrés verticalement. ***/
	cursor:pointer;
	background:#ddd;
}
#corpForm input { background:#fff;	margin-left:3px; text-align:left; }
#corpForm select { margin-left:3px; padding:2px 0; font-size:1em; }
#corpForm label:hover { cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/ }
#corpForm textarea { margin-left:3px; font-family:Trebuchet MS; font-size:100%; }
#corpForm .enviar { background:#f0f0f0; text-align:center; margin:0 auto; padding:10px 0; }
#corpForm .enviar input { color:#116EA3; background:#f0f0f0; }


/**/
#corpForm .souhaite .ttable {
	font-size:1em;
	border-collapse:collapse;
	background:#ddd;
}
#corpForm .souhaite .ttable td {
	padding: 3px 0px;
	padding-right:20px;
}
#corpForm .souhaite .ttable td.tab { width:36%;}
#corpForm .souhaite .ttable td.inp { background:#fff; }

/**/
#corpForm #valid { margin-top:20px; background:inherit;	}


