.formulaire {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}


#contact, .merci, #membres, #recherche {
	width: 50%;
	padding:0;
	margin: 10px 0 0 100px;
}

.merci {
	font-style: italic;
}

#contact label:hover, #membres label:hover, #recherche label:hover {
	cursor: pointer;
}

#contact fieldset, #membres fieldset, #recherche fieldset{
	border: 1px solid #ECECEC;
	margin: 0;
	padding: 0;
}

#contact textarea, #contact input, #membres input, #recherche input{	
	border: 1px solid #D3D3D3;
}

/* Les intitutlés de chaque sous-ensemble */
#contact legend, #membres legend, #recherche legend {
	font-weight: bold;
	color: white;
	padding: 5px 0;
}

/* Positionnement des champs de formulaires */
#contact #coordonnees, #contact #message,#contact #cv, #membres #coordonnees, #recherche #recherchez {
	text-align: right;
	padding: 8px 8px 8px 0;
	margin: 0;
}

/* Les textes */
label {	
	font-size: 0.95em;
}



/* Les champs */
#contact input, #membres input, #recherche input  {
	/*width: 200px;*/
	padding: 0;
	margin: 3px 0 0 8px;
}

#contact textarea {
	/*width: 200px;*/
	padding: 0;
	margin: 3px 0 0 8px;
	height: 10em;
}


#contact #submit, #membres #submit, #recherche #submit{
	background-color: #F6F6F6;
	margin: 10px 0 0 0;
	padding: 0;
	cursor: pointer;
}

#ecrivez {
	width: 250px;
}


.attention {
font-size: 1em;
font-weight: bold;
}

a.retour {
color: fuchsia;
text-decoration: none;
}

a:hover.retour {
color: yellow;
}
