/* page layout */

	*{
	    margin:0;
	    padding:0;
	}
	
	html,body {
	
	/* height : 100%; */
	}
	
	
	
	
	a:nth-child(4){
text-decoration: underline;
/* font-family: quicksand;
font-weight: bold;
opacity: 1;
*/

}

	
	body {
	    background-image: url("../images/6blur.jpg");
		background-size : 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-color: black;
		/*background-color:#bababa;*/
	    
	}

.conteneur  {
position: relative;
top: 100px;
/*  left: 30px;*/
margin-left: auto;
margin-right: auto;
width: 45%;
border-style: ridge;
    border-width: 5px;
}


audio 
{
	margin-left : 100px;
	
}

	.video ul {
	width: 30%;
	margin: auto;
	text-align: center;
	}
	.videos li {
margin: auto;
	display: inline;
margin-top: 100px;
text-align: center;
position: center;
font-family: quicksand;
font-weight: lighter;
opacity: 1;
font-size: 1.5em;
color: white;
text-shadow: 1px 1px 3px black;
}		