@charset "utf-8";
/* CSS Document */
body{
	width:100%; height:; margin:0px; padding:0px;
}
	#nav{
		width:100%; height:; float:left;
		background-color:;
	}
		#main{
			width:100%; height:; float:left;
		}
			#header{
				width:100%; height:80px; float:left;
				background-color:#f9de33; margin:0px; padding:0px;
				-webkit-box-shadow: 10px 10px 35px 0px rgba(255,255,255,1);
				-moz-box-shadow: 10px 10px 35px 0px rgba(255,255,255,1);
				box-shadow: 10px 10px 35px 0px rgba(255,255,255,1);
			}
				#header p{
					width:; height:; float:left; margin-left:150px;
					font-family:arial; font-weight:normal; font-size:22px;
					text-decoration:none; color:black; margin-top:30px;
				}
				#header img{
					width:10%; heiht:50px; float:left; margin-left:850px; position:absolute; z-index:9999;
					margin-top:5px;
				}
			#contenu{
				width:100%; height:845px; float:left;
				background-color:#2d2d2d;
			}
				#explications{
					width:33%; height:; float:left; background-color:#2d2d2d;
					margin-left:100px; margin-top:25px;
				}
					#explications h1{
						width:100%; height:; float:left; color:white; font-family:arial;
						font-weight:normal;  font-size:22px; margin-left:80px;
					}
					#explications p{
						width:100%; height:; float:left; color:white; font-family:arial;
						font-weight:normal; text-align: justify; text-justify: inter-word;
					}
				#download{
					width:33%; height:; float:left; background-color:#2d2d2d;
					color:white; font-family:arial; font-weight:normal;
					margin-top:130px; margin-left:80px;
				}
					#download span{
						width:100%; height:; float:left; color:white; font-family:arial;
						font-weight:normal; text-align: justify; text-justify: inter-word;
					}
					#download button{
						width:38%; height:40px; float:left; color:#2d2d2d; font-family:arial;
						font-size:16px; font-weight:normal; text-align: center; 
						text-justify: inter-word; text-decoration:none; background-color:#f9de33; 
						border-radius:25px; margin-left:200px; margin-top:25px; 
					}
				#animation{
					width:; height:; float:left; position:absolute; z-index:9999;
					margin-left:1550px; margin-top: 100px;
				}
			#footer{
				width:100%; height:20px; float:left;
				background-color:#f9de33; margin:0px; padding:0px;
			}
