@charset "utf-8";
/* general.css : CSS des menus et parties fréquentes du site */
/*
- class : validation
*/

/* Bouton de validation - début */

	.validation,.envoi_form
	{
		margin:10px auto 10px auto;
		width:100%;
		font-size:12px;
		display:block;
	}

	.validation input.submit,.envoi_form input.submit
	{
		margin:0 auto;
		padding:0;
		width:62px;
		height:19px;
		border:none;
		display:block;
	}
	
	.envoi_form input.submit{width:69px;height:20px;}


/* Bouton de validation - fin */

/* Bouton de recherche - début */

	.lancer_recherche
	{
		margin:4px 10px 0 0;
		width:143px;
		float:right;
	}
	
	.lancer_recherche input
	{
		margin:0;
		padding:0;
		width:143px;
		height:20px;
		border:none;
		background:none;
	}
				
/* Bouton de recherche - fin */

