BODY
{
	color: white;
	font-family: arial,sansserif;
	background: #96989b;

}
ul.square {
  list-style-type:square;

}

span.nom {
  color:#72f7f5;
  font-weight:bold;
}

span.date {
  color:orange;
  font-weight:bold;
}
span.text {
  color:blue;
  font-weight:bold;
font-size:80%;
}

}

div.center
{
 position:absolute;
 width:95%;
margin-left:3%;
margin-right:10%;
 top:5%;
 background:#000000;
 bottom:0;
   padding-top:0;
   
font-weight:bold;
font-size:50%;

} 




div.message {
  color:navy;
  background:#d0d0da;
  margin-left:10%;
  margin-right:10%;
  margin-bottom:2em;
  border: blue thin solid;
  font-size:80%;
}



div.message2 {
  color:navy;
  background:#e6f2f9;
  margin-left:10%;
  margin-right:10%;
  margin-bottom:2em;
  border: blue thin solid;
  font-size:80%;
}



td.bords {
  border-right:blue thin solid;
  border-left:blue thin solid;
}
table.bordbleu td {

  text-align:left
background:#000000;
}


 h1
{

font-size:100%;
color:orange;
text-align:left;
 }
      
   
  h2
{
font-size:150%;
color:green;
text-align:center;   
 }

  
  h3
{
font-size:90%;
 width:100%; top:0;
 text-align:left; 
color:blue;
background:white;
 }


   h4
{
font-size:110%;
color:red;
text-align:center;
   
 }

    h5
{
font-size:100%;
color:green;
text-align:center;
   
 } 




    h6
{
top:0%;
font-size:80%;
color:white;
  
 }



A:link {
	color:white;
}
A:visited {
	color:orange;
}
A:hover, A:visited:hover {
	color:green;
}
 


.bordrouge {border: thin solid red;}
.bordbleu  {border: thin solid blue; }
.bordjaune {border: solid medium yellow;}
.bordblanc {border: thin solid white;}
.bordmarron  {border: thin solid brown;}
.bordvert  {border: thin solid green;}
.bordbordeaux {	border: thin solid purple;}
.bordorange {border: thin solid orange;}


