mabalisebleuciel
{
	color: aqua  ;
}

mabalisejaune
{
	color: yellow
}

mabaliserouge
{
	color: red ;
}

mabaliserose
{
	color: rgb(240,96,204);
}

body
{
	color: white; /* Le texte de la page sera blanc */
}

body {
  margin: 0;
  background: #000; 
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('GreyStar_BG.mp4') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

b:hover{
  background:rgba(0,0,0,0.9);
}
@media screen and (max-width: 500px) { 
  div{width:70%;} 
}
@media screen and (max-device-width: 800px) {
  html { background: url(GreyStar_BG.mp4) #000 no-repeat center center fixed; }
  #bgvid { display: none; }
}

a
{
	color : yellow
}

mark
{
	color : red 
}

body
{
background-color: rgb(50,50,50) ; /* Le fond de la page sera gris */ 