 .slides {
 
  margin: 0 auto;
}

.slides ul {
  list-style: inside none disc;
  margin: 0;
  padding: 0;
}


.white {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

h1 {
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
	vertical-align: middle;
	float: left;
	clear: both;
}

p {
	text-align: justify;
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}



input {
	margin-top: 10px;
	height: 30px;
	}
	
	

#conteneur {
	height: 50%;
	width: 100%;
	background-color: #7C7069;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#logo  {
	
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
}

.map {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
	textarea  {
	background-color: #FFF;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
	font-size: 14px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}

footer a {
	text-decoration: none;
	color: #FFF;
	}
	
	a:hover {
	text-decoration: none;
	color: #7C7069;
	}
	

a {
	text-decoration: none;
	color: #7C7069;
	}
	
footer {
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
	color: #FFF;
}
