@charset "utf-8";
/* CSS Document */

body {
font-family: "Trebuchet MS", Verdana, Arial, serif;
font-size: 0.8em;
background-color: #000000;
color: #FFFFFF;
width: 80%;
height: 100%;
margin: 0 auto;
padding: 10px 10px 10px 10px;

}
p {
margin: 0 0 10px 0;
}


#pied {
clear:both;
height: 3%;
padding: 10px 0px 0px 0px;
background-color: #000000;
font-size: 0.9em;
text-align: center;
border-top: 0px solid #FF6600;
}

p
{
color: #FFFFFF;
font-size: 1em;
font-family: "Trebuchet MS", Verdana, Arial, serif;
text-align: justify;
}

a
{
   text-decoration: underline; 
   color: #CCCCCC; 
   font-weight: bold;
   font-style: italic; 
}
a:hover 
{
   text-decoration: none; 
   font-weight: bold;
   color: #FFFFCC; 
}