body {
	margin: 0;
	padding: 0;
	background:#c1c1c1;
	font: normal 90% Verdana,Arial,Helvetica,Sans-Serif;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	/*background:url(images/texture1.jpg) no-repeat center fixed; */
    /*-webkit-background-size: cover; /* pour Chrome et Safari */
    /*-moz-background-size: cover; /* pour Firefox */
    /*-o-background-size: cover; /* pour Opera */
    /*background-size: cover; /* version standardisée */
    font-size: 12px;
    line-height: auto;
}

h1 {
	font-size: 2em;
	font-weight:bold;
	color: #c158a3;
}

h2 {
	font-size: 2em;
	font-weight:bold;
	color: #b7db44;
}

a {
	font-weight:bold;
	color:#fff;
}

/* Gestion du contenu */
.slide_inside {
	width: 1000px;
	margin: 0 auto;
}

/* Mise en place des différentes slides */

#slide1, #slide2, #slide3 , #slide4{
	height: 1080px;
	padding-top:80px;
}

#slide1 {
	background:url(images/texture1.jpg) center 0 no-repeat fixed;	
	/*background-size: cover;*/
	background-position-y:-90px;
}

#slide1  .slide_inside {
	text-align:center;
	margin-top:200px;
}

#slide2 {
	background: url(images/texture2.jpg) center 0 no-repeat fixed;
	/*background-size: cover;*/
}

#slide2 .slide_inside {
	text-align:center;
}

#slide3 {
	background: url(images/texture3.jpg) center 0 no-repeat fixed;
	/*background-size: cover;*/
}

#slide3 .slide_inside {
	text-align:center;
}

#slide4 {
	background: url(images/texture4.jpg) center 0 no-repeat fixed;
	/*background-size: cover;*/
}

#slide4 .slide_inside {
	background-color: rgba(0, 0, 0, 0.5);
	margin-top:10px;
	padding:50px;
	text-align:center;
}

#menu {
	width: 100%;
	height:80px;
	position: fixed;
	background-color: #000000;
}

#menu_logo {
	float: left;
    padding-top: 10px;
	padding-left: 20px;
}

#menu a {
	display: inline-block;  
    margin: 0 1em;  
    color: #eee;
    text-shadow: 0 0 5px #fff;	 /* Petite lueur */ 
	font-family: Verdana;
    font-size: 16px;
    font-weight: normal;
	text-decoration:none;
}

#menu li {  
    /* on aligne les éléments de liste */  
    display: inline;  
    margin:0; 
	line-height: 4;
}  

#liste {
	float: right;
	padding-right: 20px;
	background-color: #000000;
}

#Id2 {
	float:right;
}
#Id1 {
	float:left;
}