
.titre-bleu2,
.titre-bleu {
	text-transform: uppercase;
	background: #ccc;
	font-size: 26px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #fff;
}

.titre-bleu2 {
	background: #666;
}

.bouton-bleu {
	background: #ccc;
	font-size: 14px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 6px;
	width: 140px; height: 40px; 
	margin: 60px auto 80px !important;
}

.bouton-bleu:hover a,
.bouton-bleu a {
	cursor: pointer;
	color: #fff !important;
	text-decoration: none ;
}

.bouton-bleu:hover {
	background: #D4D4D4;
}


.text-bleu {
	color:  #ccc;
	text-align: center;
	line-height: 2em;
	font-size: 14px; 
	padding: 10px 20px; 
	display: inline-block;
}

.text-bleu-underline:after {
	content: '';
    display: block;
    width: 200px;
    height: 0;
    border-bottom: 3px solid #444;
    margin: 15px auto 0;
} 
.text-bleu-underline {
	color:  #ccc;
	text-align: center;
	line-height: 2.5em;
	font-size: 14px; 
	padding: 10px 20px; display: inline-block;

}




.titre-gold { color: #444; font-style: italic; font-size: 16px; padding: 0 20px; display: inline-block; line-height: 1.2em;}
.puce-losange { min-height: 2rem ;padding-left: 50px; line-height: 1.5rem;}
.puce-losange:before {
	content: '';
	position: absolute;
	float: left;
	width: 14px;
	height: 14px;
	background: #444;
	transform: rotate(45deg);
	margin-right: 14px;
	margin-left: -28px;

}

.fond-gris-leger {
	background: #f5f5f5;
	padding: 0 30px 20px;
	box-sizing: border-box; 
}

.fond-gris-underline {
	background: #f5f5f5;
	padding: 30px 20px;
	box-sizing: border-box;

	border-bottom: 3px solid #ccc;
}

.text-right { text-align: right }
.text-center { text-align: center }

.bleu-underline {
	text-align: center;
	border-bottom: 10px solid #dedede;
}
