/**
 *	Feuille de style gerant la structure de la page d'accueil
 */
.longtext { text-align: justify; }

#leftBar {
	clear: left;
	float: left;
	font-size: 0.8em;
	margin-right: 10px;
	width: 180px;
}
	#leftBar .contentBloc {
		border: 1px solid #aaa;
		background: #F39939;
		margin: 10px 0px;
		padding: 1px 10px 15px;
	}
		#leftBar .contentBloc h2 {
			color: #000;
			font-size: 1em;
			text-align: center;
			border-bottom: 1px solid #FACF06; 
		}
		#leftBar .contentBloc a:hover {
			text-decoration: none;
			color: #0000FF;
		}

.goleft { width: 775px; float: left; }
.boite .resume {
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 385px;
}
.boite .resume .desc { width: 235px; }
