body {
   font-family: "Trebuchet MS","Lucida Grande",Tahoma,Helvetica,Arial,sans-serif;
   font-size: 10pt;
}

ul {
   list-style: none;
   margin-left: 0px;
   padding-left: 0px;
}

a {
   color: inherit;
   text-decoration: underline;   
}

a:hover, a:focus {
   color: blue;
}

#grandconteneur {
   width: 750px;
   margin: auto;
   padding-top: 400px;
   background-image: url(Stanisoft-V6.png);
   background-position: center 70px;
   background-repeat: no-repeat;
}

#whoiam {
   width: 600px;
   padding: 15px;
   text-align: justify;
   background-color: #EEE;
   -moz-border-radius: 10px 10px;
   border-radius: 10px 10px;
   float: left;
}

#whoiam p {
   margin-top: 0px;
   margin-bottom: 5px;
}
#whoiam hr {
   border: 0px none;
   border-bottom: 1px solid #888;
}
#whoiam p.signature {
   color: #666;  
   text-align: right;
}

#whoiam a {
   text-decoration: none;
   font-style: italic;
}

#links {
   width: 80px;
   float: right;
   background-color: #CCC;
   -moz-border-radius: 10px 10px;
   border-radius: 10px 10px;   
   padding: 15px;
   height: 108px;
   overflow: hidden;
}

#links ul, #links li {
   margin: 0px;
   width: 80px;
}

#footer {
   clear: both;
}

/*#links li.spacebottom {
   margin-bottom: 10px;
}*/

#footer {
   padding-top: 5px;
   text-align: center;
   color: #CCC;
   font-size: 8pt;
}

.information {
   -moz-border-radius: 10px 10px;
   border-radius: 10px 10px;   
   padding: 15px;
   padding-top: 5px;
   padding-bottom: 5px;
   overflow: hidden;
   margin-bottom: 10px;
}

.information p {
   text-align: center;
   margin: 0px;
   padding: 0px;
}

.information p.miniinfo {
   font-size: 8pt;
}

#itsdone {
   background-color: #ACFFA7;
}
