#Links, #News, #Produits, #Societe {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

#Links, #News {
    width: 280px;
    padding-right: 10px;
}

#Links ul {
    margin-top: 20px;
    padding: 0 0 0 0;
    }

#Links  li {
    padding: 0.6em 0 0.6em 0.4em;
    list-style-type: none;
    clear: both;
    }
    
#Links li a {
    color: #1353A0;
    font-size: 13px;
    display: block;
    padding: 2px 0 0 30px;
    width: 100%;
    height: 25px;
    background-repeat: no-repeat;
}

#Links li a:hover {
    color: #FF9515;
}

#Links .loupe {
    background-image: url(../Images/Icone_Loupe.gif);
}
#Links .loupe:hover {
    background-image: url(../Images/Icone_Glow_Loupe.gif);
}
#Links .demo {
    background-image: url(../Images/Icone_Demo_small.gif);
}
#Links .demo:hover {
    background-image: url(../Images/Icone_Glow_Demo_small.gif);
}
#Links .contact {
    background-image: url(../Images/Icone_Mail.gif);
}
#Links .contact:hover {
    background-image: url(../Images/Icone_Glow_Mail.gif);
}
#Links .buy {
    background-image: url(../Images/Icone_caddy.gif);
}
#Links .buy:hover {
    background-image: url(../Images/Icone_Glow_caddy.gif);
    }
    
    
#News h1 {
    margin-bottom: 0;
}

#News h2 {
    text-align: right;
	width: 100%;
    margin: 0;
    font-style: italic;
}

#News h2 a {
    
}
    
#News ul {
    padding: 0;
    }

#News  li {
    list-style-type: none;
    font-size: 11px;
    border-bottom: dashed 1px #8ABAFF;
    padding: 0.6em 0;
    text-align: justify;
    }
    

#News  li:hover {
    color: #034aa0;
    background-color: #c4dcff;
    }