@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');

p{
  text-align:justify;
  font-size:14px;
}

h1, h2, h3, h4 {
  font-family: 'Yusei Magic', sans-serif;
}

/* unvisited link */
a:link {
  color:#D2352B;
}

/* visited link */
a:visited {
  color:grey;
}

/* mouse over link */
a:hover {
  color:#9E0142;
  font-weight:bold;
}

/* selected link */
a:active {
  color:#D53E4F;
  font-weight:bold;
}

.Developpement{
  text-align:center;
}

.tableauArretsFRPS{
	width:100%;
	border-color:#D2352B;
	border-width:2px;
	border-style:solid;
	border-collapse:collapse;
	table-layout:fixed;
	vertical-align: middle;
}

.EnteteTableau{
  background-color:#D2352B;
  color:white;
  width:50%; 
  border:0;
  text-align:center;
  height:5vh;
}

.EnteteTableauFRPS{
  background-color:#D2352B;
  color:white;
  border:0;
  text-align:left;
  width: 60%;
  height:5vh;
  padding-left:5px;
}

.TdArrets{
	border-bottom:2px solid #D2352B;
	text-align:center;
	height:5vh;
}

.TdArretsFRPS{
	border-bottom:2px solid #D2352B;
	text-align:left;
	height:5vh;
	padding-left:5px;
}

.TexteConclusion{
  font-size:16px;
}

html{
  scroll-behavior:smooth;
   display: block;
   margin : auto;}

/*@media only scree and (min-width: 850px) and (max-width: 1200px){
  .contentdiv {padding:20px;}
}*/