body {
  margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #FF0185;
}

h1 {
  font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0185;
}

.table_video {
  border: 1px solid #FF0185;
}
.big_font {
	font-size: 18px;
	font-weight: bold;
}

.cell_titre {
  background: #FF0185;
	color: #FFFFFF;
	font-weight: bold;
}

.cell_desc {
  text-align: justify;
}
