@charset "UTF-8";


/* Formulaire général */

#formulaire{
	background:#fff;
	width:600px;
	height:340px;
	color:#666;
	padding:10px;
}

/* Entête */
#titre{
	font-size:16px;
	color:#86b2d0;
	padding:10px;
}

	#lien a{
		text-decoration:underline;
		color:#3d5467;
		padding:10px;
	}
	
	#lien a:hover{
		text-decoration:underline;
		color:#86b2d0;
		padding:10px;
	}

#erreur_message{
	color:#F00;
	font-weight:bold;
	padding:10px;
}

/* Formulaire */

	/* nom */
	#nom{
		clear:both;
		padding:10px;
	}
	#nom_label{
		width:200px;
		float:left;
	}
	#nom_input{
		float:left;
	}

	/* mail */
	#mail{
		clear:both;
		padding:10px;
	}
	#mail_label{
		width:200px;
		float:left;
	}
	#mail_input{
		float:left;
	}
	
	/* mail destinataires */
	#mail_destinataires{
		clear:both;
		padding:10px;			
	}
	#destinataires_label{
		width:200px;
		float:left;
	}
	#destinataires_input{
		float:left;
	}
	
	/* message */
	#message{
		clear:both;
		padding:10px;		
	}
	#message_label{
		width:200px;
		float:left;		
	}
	#message_input{
		float:left;	
	}

	/* instructions */
	#captcha_label{
		width:200px;
		float:left;	
	}
	
	#captcha_input{
		float:left;
	}
	#captcha_input input{
		width:100px;
		margin:0px 0 0 20px;
	}
	
	#captcha_input img{
		padding:0px 0 0 0px;
	}
	
	#captcha{
		clear:both;
		padding:10px;
	}
	
	/* captcha */
	#instructions{
		clear:both;
		float:left;
		font-size:9px;
		padding:10px;
	}

	/* bouton envoyer*/
	#envoyer{
		clear:both;
		float:left;
		padding:10px;
	}
