/* CSS Document */
/* -------------------------------------------------------------------- Formulaire */
	input:focus,
	input.focus,
	textarea:focus,
	textarea.focus,
	select:focus,
	select.focus {background:#fff0f4}
	input.bouton, div.contenu div.conteneur input.bouton, div.contenu div.content-action input, #boutons a {
		font-family:tahoma;
		font-size:1em;
		color:#fff;
		background:#948c82;
		border:1px solid #948c82;
		padding:1px;
		cursor:pointer
	}
	#boutons a {
		text-decoration:none;
		padding:2px 3px
	}
	#boutons a:hover,
	#boutons a:focus,
	#boutons a.hover,
	div.contenu #boutons input:hover,
	div.contenu #boutons input:focus,
	div.contenu #boutons input.focus,
	div.contenu div.content-action input:hover,
	div.contenu div.content-action input:focus,
	div.contenu div.content-action input:focus
	{
		color:#333;
		border-color:#948c82;
		background:#fff0f4
	}
/* -------------------------------------------------------------------- Liens externes */
	#left div.bloc ul li a.externe {
		background:none;
		padding-right:0
	}
	#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:30px 0 10px 0
	}
	#outils a {
		color:#666;
		background-repeat:no-repeat;
		background-position:left center;
		padding:0 0 0 21px;
		margin:0 23px 0 0;
		text-decoration:none
	}
	#outils #retour {background-image:url(../images/background/retour.gif)}
	#outils #imprimer {
		background-repeat:no-repeat;
		background-image:url(../images/background/imprimer.gif);
		padding-left:21px
	}
	#outils #envoyer_ami {background-image:url(../images/background/envoyer_page.gif)}
	#outils #ajout_carnet_route {
		background-image:url(../images/background/ajouter_carnet_route.gif);
		padding-left:25px
	}
	#outils #haut_page {
		background-image:url(../images/background/haut_page.gif);
		margin:0
	}
	#outils a:hover, #outils a:focus, #outils a.focus {text-decoration:underline}
/* ------------------------------------------------ Cas du js désactivé */
	#outils p {
		line-height:1.4em;
		background-position:left 3px;
		margin-bottom:6px
	}
	#outils p a {
		padding-left:0;
		margin-right:0;
		text-decoration:underline
	}
	#outils p a:hover, #outils p a:focus, #outils p a.focus {text-decoration:none}
