#features{
    background: #3b5998 no-repeat;
	display: block;
    height: 620px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: -140px;
}
#features h1{
	margin-top: 30px;
	margin-bottom: 0px;
	color: #fafafa;
}
strong {
	color: #fafafa;
	font-weight: normal;
}
#features .option1{
	margin-bottom: 30px;
}
#features .option1 .feature img {
	float: left;
	max-height: 120px;
	margin-right: 15px;
	margin-top: 5px;
}
#features .option1 .feature .info p {
	color: #fafafa;
	text-align: justify;
	margin-right: 20px;
	padding-top: 5px;
	font-size: 15px;
}
#features .option1 .feature .info h2 {
	color: #fafafa;
	font-size: 21px;
	margin-top: -8px;
	font-weight: normal;
	font-style: italic;
}
#features .option1 .feature .info .cadre{
	color: #fafafa;
	text-align: justify;
	font-style: italic;
	margin-right: 100px;
	margin-left: 80px;
	border: 1px dashed #fafafa;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 14px;
	margin-bottom: 20px;
}
#features .option1 .feature .info .cadre span{
	display: block;
	padding-top: 10px;
	padding-bottom: 14px;
	padding-left: 5px;
	line-height: 20px;
	font-size: 17px;
	text-decoration: underline;
}
#features .option1 .feature .info li {
	list-style-image : url("../img/puce.png") ;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px;
	color: #fafafa;
	margin-right: 20px;
	text-align: justify;
}
#features .option1 .feature .info li a{
	color: #fafafa;
	font-weight: normal;
	float: none;
	font-size: 14px;
	margin: 0px;	
}
#features .option1 .feature .info li a:hover{
	text-decoration: underline;
}
#features .option1 a {
	color: #fafafa;
	float: right;
	font-size: 12px;
	margin-right: 20px;
}
#features .option1 a:hover {
	color: #fafafa;
	font-weight: 600;
}
#features .option1 .feature .info p a{
	color: #fafafa;
	font-weight: normal;
	text-decoration: underline;
	float: none;
	font-size: 14px;
	margin: 0px;
}
#features .option1 .feature .info p a:hover {
	color: #7a3c00;
	text-decoration: underline;
	font-weight: bold;
}