
.buttonBp{
	background-color: #e3b211;
	color:white;
	text-align: center;
	padding: 15px 20px 0 20px; 
	height: 30px;
	width:230px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 30px;
	font-size: 13pt;

	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-ms-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;

}

.buttonBp:hover{

	background-color: #f6c830;
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-ms-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;

}

.buttonBp:focus{

	background-color: #c3980c;
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-ms-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}

.titreBpassociee {
color: #e3b211;
margin-top: 15px;
font-size: 20pt;
}

.line {
width: 100%;
border-bottom: thin solid #e5e5e5;
}


/**************************************************/
/***************dépos bonne pratique***************/
/**************************************************/

.jaunebas{
	width: 100%; height: 120px;
	background-color: #e3b211;
	display: block;
}

div.jaunebas div.lesswide .lesswide-p-margin{
margin-top:-10px;
color:white;
}

.jaunebas a .textPageEngagement{
padding-top:15px;
height:auto;
}

.TitredeposerBonnePratiqueDemarche{
	width: 100%;
	height:40px;
	/*background-color: grey;*/
	padding-top: 15px;
	
}

.TitredeposerBonnePratiqueDemarche div#texte{
	font-size: 23px; 
	color:white;
	text-transform:uppercase; 
	/*line-height: 1.5;*/
	margin-left: 15px;
	width: 70%;
	float: left;
	margin-top: 13px;
	*line-height:1;

}

.TitredeposerBonnePratiqueDemarche div.icon{
	width: 32px;
	height: 32px;
	/*background-image: url('../img/arrows.png');*/
	margin-left: 40px;
	margin-top: 3px;
	float: left;
}

.blocContainerText{
	width:900px;
	height:100px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;

	font-family: 'Muli', sans-serif;
	font-size: 14pt;
	line-height: 20pt;
	color:white;
}

.grand {
background: url(../../img/arrows.png) no-repeat;
font-size: 23px;
line-height: 25px;
padding-left: 40px;
margin-left: 30px;
}

.deposer {
height: 50px;
width: 100%;
display: block;
padding-top: 2px;
}

.smalltext {
margin-left: 30px;
font-size: 14pt;
line-height: 25px;
margin-top: 0;
}

.deposBonnePratiqueDesc {
margin-left: 30px!important;
}

