/*
    Document   : home.css
    Created on : 18 mai 2009, 13:23:37
    Author     : Killian EBEL
*/

/*******************************************************************************
            GLOBAL OVERRIDE
*******************************************************************************/

#main {
    background: url('../images/home_background.gif') no-repeat top center;
}

/*******************************************************************************
            CONTENT
*******************************************************************************/

#content ul.images {
    margin: 0 0 0 10px;
}

#content ul.images li {
    float: left;
}

#content dl {
    float: left;
    margin: 20px 10px 0 25px;
}

#content dl dt {
    color: #f04923;
    margin: 0 0 15px 0;
}

#content dl dd a:link, #content dl dd a:hover, #content dl dd a:visited {
    color: #313131;
    font-size: 0.8em;
    text-decoration: none;
    display: block;
    height: 19px;
    width: 332px;
    margin: 10px 0 0 0;
    background: url('../images/home_next.png') no-repeat;
}

#content dl dd a:hover {
    color: #FFF;
}

#lien-devis {
    margin:10px 0 0 10px;
    float:left;
}
#presentation {
    width:235px;
    margin:70px 0 0 25px;
    float:left;
}
#presentation h1 {
    margin-bottom:5px;
}
#presentation h1 a, #presentation h1 a:hover {
    font-size:28px;
    color:#475D0B;
    text-decoration:none;
    line-height:15px;
}
#presentation h1 a span, #presentation h1 a span:hover {
    font-size:13px;
    color:#55710E;
}
#presentation p {
    font-size:13px;
    color:#54710D;
    line-height:1.3em;
}
