﻿html
{
    padding: 0px;
    margin: 0px;
}
body
{
    /*background-color: #e1ddd9;*/
    background-image: url("images/back.png");
    background-repeat: repeat;
    font-size: 12px;
    font-family: Verdana;
    color: #564b47;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#body_intro
{
    font-weight: bold;
    color: #ffffff;
}
#body_intro a
{
    text-decoration: none;
    color: #ffffff;
}
#body_intro a:hover
{
    text-decoration: blink;
    color: #ff7200;
}
#body_small
{
    font-size: 10px;
    color: #ffffff;
}

#box
{
    width: 1000px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}
#header
{
    width: inherit;
    height: inherit;
}
#logo
{
    background-image: url("images/bg_logo.png");
    float: left;
    width: 290px;
    height: 287px;
}
#header_top
{
    background-image: url("images/bg_header.png");
    float: right;
    width: 710px;
    height: 28px;
}
#menu
{
    background-image: url("images/bg_menu.png");
    float: right;
    width: 710px;
    height: 259px;
}
#banner
{
    margin-right: 80px;
    text-align: center;
    margin-top: 100px;
    height: 150px;
}
#box2
{
    background-image: url("images/bg_box.png");
    width: 1000px;
    height: auto;
    float: left;
}
#left
{
    width: 290px;
    height: auto;
    float: left;
}
/*Actu*/
#news
{
    background-image: url("images/bg_news.png");
    width: 258px;
    height: auto;
    margin-left: 32px;
    float: left;
}
#news_texte
{
    margin-left: 20px;
    margin-right: 10px;
}

#liens_menu2
{
    margin-left: 36px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 10px;
    color: #5d5d5d;
}

#news_footer
{
    background-image: url("images/bg_news_footer.png");
    width: 258px;
    height: 14px;
    float: left;
}
#newsletter
{
    margin-left: 36px;
    text-align: left;
}
/*Contenu*/
#content
{
    background-image: url("images/bg_content.png");
    width: 675px;
    height: auto;
    padding: 0px;
    float: left;
    overflow: auto;
}
#lang_changer
{
    text-align: left;
    font-size: 10px;
    color: Black;
    padding-left: 35px;
}

#content_texte
{
    margin-left: 35px;
}
#content_footer
{
    background-image: url("images/bg_content_footer.png");
    width: 675px;
    height: 14px;
    float: left;
}
/*Pied de page*/
#footer
{
    background-image: url("images/bg_footer.png");
    width: 1000px;
    height: 58px;
    float: left;
}
#footer_texte
{
    text-align: right;
    margin-top: 10px;
    margin-right: 45px;
}

#footer a
{
    text-decoration: none;
    color: #5d5d5d;
}
#footer a:hover
{
    text-decoration: underline;
    color: #000000;
}

#liens_menu2 a
{
    text-decoration: none;
    color: #5d5d5d;
}

#liens_menu2 a:hover
{
    text-decoration: underline;
    color: #000000;
}
/*menu*/
dt, dl, dd, ul, li
{
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}

#menu_1
{
    font-size: 14px;
    margin-top: 27px;
    margin-left: 190px;
}

#menu_1 a
{
    text-decoration: none;
    color: #5d5d5d;
}

#menu_1 a:hover
{
    text-decoration: none;
    color: #ff7200;
}

#menu_1 dl
{
    float: left;
    margin-left: 0px;
}
#menu_1 li
{
    display: inline;
    text-align: left;
}

#smenu1, #smenu2, #smenu3, #smenu4
{
    position: absolute;
    width: auto;
    text-align: left;
    margin-top: 10px;
    margin-left: -190px;
    font-size: 12px;
}

