@charset "utf-8";
/* CSS Document */
.centerBloc h2{
	font-size:36px;
	line-height:36px;
}
.infosEquipe{
	width:100%;
	display: inline-block;
	position:relative;
	margin-top:15px;
}
.infosEquipe.bordureG{
	border-left:solid 5px #000000;
  	padding-left: 20px;
}
.blocTxt4 {
	min-height:25px;
    margin-top: 0px;
	border-bottom:none;
}
.txt4 {
    font-size:30px;
	line-height:30px;
}
.pictoTxtOff, .pictoTxtOn{
    height: 25px;
    width: 25px;
}
.traitGris{
	width:100%;
	height:1px;
	line-height:1px;
	display: inline-block;
	position:relative;
	background-color: rgba(102,102,102,.1);
	margin:15px 0 10px 0;
}
.blocSupplementaire {
	margin-top:0px;
}