@charset "utf-8";

	/* -------------------------------------------------------------------------------------------------------- */
	/* Zone d'en-tête du scroll conteneur div#contenuPrimaire */
	/* -------------------------------------------------------------------------------------------------------- */
	
	div#conteneurScrollPrimaireEnTete {
		top: 354px;
		left: 61px;
		
		width: 466px;
		height: 23px;
		
		line-height: 23px;
		
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #f4c0c6;
	}
	
	div#conteneurScrollPrimaireEnTete h2 {
		font-size: 1em;
	}
	
	/* -------------------------------------------------------------------------------------------------------- */
	/* Zone de scroll contenant div#contenuPrimaire */
	/* -------------------------------------------------------------------------------------------------------- */
	div#conteneurScrollPrimaire {
	}
	