#contenu{
    padding-top: 70px;
}

#contenu #texte ul{
    width: 320px;
    padding-left: 80px; /*plutôt que margin qui fait disparaître les puces sous ie*/
    margin: 20px 0;
}

#contenu #texte li{
    margin-bottom: 10px;
}

#left{
    float: left;
    width: 200px;
    margin: 0 0 0 20px;
    text-align: center; /*centre les images*/
}
#right{
    float: right;
    width: 200px;
    margin: 0 20px 0 0;
    text-align: center;
}
#texte{
    padding: 0 0 1px;/* Pour que l'overflow ne masque pas le border bottom du lien*/
    width: 480px;
    overflow: hidden;
    margin: 0 auto 100px;
    text-align: justify;
    font-family: Verdana,Arial,sans-serif;
    font-size: small;
}
#contenu #texte a{
    color: #696969;
    border-bottom: dashed thin #696969;
}
#contenu #texte a:hover{
    border-bottom: solid thin #696969;
}

#contenu #left img, #contenu #right img{
    box-shadow: 1px 1px 12px #555;
    -moz-box-shadow: 1px 1px 12px #555;
    -webkit-box-shadow: 1px 1px 12px #555;
    border: 5px solid #fff;
    margin: 10px 0;
}


