body {
    font-family: Helvetica,Arial,sans-serif;
    margin:0 auto;
    text-align:center;
    font-size: 14px;
    color: #333;
    width: 960px;
    background: #c6c6c6 url(../images/bg_body.png) repeat-x;
}



/* ================= Zones principales ====================================== */

.bodysite {
    text-align: left;
    background: url(../images/bg.png) no-repeat;
}

.top {
    height: 98px;
}

.mask {
    background: url(../images/mask_top_right.png) no-repeat;
    width: 40px;
    height: 32px;
    position: relative;
    float: left;
    left: 346px;
    top: 98px;
    z-index: 100000;
}

/* =============== / Zones principales ====================================== */






/* ================= Contenu de page ======================================== */

hr {
    height: 1px;
    border: 0;
    border-top: 1px dotted  #134B34;
    margin: 10px 0 2px 0;
    font-size: 1px;
}

h1, .componentheading {
    font-variant: small-caps;
    color: #134B34;
    font-weight: bold;
    margin: 10px 0 7px 0;
    font-size: 18px;
}

h2 {
    font-variant: small-caps;
    color: #134B34;
    font-weight: bold;
    margin: 10px 0 4px 0;
    font-size: 16px;
}

p {
    margin: 4px 0;
}

a {
    color: #114477;
    text-decoration: none;
}

a:hover {
    color: #5588AA;
}

.informations .presentation {
    float: left;
    width: 343px;
    margin-right: 10px;
    text-align: justify;
}

.informations .coordonnees {
    float: left;
    width: 204px;
    border: 1px dotted #134B34;
    padding: 3px;
}

.informations .coordonnees h3 {
    background-color: #134B34;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
    margin: 0 0 3px 0;
}

.devis {
    border: 1px dotted #134B34;
    padding: 3px;
    text-align: center;
    margin-top: 10px;
    clear: both;
}

/* =============== / Contenu de page ======================================== */






/* ================= Navigation ============================================= */

.menu-container {
    font-size: 14px;
    font-weight: bold;
    height: 25px;
}

.menu {
    float: right;
    margin: 0;
    padding: 0;
}

.menu li {
    float: left;
    display: block;
    margin-left: 30px;
    text-align: right;
}

.menu li.active a {
    color: black;
}

.menu a {
    /*color: #3a742a;*/color: white;
    text-decoration: none;
}

.menu a:hover {
    color: black;
}

/* =============== / Navigation ============================================= */






/* ================= Contenus =============================================== */



.main-photo {
    float: left;
    height: 400px;
    width: 359px;
    margin-left: 18px;
    margin-top: 1px;
    margin-right: 1px;
}

.main-right {
    float: left;
    width: 581px;
    height: 355px;
    margin-top: 10px;
}

.main-content {
    border-left: 0;
}

.main-content .content {
    margin: 5px;
    height: 320px;
    width: 571px;
    overflow: auto;
}

.main-content .contentpaneopen {
    width: 100%;
}

/* =============== / Contenus =============================================== */





/* ================ Formulaire email ======================================== */

.contact_email label {
    display: block;
    width: 200px;
    float: left;
}

/* ============== / Formulaire email ======================================== */



.minispacer {
    clear: both;
    font-size: 1px;
    height: 1px;
}

#footer {
    margin-left: 32px;
    margin-top: 3px;
    font-size: 11px;
}