/* 
    Document   : modulex
    Created on : 2010-01-25, 21:17:12
    Author     : Dominic Simard
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
*, img{
    border: none;
}
body, html{
    color:#000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    margin: 0 0 0 0;
    text-align: center;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
}
body{
   margin-top: 10px;
   text-align: center;
   background-image: url(../images/bg.jpg);
}
#wrapper{
    margin: auto;
    text-align: left;
    display: inline-block;
}
#header{
    text-align: center;
    margin: auto;
}
#menu{
    margin: auto;
    text-align: left;
    padding-left: 3px;
    margin-top: 5px;
}
#menu a{
    font-size: 10pt;
}
#menu a, a{
    color: #000;
    text-decoration: none;
}
h1{
    padding: 18px 0 18px 3px;
    margin: auto;
    font-size: 12pt;
    font-weight: normal;
    text-align: left;
}
#front a, #footer a, table.maison a{
    font-size: 9pt;
}