/*HTML*/
body{
margin-top:60px;

}

h2{
padding-top:20px;
padding-bottom:15px;
}

h1{
text-align:center;
margin-bottom:-30px;
font-size: 40px;

}

/*Fond*/
#Sectionparagraphe1 {
padding-top:100px;
margin-top:-70px;
		background: url(../../resources/default/1_0/images/fond-vague.jpg) fixed ;

	background-attachment: relative;
	background-position: center center;
	min-height: 1050px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/*1er partie*/
#section3{
	margin-top : 35px;
	margin-bottom:20px;}


/*Section 2 fond bleu */
#section2{
	background-image: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
	padding-top : 10px;
	padding-bottom : 35px;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

