body{
background-color:#4c4c4c;
}

#conteneur{
	background-color:white;
	width:1280px;
	max-width:1280px;
 	height: 1300px;
	box-shadow:0px 20px 50px rgba(0,0,0,0.5);
	overflow:visible;
}


#logoRivageGrand{
		left:115px;
		top:280px;
}
.reduction2{
	width:240px;
}

nav ul{
	position:absolute;
		top:420px;
		left:400px;
}

nav ul li{
	float:left;
	margin-left:20px

}

nav a{
	width:auto;
	padding:0px;
	height:25px;
}

.bandeaubleu{
	background-color:white;
}

.border{
	border-bottom:solid 8px #009ae3;
}

#contact{
    left: 632px;
    top: 959px;
}

#contact a{
text-decoration:none;
}


#contact h2, p{
	font-size:21px;
	line-height:46px;
}

#message{
    left: 6px;
    top: 675px;
	color:black;
	font-size:20px;
}

textarea{
    left: 25px;
    top: 703px;
    width: 420px;
    height: 553px;
	border-color:rgba(0,0,0,0);
	background-color:rgba(0,0,0,0);
	color:#676767;
	z-index:1;
}


#petittriangle{

    left: 1069px;
    top: 1212px;
}

#carte{
display:block;
position:absolute;
    left: -112px;
    top: 490px;
	z-index:0;
}

.reduction10{
	width:1325px;
}

input{
  	left: 988px;
    top: 1214px;
	}

input, #petittriangle, textarea, #message, #contact{
	-webkit-transform:rotate(-7deg);  
	-moz-transform:rotate(-7deg);
	-o-transform:rotate(-7deg);
	transform:rotate(-7deg);
	}

