body {
	color:black;
	background : lavenderBlush;
	border: 1px purple solid
}
h2 {
	color : MediumSlateBlue;
}
*{
	color:Steelblue;
}
p {
   border : 2px purple dotted;
   margin: 20px;
   padding:10px;
}
#super {
  color: Crimson;
}
.mega {
  color: Navy ;
  width: 51% ;
  background: floralwhite ;
}
a, strong {
	color : DodgerBlue;
}
#test {
   margin-top: 25px;
   margin-right: 100px;
   margin-bottom: 25px;
   margin-left: 100px;
   width: 35.7%;
   background: floralwhite;
}
ul#ninja {margin-left: 100px}


#premier p {
	width: 40%;
	background: floralwhite;
}
.rouge {
	background: red;
	color: white;
}
.vert {
	background: limegreen;
	color : white;
}
.violet {
	background: purple;
	color : white;
}
.orange{
	background: gold;
	color : white;
}