BODY {
	background: #f0f0f0 ;
	color: black;
}

H1 {
	background:#00007e;
	color:white;	
}

SPAN.Warning {
	color:red;
}


.Strong {
	font-weight: bold;
}

SPAN.POST {
	color:blue;
}

SPAN.GET {
	color:black;
}

SPAN.PUT {
 	color:blue;
}

SPAN.Status200 {
        color:black;
}

SPAN.Status504 {
	color:red;
}

SPAN.Status302 {
	color:blue;
}

SPAN.Status304 {
	color:blue;
}

/*TR{
	color:white;
}*/

TABLE{color:white;}

TD.HTable {
	color:white;
 	background: #000070;
}

.wOnb{
color:white;
background:#000090;
}

.wOnr {
 color:white;
background:red;
}

.checkBox {
  background:white;
color:red;
}

.copyright {
  color: black;
  font-weight: small;
}


.formulaire {
              text-align: center;
              border: none;
              padding: 2%;
              border-style: solid;
              border-width: 1px;
              background-color: silver;
              }
