*{margin:0; padding:0; border:0;}
a{text-decoration:none; color:#9d9d9d; font-size:10pt}
a:hover{text-decoration:underline; color:#CC9933;
}

body {
    width: 887px;
    margin:0 auto;
    font: normal 10pt Tahoma, Verdana, sans-serif, Arial;
    color:#7A5916;
    background: #4A2010; 
}


/*///////////////////////////////////  GLOBAL  //////////////////////////*/
#global {
    margin:0 auto;
    float:left;
    width:900px;
    background:#ededed url(images/back.jpg) repeat-y left top;
}

/*///////////////////////////////////  HEADER  //////////////////////////*/
#header {
    width:900px;
    height:219px;
    font-weight:bold;
    text-transform:uppercase;
    background:#ededed url(images/header.jpg) no-repeat left top; 
}

/*///////////////////////////////////  MENU  A GAUCHE //////////////////////////*/
#menu {
    float:left;
    display:inline;
    width:177px;
    text-align:left;
    margin:0px 0 0 21px;
}
#menu h2 {
    width:177px;
    height:29px;
    line-height:30px;
    font-size:11pt;
    margin:0;
    padding:0 0 0 10px;
    color:#7A5916;
    background: url(images/rubrique.png) no-repeat left top;
}
#menu ul {
    margin:0 0 15px 0;
    width:162px;
    font-size:11pt;
    list-style:none;
}

#menu ul li {
    width:150px;
}

#menu ul li a {
    font-size:11pt;
    display:block;
    margin:0px;
    padding:0 0 0 20px;
    width:177px;
    height:29px;
    line-height:29px;
    text-decoration:none;
    color:#663300;
    background: url(images/lien.png) no-repeat left top;
}

#menu ul li a:hover {
    text-decoration:underline;
}

/*///////////////////////////////////  CORPS  //////////////////////////*/
#corps {
    margin:25px 80px 10px 215px;
    padding:0px;
    color:#7A5916;
}

.floatl {
    float:left;
    padding-right:1em;
    margin:0;
    width:900px;
}


#corps h1 {
    color:#663300;
    margin:0px 10px 10px;
    padding:5px 5px;
    font: bold 11pt Tahoma,Verdana,sans-serif, Arial;
}
#corps p {
    color:#7A5916;
    text-indent:0px;
    margin:10px 10px 10px 15px;
}
#corps p a {
    color:#7A5916;
}

#corps p.right {
    margin-right:15px;
    text-align:right;
    font-weight:bold;
    font-size:9px;
    letter-spacing:1px;
    color:#8d8d8d;
}


/*///////////////////////////////////  FOOTER  //////////////////////////*/
p#footer {
    clear:both;
    width:900px;
    height:40px;
    padding-top:3px;
    font-size:9px;
    text-align:center;
    color:#cccccc;
    background:#ffffff url(images/footer.jpg) no-repeat left top;
}

p#footer a{
color:#CC9933;
}
