body{
background-image: url(../img/bg_cont.png);
background-repeat: no-repeat;
}

.entete{
	height: 80px;
	padding: 10px;
	text-align: center;
}

.menu_lang{
	color: #697073;
	padding-right: 40px;
	text-align: right;
}

.contenu{
	padding: 10px;
	padding-left: 300px;
	margin-top: 260px;
	margin-bottom: 70px;
}

p{
	color: grey;
}


#menu{
position: fixed;
}
.menu, .sousmenu{
	text-align:left;
}
.menu{
	width:240px;
	padding:2px 15px;
	background:#ea5a00;
	color:#fff;
}

.sousmenu{
	padding-left:20px;
	color:#fff;
	background:#ea5a00;
	#D15203 !important;
}


.menu a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-family:arial,sans-serif;
	font-size:20px;
	text-decoration:none !important;
}
.sousmenu a{
	padding-top: 5px;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
	font-family:arial,sans-serif;
	text-decoration:none !important;
}



          textarea{
                    height: 80px;
                    width: 100% !important;
                    border-radius: 10px;
                    border: none;
          }

          #bouton_envoi{
                    width: 20% !important;
                    margin-top: 20px;
                    height: 35px;
                    border-radius: 10px;
                    border: none;
                    margin-left: 430px;
                    font-size: 16px;
                    color: #fff;
                    text-transform: uppercase;
                    background-color: #ea5a00;
          }

          #bouton_form{
                    width: 100% !important;
                    margin-bottom: 10px;
                    height: 35px;
                    border-radius: 10px;
                    border: none;
          }

footer{
	background-color: #fff;

}

.footer li{
	color: :#383941;
}


.menu a:hover, .sousmenu a:hover, .menu a:active, .sousmenu a:active, .menu a:focus, .sousmenu a:focus{
	text-decoration: none !important;
	color: #fff;
}

@media screen and (min-width: 1340px) and (max-width: 1500px) {
	body{
	background-image: url(../img/bg_cont2.png);
	background-repeat: no-repeat;
	background-size: cover;
	}

	.contenu{
		margin-top: 200px;
		padding-left: 212px;
	}

	#menu{
	position: fixed;
	margin-top: 150px;
	}
	.menu, .sousmenu{
		text-align:left;
	}
	.menu{
		width:250px;
		padding:2px 15px;
		background:#ea5a00;
		color:#fff;
	}

	footer{
		background-color: #fff;
		margin-top:1060px;

	}

	.footer a{
		color: :#383941;
	}
}


@media screen and (min-width: 1500px) and (max-width: 5000px) {

	body{
	background-image: url(../img/bg_cont2.png);
	background-repeat: no-repeat;
	background-size: cover;
	}

	.contenu{
		margin-top: 290px;
		padding-left: 212px;
	}

	#menu{
	position: fixed;
	margin-top: 150px;
	}
	.menu, .sousmenu{
		text-align:left;
	}
	.menu{
		width:250px;
		padding:2px 15px;
		background:#ea5a00;
		color:#fff;
	}

	footer{
		background-color: #fff;
		margin-top:1060px;

	}

	.footer a{
		color: :#383941;
	}
	}


}
