/* ------------------------------------------------------------------------- Liens */
	a {text-decoration:underline}
	a:hover, a:focus, a.focus {text-decoration:none}
	a img {border:none}
	
pre { font-size:1.3em; }
	
/* ------------------------------------------------------------------------- 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
	}

/* --------------------------------------------------------------------------------------------- Contenu */

/* -------------------------------------------------------------------- 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 {
		clear:both;
		font-family:'trebuchet ms';
		padding:15px 0;
	}
	#outils li { list-style-type:none; float:left; }
	
	#outils a {
		float:left;
		display:block;
		color:#666;
		text-decoration:none;
		margin-right:20px;
		padding-left:16px;
		padding-bottom:1px; 
	}
	#outils a:hover { text-decoration:underline; color:#564B59; }
	
	#retour { background:url(../images/background/retour.gif) no-repeat 0 1px; }
	#envoyer_ami {background:url(../images/background/envoyer_page.gif) no-repeat 0 1px; }
	#outils #imprimer { padding-left:18px; background:url(../images/background/imprimer.gif) no-repeat 0 1px; }
		#imprimer span { clear:both; }
		#imprimer span a {text-decoration:underline}
		#imprimer span a:hover {text-decoration:none}
	#haut_page_link { background:url(../images/background/haut_page.gif) no-repeat 0 1px; }
