div#wrapper>header {
width:auto;
height:130px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
background-color:grey;
border:2px solid #000;
box-shadow: 1px 1px 55px #535;
}

		div#logo {
			 margin:40px 0 0 60px;
			 background-image:url(../img/logo.jpg);
			 width:188px;
			 height:39px;
			 text-indent:-9999em;
			}

nav { //* Mise en forme du menu*// 
	display:inline;
	float:right;
	margin-top:-40px;
	margin-right:10px;
}
	nav ul {
		list-style-type:none;
		
		}
		nav ul li {
				float:left;
				margin:0 -10px 0 -10px;
		}
			nav ul li a {
				padding:3px 10px 3px 10px;
				background-color:rgb(99,99,99);	
				-moz-border-radius:15px;
				-webkit-border-radius:15px;			
				color:white;
				margin:15px;
				text-decoration:none;
				font-size:22px;
			}

			nav ul li a:hover {
				background-color:rgba(255,255,255,0.2);
				border-radius:15px;
				-webkit-border-radius:15px;
				-moz-border-radius:15px;
			}
			
article {
float:left;
margin: 10px 0 0 20px;
width:690px; 
}
	
	article h1 {
		margin-left:270px;
		font-size:200%;
		color:white;
		text-shadow: 0 0 5px black;
	}	
	
	article section {
		float:left;
		height:0 auto;
		width:690px;
		background-color:rgba(255,255,255,0.9);
		margin-top:10px;
		margin-bottom:10px;
		border-radius:8px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		box-shadow: 1px 1px 55px #555;
	}

		article section ul {
		margin-left:40px;
		color:rgb(99,99,99);
		font-family: 'Amaranth', "Lucida Grande",Tahoma, "Trebuchet MS", Helvetica, sans-serif;
		font-size:80%;
		}
		
		article section ul li a{
		color:rgb(99,99,99);
		margin-left:20px;
		text-decoration:underline;
		}	
	
		article section header {
		width:400px;
		margin-top:5px;
		font-size:20px;
		font-weight:bold;
		text-indent:5px;
		border-bottom:1px solid #000;
		text-transform: uppercase;
		}

		article section p {
		padding-top:10px;
		margin-left:20px;
		color:rgb(99,99,99);
		text-indent:20px;
		font-family: 'Amaranth', "Lucida Grande",Tahoma, "Trebuchet MS", Helvetica, sans-serif;
		}
		
		article section p:first-letter {
		font-size:20px;
		font-weight:bold;
		}
		
		article section p video {
		margin-left:170px;
		font-family: 'Amaranth', "Lucida Grande",Tahoma, "Trebuchet MS", Helvetica, sans-serif;
		}
		
		article section h2 {
		font-weight:bold;
		color:rgb(99,99,99);
		text-align:center;
		font-size:20px;
		margin-left:40px;
		}
		
		article section footer{
		margin-right:10px;
		margin-bottom:4px;
		float:right;
		font-size:70%;		
		}
		
			article section footer a {
			color:black;
			font-family: 'Amaranth', "Lucida Grande",Tahoma, "Trebuchet MS", Helvetica, sans-serif;
			text-decoration:none;
			}
			
			article section footer a:hover {
			font-weight:bold;
			text-decoration:none;
			}
			
			article>section>footer a:visited {
			color:black;
			text-decoration:none;
			}

			.iframe {
			margin-top:30px;
			margin-left:190px;
			}

.savoir {
	margin:15px 0 -30px 4px;
	text-indent: -9999em;
	background:url("../img/savoir_plus.png") no-repeat;
	height:30px;
	}
	
aside{
	height:0 auto;
	width:205px;
	margin:57px 20px 0 0;
	padding:10px 10px 10px 5px;
	float:right;
	background-color:rgba(255,255,255,0.9);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}
	
	aside>figure>a>img {
	float:center;
	margin:5px 0 10px 60px;
	}
	
	aside>figure>a:hover img
	{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	}
	
	aside p {
	font-family: 'Amaranth', "Lucida Grande",Tahoma, "Trebuchet MS", Helvetica, sans-serif;
	color:rgb(99,99,99);
	margin-top:10px;
	margin-bottom:10px;
	}
	

#wrapper > footer {
	float:left;
	width:675px;
	height:0 auto;
	margin:0 0 10px 20px;
	padding:5px 10px 10px 5px;
	text-align:center;
	font-size:80%;
	background-color:rgba(255,255,255,0.9);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}