/* CSS Document */
/* -------------------------------------------------------------------- Formulaire */
	input:focus,
	input.focus,
	textarea:focus,
	textarea.focus,
	select:focus {background:#dbedf4}
	input.bouton, div.contenu div.conteneur input.bouton, div.contenu div.content-action input {
		font-family:tahoma; font-size:1em; color:#fff; background:#F5600F; border:1px solid #F5600F; padding:1px; cursor:pointer; }
	input.bouton:hover,
	input.bouton:focus,
	#boutons input.focus,
	div.contenu div.conteneur input.bouton:hover,
	div.contenu div.conteneur input.bouton:focus,
	div.contenu div.content-action input:hover,
	div.contenu div.content-action input:focus,
	div.contenu div.content-action input.focus {
		color:#F5600F; background:#fff }
/* -------------------------------------------------------------------- Liens externes */
	#main a.externe { background:url(../images/background/lien_externe.gif) no-repeat right center; padding:0 14px 0 0;}
	#main div.zone_contextuelle a.externe {background-image:url(../images/background/lien_externe_zone_contextuelle.gif);}
/* -------------------------------------------------------------------- Outils */
	#outils { float:left; width:100%; color:#fff; padding:20px 0 10px 0;}
	#outils a {color:#647674; background-repeat:no-repeat; background-position:left center; padding:0 0 1px 18px; margin:0 30px 0 0; text-decoration:none;}
	#outils #retour {background-image:url(../images/background/retour.gif);}
	#outils #imprimer {background-image:url(../images/background/imprimer.gif);}
	#outils #envoyer_ami {background-image:url(../images/background/envoyer_page.gif);}
	#outils #haut_page { background-image:url(../images/background/haut_page.gif); margin-right:0; padding-bottom:2px; }
	#outils a:hover, #outils a:focus, #outils a.focus {text-decoration:underline;}
