/* CSS Document */

html, body
{
   background:#000000;
   color:#FFFFFF;
   font-size: 11px;
   font-family:Verdana, Arial, "Trebuchet MS", serif;
   padding:0px;
   margin:0px;
  height: 100%;
  width: 100%;
}

.bandeauhaut {
margin-top:25px;
margin-bottom:25px;
}

.centrer {
	text-align: center;
}


.moiclic
{
color:#FFFFFF;
	font-size: 11px;
	font-family:Verdana, Arial, "Trebuchet MS", serif;

}


.moiclic:link
{
    text-decoration: none;
}



.moiclic:visited
{
   text-decoration: none;
}

.moiclic:hover
{
   text-decoration: underline;
}


.moiclic:active
{
   text-decoration: none;
}

