body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    text-align: center;
    background: #d9d6cc url(/images/page_bg.gif) top center repeat-x;
    background: #a5a5a5 url(/images/page_bg.gif) top center repeat-x;
    background: #909090 url(/images/page_bg2.gif) top center repeat-x;
    color: #868686;
    margin: 0;
    padding: 10px;
}

html, #wrapper, h1 {
    margin: 0;
    padding: 0;
}

img { border: 0; }

#wrapper {
    margin: auto;
    text-align: left;
    width: 808px;
    position: relative;
}

/*Définit la hauteur minimale du contenu dans Firefox ET dans IE*/
#wrapper .inner{
    height: 2500px; /*Hauteur minimale du contenu pour IE*/
}
html>body #wrapper .inner{/*Hauteur minimale du contenu pour FF*/
    height: auto;
    min-height: 250px;
}




h1 {
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
}

h2 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 12px;
}

h3 {
    padding: 4px 0 0 0;
    font-size: 12px;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 10px;
}

.left {
    float: left;
    margin: 5px 20px 0px 0px;
}

.right {
    float: right;
    margin: 0px 0px 0px 20px;
}

.readmore {
    text-align: right;
}

.indent {
margin-left: 25px;
}

/* page structure */

#wrapper {
    background: url(/images/body_t.png) 24px 0px no-repeat;
    height: 40px;
}

h1 {
    position: absolute;
    top: 22px;
    left: 45px;
    margin: 0;
    padding: 0;
    width: 405px;
    z-index: 10;
}

#nav {
    position: absolute;
    top: 31px;
    left: 0;
    width: 31px;
    margin: 0;
    padding: 0;
    z-index: 5;
}

#nav li {
    float: left;
    width: 31px;
    padding: 0;
    margin: 0;
    list-style: none;
}

#nav img {
    display: block;
}

#body {
    background: url(/images/body_bg.png) repeat-y;
    position: absolute;
    top: 39px;
    left: 10px;
    width: 798px;
    margin: 0;
    padding: 10px 0 0 0;
    z-index: 2;
}

#body .inner {
    width: 755px;
    margin: 10px 20px 0px 20px;
text-align: justify;
}

/*#body .inner p {
    /*margin-left: 30px;*/
    /*width: 530px;*/
}*/

#body .inner{
    margin-left: 25px;
    /*width: 530px;*/
}

#body .inner #soustitre {
    width: 550px;
    margin-left: 10px;
    margin-top: 1em;
}

#body .inner #soustitre p {
    margin: 1em 0;
    padding: 0;
}


#body .inner #soustitre p.indent{
    margin-left:25px;
}


#body .inner #soustitre div {
    padding: 17px;
    border-top: 1px solid #d4d6cf;
    border-bottom: 1px solid #d4d6cf;
}

#body .inner h2 {
    font-size: 14px;
}


#body .inner h3 {
    font-size: 12px;
padding: 0;
margin: 0em 0;
/*     text-decoration: underline; */
}

#body .inner #content {
    width: 488px;
    margin-top: 1em;
    margin-left: 30px;
    padding: 0;
}

#body .inner #content .formulairecontact input, textarea, select {
border: 1px solid #d4d6cf;
}

#page_title {
    float: left;
    margin: 3px 0 -50px 15px;
    padding: 20px 0 50px 0;
    width: 50px;
    border-right: 1px solid #d4d6cf;
}

* html #page_title {
    margin-left: 7px;
}

#news {
    float: left;
    width: 229px;
    margin: 10px 0px 0px 30px;
    background: url(/images/box_bg.gif) repeat-y;
}

#news div {
    background: url(/images/box_t.gif) no-repeat;
}

#news div div {
    padding: 12px 12px 7px 12px;
    background: url(/images/box_b.gif) bottom left no-repeat;
}

#news p {
    margin: 0px !important;
    padding-top: 3px;
    width:213px !important;
}

#news .readmore {
    padding-top: 4px;
}

#body #footer #signature {
    position: relative;
    top: 150px;
    left: 20px;
    width: 736px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 9;
    text-align: center;
}

#body #footer #signature a{
    font-weight: normal;
    text-decoration: none;
}


#paper {
    position: absolute;
    top: 39px;
    left: 593px;
    width: 196px;
    z-index: 9;
    background: url(/images/paper_bg.gif) repeat-y;
}

.postit { position: relative; float: left;
left: 503px; 
z-index: 9;
width: 180px; 
top:-20px;
height:0px;
margin: 0;
padding: 0;}

#paper .inner {
    background: url(/images/paper_b.gif) bottom no-repeat;
    padding: 8px 15px 18px 18px;
    text-align: justify;
}

#paper .readmore {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
}

#paper p {
    margin: 1em 0;
    padding: 0;
}

#footer {
    text-align: right;
    margin-top: -10px;
}

.footerie {
    display: none;
}

.clear {
  margin-top: -20px;
}

a {
    color: #575e58;
/*     font-weight: bold; */
text-decoration: none;
}

a:hover {
    color: #b31d00;
text-decoration: underline;
}