body {
	background: white;
	font-family: Ropa Sans;
	font-size:16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align:center;
	line-height:1.5em;
	color:#100e09;
	background-image:linear-gradient(90deg, white, #c9c8c8);
	height:100%;
	color:#212121;
		
	}

#page {
	background-image: url("fond-site.png");
	width:100%;
	min-height:1000px;
	background-repeat: no-repeat;
    background-position: top center;
}

#menu {
	margin:0 auto;
	color:#e10e17;
	font-size:24px;
	width:800px;
	text-align:left;
	margin-top:220px;
	font-family : Teko;
	font-weight:normal;
}

#menu a {	
	color:#e10e17;
	text-decoration:none;
}

#menu a:hover {	
	color:#212121;
}

#contenu {
	margin:0 auto;
	padding-left:30px;
	padding-top:5px;
	padding-right:30px;
	padding-bottom:20px;
	width:770px;
	min-height:500px;
	border-radius:20px;
	border:4px solid #e10e17;
	margin-top:0px;
	background-color:white;
	text-align:left;
}

h1 {
	font-family : Teko;
	font-weight:normal;
	font-size:32px;
	color:#212121;
	padding-left:40px;
}

h2 {
	font-family : Teko;
	font-weight:normal;
	font-size:28px;
	color:#212121;
	padding-left:40px;
}

h3 {
	
	font-family: Teko;
	font-size:20px;
	color:#e10e17;
	font-weight:normal;
}
	
	

#footer {
	margin:0 auto;
	text-align:center;
	font-size:11px;
	width:770px;
}

ul {
	margin-left:-20px;
}
