/* CSS Document */
/* --------------------------------------------------------------------------------------------- Surcharge */
/* ------------------------------------------------------------------------- Contenu */
	#main #contenu {
		width:746px;
		padding:0 20px 0 0
	}
/* ------------------------------------------------------------------------- Right */
	#main #right span.titre_rubrique {font-size:1.3em}
	#main #right ul.recherche {
		float:left;
		padding:0 0 0 10px;
		margin:0 0 20px 0
	}
	#main #right ul li {
		background:url(../../images/elements/carre_gris.gif) no-repeat 0 6px;
		padding:0 0 0 10px;
		margin:0 0 6px 0
	}
	#main #right ul li a {
		color:#69c028;
		text-decoration:underline
	}
	#main #right ul li a:hover {text-decoration:none}
/* --------------------------------------------------------------------------------------------- Nombre de résultats de la recherche */
	#main #contenu #nombre_resultats {
		float:left;
		width:100%;
		font-size:1.1em;
		color:#1355bc;
		background:url(../../images/elements/dotted_grisC.gif) repeat-x left bottom;
		padding:5px 0
	}
	#main #contenu #nombre_resultats strong {color:#69c028}
	#main #contenu #no_resultat {
		float:left;
		width:100%;
		color:#ff0000;
		padding:3px 0;
		margin:0 0 15px 0
	}
	* html #main #contenu #no_resultat {float:none}
/* --------------------------------------------------------------------------------------------- Résultats de la recherche */
	#main #contenu #resultats li {
		position:relative;
		float:left;
		width:98%;
		background:#f7f9fa url(../../images/elements/dotted_recherche.gif) repeat-x bottom;
		padding:10px 1% 20px 1%;
		margin:0 0 10px 0
	}
	/*#main #contenu #resultats li.first {background:#e1f2d4 url(../../images/elements/dotted_recherche.gif) repeat-x bottom}*/
	#main #contenu #resultats li span.type {
		float:right;
		text-transform:uppercase;
		color:#fff;
		background:#bed3f4;
		padding:0 4px
	}
	#main #contenu #resultats li a {
		color:#69c028;
		font-weight:bold;
		font-size:1.2em;
		background:url(../../images/elements/puceV.gif) no-repeat 0 5px;
		padding:0 0 0 11px
	}
	#main #contenu #resultats li a:hover {text-decoration:underline}
	#main #contenu #resultats li p {
		text-align:justify;
		padding:2px 0 0 0
	}
/* --------------------------------------------------------------------------------------------- Aide */
	#main #contenu #aide {padding:0 0 0 20px}
	#main #contenu #aide li {
		background:url(../../images/elements/carre_gris.gif) no-repeat 0 6px;
		padding:0 0 0 7px;
		margin:0 0 3px 0
	}