p
{
	text-align: center; 
	text-decoration: underline; 
	font-size: 2em; 
	color: red; 
	font-weight: bold;
}

a
{
	text-decoration: none;
	color: blue;
}

fieldset
{
	margin-left: 30%; 
	margin-right: 45%; 
	background: #bc1d1d; 
	border: 3px #bc1d1d solid; 
	text-align : center ;
	font-weight : bold ;
	color : white ;
}

.legend
{
	color : white ;
}

h1
{
	color: white; 
	text-align: center; 
	font-size: 6.2em; 
	border: 3px #bc1d1d solid; 
	border-radius: 30px; 
	width: 70%; 
	margin-left: 13%; 
	background: #bc1d1d ; 
	margin-top: 0;
}

body
{
	background-color: #04a1cf; 
	opacity: 1;
}

.video
{
	margin-left: 80px; 
	margin-right: 25px;
}

h2
{
	font-size : 2em ;
	text-align : center ;
	text-decoration : underline ;
}

.img1
{
	margin-left: 5%;
}

a:hover
{
	color: red
}

.menu1
{
	border: 3px #bc1d1d solid; 
	border-radius: 20px; 
	font-size: 2em; 
	width: 50%; 
	text-align: center; 
	margin-left: 15%; 
	padding: 15px; 
	background: aqua
}

.menu4
{
	border: 3px #bc1d1d solid; 
	border-radius: 20px; 
	font-size: 1.6em; 
	width: 40%; 
	text-align: center; 
	margin-left: 20%; 
	padding: 10px; 
	background: aqua ; 
	font-weight: bold ;
}

.numero
{
	font-size: 1.5em;
}

.img2
{
	width : 100px ; 
	height : 100px ;
	margin-left : 45px ; 
	margin-right : 100px ; 
	margin-top : 10px; 
	margin-bottom : -110px ; 
}

article
{
	margin-left : 300px ;
	margin-right : 370px ;
	text-align : justify ;
}

#conteneur_mabtv
{
	display: flex;
	justify-content: space-around;
	/*height: 520;*/
	flex-wrap: wrap;
}

.element_mabtv
{
	padding: 10px;
	margin: auto;
}