body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#999;
	width: 100%;
    margin: 0px;
}

#global {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	font-size:1.2em;
}

global #header-fond{

	height:140px;
	width:100%;
	
}

#header{
	width:100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#menu{
	width:100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/bg-menu.jpg);
	background-repeat:repeat;
	height:58px;
	line-height:58px;
}


#nav {
	padding: 0; margin: 0;
	text-align: center; /* centrer le texte */
	font-size:18px;
}
#nav li {
	display: inline;
	list-style: none;
}
#nav a {
	display:inline-block;
	margin: 0 30px;
	text-decoration:none;
	color:#FFF;
}


#monimage
{
	width: 100%;
	height:515px;
}

#servicess{
       background: url(img/img3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width: 100%;
	height:400px;
}

#contact
{
       background: url(img/img2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width: 100%;
	height:400px;
}

#content {
	margin-top:50px;
	color:#999;
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
}

#bottom {
	margin-top:50px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
input[type=text] {
	margin-top:1%;
    width: 50%;
	padding: 16px 20px;
    border: none;
    border-radius: 16px;
    background-color: #f1f1f1;
}

input[type=checkbox] {
	margin-top:2%;
    width: 2%;
	padding: 16px 20px;
	

}
textarea {
	margin-top:1%;
    width: 50%;
	padding: 16px 20px;
    border: none;
    border-radius: 16px;
    background-color: #f1f1f1;
}
input[type=button], input[type=submit], input[type=reset] {
    background-color: #9ECAB9;
    border: none;
    color: white;
    padding: 16px 32px;
	border-radius : 16px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	margin-top: 2%;
}
.check{
	margin-top:1%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;

	color:#999;
	width: 100%;
    margin: 0px;
	
}
::placeholder {

  font-family: Arial, Helvetica, sans-serif;
 
}


