body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bloc-lg{
	padding:0 15px;
}

img{
	width: 100%;
	text-align: center;
}


h1,h2,h3,h4,h5,h6,p,label{
	font-family:"Helvetica";
}

p{
	font-size:15px;
	letter-spacing:1px;
	line-height:30px;
}
h2{
	font-size:16px;
	line-height:30px;
	letter-spacing:1px;
	color: #005190;
}