
html, body {
font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
font-size: 14px; font-style: normal; font-variant: normal; 
margin : 3%;
padding : 0;
height : 100%;
width : 100%%;

  background: transparent;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
}


p {
	color: #ffffff;
	text-align : justify;
	}

h2 {color: #ffffff;}

h3 {color: #ffffff;}



#mtext {
color : #ffffff;
font-size : 15px;
text-align : justify;
background-color : transparent;
}

#texte a{color:#ffffff}



a:link, a:visited, a:active {
color : #ffffff;
text-decoration : none;
}

a:hover {
color : #ffffff;
background : #ffffff;
}





img, a {border:none, outline: none;}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





