
#contenu .nom {
	text-transform : uppercase;
}

#contenu .section {
	position : relative;
}

#contenu .noSection {
	display : block;
	float : left;
	width : 20px;
}

#contenu .noSection .noSection {
	display : block;
	float : left;
	width : 30px;
}

#contenu .texteSection {
	display : block;
	margin-left : 30px;
}

#contenu .texteSection .texteSection {
	display : block;
	margin-left : 40px;
}
