/* CSS Document */
/* --------------------------------------------------------------------------------------------- Input type submit/button */
	input.bouton, input.defaultbutton {
		font-family:tahoma;
		font-size:1em;
		color:#fff;
		background:#009CDC;
		border:1px solid #3d6b85;
		padding:1px;
		cursor:pointer
	}
	
	a.bouton {
		font-family:tahoma;
		font-size:1em;
		color:#fff;
		background:#009CDC;
		border:1px solid #3d6b85;
		cursor:pointer;
		padding:2px 5px;
		float:left;
	}
	a.bouton:hover { text-decoration:none; }

/* --------------------------------------------------------------------------------------------- Fil d'arianne */
	#contenu #fil_arianne {
		line-height:1.4em;
		margin-top:5px;
		margin-right:10px
		color:#737373;
	}
	#contenu #fil_arianne a {color:#737373;}
/* --------------------------------------------------------------------------------------------- Outils */
	#outils {
		float:left;
		width:100%;
		padding:20px 0 20px 0
	}
	#outils a {
		color:#27667d;
		background-repeat:no-repeat;
		background-position:left 50%;
		padding:0 0 0 21px;
		margin:0 30px 0 0;
		text-decoration:none
	}
	#outils p {
		line-height:1.4em;
		background-position:left 3px;
		margin-top:6px;
		margin-bottom:6px
	}
	#outils p a {
		padding-left:0;
		margin-right:0;
		text-decoration:underline
	}
	#outils p a:hover, #contenu #outils p a:focus {text-decoration:none}
	
	#outils #envoyer_ami {background:url(../images/background/envoyer_page.gif) no-repeat 0 2px;}
	#outils #imprimer {	background:url(../images/background/imprimer.gif) no-repeat; padding-left:21px }
	#outils #haut_page {background:url(../images/background/haut_page.gif) no-repeat 0 2px; padding:0 0 0 15px;}
	#outils #retour {background:url(../images/background/retour.gif) no-repeat;}
		#outils a:hover, #contenu #outils a:focus, #contenu #outils a.focus {text-decoration:underline}
