/* ------------------------------------------------------------------------- Liens */
	a {text-decoration:underline}
	a:hover, a:focus, a.focus {text-decoration:none}
	a img {border:none}
/* ------------------------------------------------------------------------- Liste */
	ul {list-style:none}
/* ------------------------------------------------------------------------- Divers */
	strong {font-weight:bold}
	em {font-style:italic}
	label {cursor:pointer}
	abbr, acronym {
	  border-bottom:1px dotted #333;
	  cursor:help
	}

/* --------------------------------------------------------------------------------------------- Input type submit/button */
	input.bouton, input.defaultbutton {
		font-family:tahoma;
		font-size:1em;
		color:#fff;
		background:#8a0121 url(../images/background/button.gif) repeat-x;
		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
		border-right:1px solid #000;
		border-bottom:1px solid #000;		
		padding:1px;
		cursor:pointer
	}
	input.bouton:hover, input.bouton:focus, input.defaultbutton:hover, input.defaultbutton:focus {
		border-color:#000;
	}
	
	.contenu a.bouton {
		text-decoration:none;
		font-family:tahoma;
		font-size:1em;
		color:#fff;
		background:#8a0121 url(../images/background/button.gif) repeat-x;
		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
		border-right:1px solid #000;
		border-bottom:1px solid #000;		
		padding:2px 3px;
		cursor:pointer;
	}
	
	a.bouton:hover {
		border-color:#000;
	}		
		
/* --------------------------------------------------------------------------------------------- Contenu */
/* -------------------------------------------------------------------- Fil d'arianne */
	#fil_arianne {
		
	}
	#fil_arianne a {
		/**/color:#000
	}

/* -------------------------------------------------------------------- Sommaire */
	#sommaire {
		clear:both;
		padding:10px 0 5px 20px;
		margin:20px 0 0 0
	}
	#sommaire h2 {
		/**/color:#000;
		margin-bottom:10px
	}
	#sommaire ul {
		font-size:1.1em;
		padding-left:60px
	}
	#sommaire ul li {
		
	}
	#sommaire ul li a {
		/**/color:#000;
		text-decoration:none
	}
	#sommaire ul li a:hover, #sommaire ul li a:focus, #sommaire ul li a.focus {text-decoration:underline}
/* -------------------------------------------------------------------- Plan du site */
	#plan_site {
		float:left;
		width:100%;
		border-collapse:collapse
	}
	#plan_site tr td {
		vertical-align:top;
		padding:0 5px 5px 5px
	}
	#plan_site tr td h2 a {text-decoration:none}
	#plan_site tr td h2 a:hover, #plan_site tr td h2 a:focus, #plan_site tr td h2 a.focus {text-decoration:underline}
	#plan_site tr td ul li a {
		/**/color:#000;
		text-decoration:none
	}
	#plan_site tr td ul li a:hover, #plan_site tr td ul li a:focus, #plan_site tr td ul li a.focus {text-decoration:underline}

/* -------------------------------------------------------------------- Outils */
#outils {
		position:relative;
		float:left;
		width:100%;
		font-family:'trebuchet ms';
		padding:0 0 30px 0;
		margin:30px 0 0 0
	}
	#outils li {
		list-style-type:none;
		float:left;
		background-repeat:no-repeat;
		background-position:left 1px;
		padding:0 0 0 17px;
		margin:0 20px 0 0;
	}
	
	#outils a {
		color:#666;
		text-decoration:none;
		padding-left:17px;	
		margin-right:10px;	
	}
	#outils li a:hover { text-decoration:underline; color:#AF0F27; }
	
	#retour {background:url(../images/background/retour.gif) no-repeat; }
	#envoyer_ami {background:url(../images/background/envoyer_page.gif) no-repeat 0 2px;}
	#imprimer {background:url(../images/background/imprimer.gif) no-repeat 0 2px;}
		#imprimer span {
			clear:both;
			}
			#imprimer span a {text-decoration:none}
			#imprimer span a:hover {text-decoration:underline}
	#haut_page {background:url(../images/background/haut_page.gif) no-repeat 0 2px;}
	#outils .moncarnetderoute_add {background:url(../images/background/roadmap.gif) no-repeat 0 2px;}
	
	#outils a:hover { text-decoration:underline; }
	
