#page h1{
	position: relative;
	margin-top: 35px;
	padding-bottom: 10px;	
	margin-bottom: 40px;
	text-transform: uppercase;
}
#page h1:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #959595;
}
#page h1 span{
	position: relative;
}
#page h1 span:after{
	content: '';
	position: absolute;
	bottom: -10px;
	z-index: 1;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #fba809;
}
#page .titre{
	font-size: 25px;
	color: #8d0000;
}
#page .sous_titre{
	font-size: 19px;
	color: #222;
	margin-top: 15px;
	margin-bottom: 40px;
}