body {
    margin: 0px;
    margin-top: 15px;
    background-color: white;
    font-family: "Trebuchet MS";
}

#conteneur {
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
}

#accueil_haut {
    width: 1000px;
    background-image: url('images/accueil_haut.jpg');
    height: 205px;
}

#picto_accueil {
    position: absolute;
    width: 26px;
    height: 25px;
    background-image: url('images/picto_accueil.png');
    margin-top: 173px;
    margin-left: 600px;
}

#accueil-texte {
    position: absolute;
    width: 26px;
    height: 25px;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    margin-top: 178px;
    margin-left: 630px;
}

#picto_contact {
    position: absolute;
    width: 26px;
    height: 25px;
    background-image: url('images/picto_contact.png');
    margin-top: 173px;
    margin-left: 700px;
}

#contact-texte {
    position: absolute;
    width: 26px;
    height: 25px;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    margin-top: 178px;
    margin-left: 730px;
}

#picto_devis {
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url('images/picto_devis.jpg');
    margin-top: 173px;
    margin-left: 800px;
}

#devis-texte {
    position: absolute;
    width: 26px;
    height: 25px;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    margin-top: 178px;
    margin-left: 830px;
}

#menu {
    position: absolute;
    margin-left: 0px;
    margin-top: 10px;
    width: 280px;
    height: 600px;
}

#angle_haut {
    position: absolute;
    width: 62px;
    height: 56px;
    background-image: url('images/angle_haut.jpg');
    margin-top: 0px;
    margin-left: 0px;
}

#menu_amiante {
    position: absolute;
    width: 212px;
    height: 23px;
    background-image: url('images/menu_amiante.jpg');
    margin-top: 40px;
    margin-left: 30px;
}

#picto_amiante {
    position: absolute;
    width: 33px;
    height: 31px;
    background-image: url('images/picto_amiante.png');
    margin-top: 40px;
    margin-left: 20px;
}

#menu_plomb {
    position: absolute;
    width: 221px;
    height: 26px;
    background-image: url('images/menu_plomb.jpg');
    margin-top: 90px;
    margin-left: 30px;
}

#picto_plomb {
    position: absolute;
    width: 37px;
    height: 33px;
    background-image: url('images/picto_plomb.png');
    margin-top: 90px;
    margin-left: 20px;
}

#menu_gaz {
    position: absolute;
    width: 219px;
    height: 25px;
    background-image: url('images/menu_gaz.jpg');
    margin-top: 140px;
    margin-left: 30px;
}

#picto_gaz {
    position: absolute;
    width: 33px;
    height: 30px;
    background-image: url('images/picto_gaz.png');
    margin-top: 140px;
    margin-left: 20px;
}

#menu_perf {
    position: absolute;
    width: 228px;
    height: 64px;
    background-image: url('images/menu_perf.jpg');
    margin-top: 190px;
    margin-left: 30px;
}

#picto_perf {
    position: absolute;
    width: 31px;
    height: 32px;
    background-image: url('images/picto_perf.png');
    margin-top: 190px;
    margin-left: 20px;
}

#menu_loi {
    position: absolute;
    width: 255px;
    height: 27px;
    background-image: url('images/menu_loi.jpg');
    margin-top: 280px;
    margin-left: 30px;
}

#picto_loi {
    position: absolute;
    width: 36px;
    height: 33px;
    background-image: url('images/picto_loi.png');
    margin-top: 280px;
    margin-left: 20px;
}

#menu_termites {
    position: absolute;
    width: 278px;
    height: 46px;
    background-image: url('images/menu_termites.jpg');
    margin-top: 330px;
    margin-left: 30px;
}

#picto_termites {
    position: absolute;
    width: 37px;
    height: 29px;
    background-image: url('images/picto_termites.png');
    margin-top: 330px;
    margin-left: 20px;
}

#menu_techno {
    position: absolute;
    width: 187px;
    height: 81px;
    background-image: url('images/menu_techno.jpg');
    margin-top: 400px;
    margin-left: 30px;
}

#picto_techno {
    position: absolute;
    width: 31px;
    height: 31px;
    background-image: url('images/picto_techno.png');
    margin-top: 400px;
    margin-left: 20px;
}

#menu_taux {
    position: absolute;
    width: 220px;
    height: 40px;
    background-image: url('images/menu_taux.jpg');
    margin-top: 500px;
    margin-left: 30px;
}

#picto_taux {
    position: absolute;
    width: 36px;
    height: 29px;
    background-image: url('images/picto_taux.png');
    margin-top: 500px;
    margin-left: 20px;
}

#angle_bas {
    position: absolute;
    width: 62px;
    height: 56px;
    background-image: url('images/angle_bas.jpg');
    margin-top: 540px;
    margin-left: 205px;
}

.menu {
    margin-left: 30px;
    font-weight: bold;
    color: black;
    font-size: 18px;
    line-height: 20px;
}

.menu-red {
    color: #8E1922;
	padding:0;
	margin:0;
}

.menu-lien {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.menu-lien:hover {
    color: #8E1922;
}

#contenu {
    position: absolute;
    width: 500px;
    margin-left: 280px;
    margin-top: 30px;
}

#contenu_admin {
    position: absolute;
    width: 720px;
    margin-left: 280px;
    margin-top: 30px;
    text-align: left;
}

#actu {
    position: absolute;
    width: 220px;
    height: 600px;
    margin-top: 30px;
    margin-left: 780px;
}

#maison {
    width: 220px;
    height: 47px;
    background-image: url('images/maison_haute.jpg');
}
#maison2 {
    width: 160px;
    height: 61px;
    background-image: url('images/maison_basse.jpg');
}
#pub {
    position: absolute;
    font-weight: bold;
    font-style: italic;
    color: white;
    font-size: 23px;
    margin-left: 20px;
    margin-top: 33px;
}
#actus {
    position: absolute;
    font-weight: bold;
    font-style: italic;
    color: white;
    font-size: 23px;
    margin-left: 20px;
    margin-top: 15px;
}

#actu_fond_haut {
    width: 198px;
    height: 12px;
    background-image: url('images/actu_haut.jpg');
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-left: 10px;
}

#actu_fond_centre {
    text-align: center;
    width: 198px;
    background-image: url('images/actu_centre.jpg');
    margin-left: 10px;
}

#actu_texte {
    padding: 10px;
    text-align: left;
}

.actu_titre {
    color: #92242F;
    font-size: 18px;
    line-height: 19px;
    font-weight: bold;
    padding-top: 15px;
}

.actu_content {
    color: black;
    font-size: 12px;
    line-height: 13px;
    padding-top: 5px;
}

#actu_fond_bas {
    width: 198px;
    height: 12px;
    background-image: url('images/actu_bas.jpg');
    margin-left: 10px;
    background-repeat: no-repeat;
}

#bas {
    margin-top: 100px;
    margin-left: -110px;
    width: 681px;
    height: 28px;
	background-repeat:no-repeat;
    background-image: url('images/bas.jpg');
}

#bas-texte {
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    line-height: 28px;
    margin-left: 25px;
}

.titre3 {
    margin: 0;
    margin-left: 15px;
    padding: 0;
    padding-top: 20px;
    line-height: 25px;
    color: #495A63;
    height: 60px;
    background-repeat: no-repeat;
}
.fond-accueil
{
	background-image:url('images/fond-accueil.jpg');
	background-repeat:repeat-y;
	margin-bottom:5px;
	margin-top:15px;
}

