.endFloat
{
    clear: both;
}

*
{
    margin: 0;
    padding: 0;
}

a
{
    outline: none;
}

body
{
    background: #9a9b9c url('../images/degradeBody.png') top left repeat-x;
    width: 980px;
    margin: auto;
    margin-top: 20px;
}

#blocLeft
{
    width: 280px;
    height: 200px;
    float: left;
}

#blocLeft img
{
    border: none;
}

#blocRight
{
    position: relative;
    width: 700px;
    height: 200px;
    float: right;
    margin-top: 110px;
}

#content
{
    position: relative;
    background-color: white;
    min-height: 400px;
    padding: 50px;
}

#footerContent
{
    position: relative;
    height: 33px;
    background: url('../images/footerContent.png') top left no-repeat;
    margin-bottom: 10px;
}

#imgContactezMoi
{
    position: absolute;
    width: 162px;
    height: 225px;
    bottom: 0;
    right: 0;
    background: url('../images/imgContactezMoi.png') top left no-repeat;
}

#basDePage
{
    color: rgb(50,50,50);
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    margin-left: -280px;
}

#basDePage a
{
    text-decoration: none;
    color: rgb(50,50,50);
    margin-right: 35px;
}

#basDePage a:hover
{
    text-decoration: underline;
}

#copyright
{
    text-align: left;
    margin-top: -40px;
    margin-bottom: 30px;
}

/* ------------ Menu --------------- */

#contentMenu
{
    position: relative;
    height: 33px;
    background: url('../images/fondMenu.png') top left no-repeat;
    z-index: 2;
}

#menuNosOffres
{
    display: block;
    position: absolute;
    width: 164px;
    height: 123px;
    background: url('../images/menuNosOffres.png') top left no-repeat;
    bottom: 0;
    left: 8px;
}

#menuNosOffres:hover
{
    background-position: bottom left;
}

#menuNosPrestations
{
    display: block;
    position: absolute;
    width: 164px;
    height: 123px;
    background: url('../images/menuNosPrestations.png') top left no-repeat;
    bottom: 0;
    left: 181px;
}

#menuNosPrestations:hover
{
    background-position: bottom left;
}

#menuQuiSommesNous
{
    display: block;
    position: absolute;
    width: 164px;
    height: 123px;
    background: url('../images/menuQuiSommesNous.png') top left no-repeat;
    bottom: 0;
    left: 355px;
}

#menuQuiSommesNous:hover
{
    background-position: bottom left;
}

#menuContact
{
    display: block;
    position: absolute;
    width: 164px;
    height: 147px;
    background: url('../images/menuContact.png') top left no-repeat;
    bottom: 0;
    left: 528px;
}

#menuContact:hover
{
    background-position: bottom left;
}

#contentTraitement
{
    letter-spacing: 2px;
    font-size: 16px;
    color: rgb(50,50,50);
    font-family: verdana, arial;
}

#contentTraitement a
{
    display: block;
    text-decoration: none;
    color: rgb(50,50,50);
    margin: 20px 0 0 50px;
}

#contentTraitement a:hover
{
    text-decoration: underline;
}
