<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 */

</pre></body></html>