body {
    text-align: center
}

#container {
    width: 800px;
    margin: 0 auto;
    text-align: left
}

.piscine_titre {
    text-decoration: underline;
    font-family: sans-serif; 
    font-size: 14px;
    color: white;
}

.piscine_text {
    font-family: sans-serif; 
    font-size: 14px;
    color: white;
}

.nouvelle_parution {
    font-family: sans-serif; 
    font-size: 16px;
    padding: 2px;
    color: white;
}

.nouvelle_titre {
    text-decoration: underline;
    font-family: sans-serif; 
    font-size: 16px;
    padding: 2px;
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
}

.nouvelle_text {
    font-family: sans-serif; 
    font-size: 14px;
    padding: 2px;
    color: white;
}

.evenement_lieu {
    font-family: sans-serif; 
    font-size: 14px;
    padding: 2px;
    color: white;
    font-weight: bolder;
}

.horaire_titre {
    font-family: sans-serif; 
    font-size: 14px;
    padding: 5px;
}

.horaire_text {
    text-align: center;
    font-family: sans-serif; 
    font-size: 12px;
    padding: 4px;
}

h1 {
    font-family: sans-serif; 
    font-size: 20px;
    text-transform: uppercase;
    color: #357996;
    font-weight: bolder;
}


p {
    font-family: sans-serif;
}

a:link {
    color: #0b8bd4;
}
a:visited {
    color: #0b8bd4;    
}

a:hover {
    color: #4fa3c7;    
}

a.light:link {
    color: white;
}
a.light:visited {
    color: white;    
}

a.light:hover {
    color: #a1c9e0;    
}