
.Cyber-Veille-Conteneur {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
}

.Cyber-Veille-StyleDiv-part {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.Cyber-Veille-StyleDiv-part h2 {
    color: #1a1a1a;
    margin-bottom: 10px;
}

.Cyber-Veille-StyleDiv-part h3 {
    color: #2a4d8f;
    margin-top: 15px;
}

.Cyber-Veille-StyleDiv-part p {
    line-height: 1.6;
    margin: 10px 0;
}

.Cyber-Veille-StyleDiv-part a {
    color: #1d70b8;
    text-decoration: none;
}

.Cyber-Veille-StyleDiv-part a:hover {
    text-decoration: underline;
}

