body {
    text-align: center
}

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

.tab_selected {
    font-size: 16px;
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    background-color: #4fa3c7;
    padding-right: 5px;
    padding-left:  5px;
}

.tab_unselected {
    font-size: 16px;
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    background-color: #58677b;
    padding-left:  5px;
    padding-right: 5px;
}

a.tab_link:link {
    text-decoration: none;
    color: white;
}
a.tab_link:visited {
    text-decoration: none;
    color: white;    
}
a.tab_link:hover {
    text-decoration: none;
    color: white;    
}

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

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

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

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

.table_header {
    text-transform: uppercase;
    font-family: sans-serif; 
    font-size: 16px;
    padding: 2px;
    text-align: center;
    color: white;
    background-color: #58677b;
    font-weight: bolder;
}

table.basic {
    border-spacing: 2px;
    background-color: black;
}

table.basic td {
    background-color: white;
}

table.basic td.small_header {
    vertical-align: top;
    text-transform: uppercase;
    font-family: sans-serif; 
    font-size: 12px;
    padding: 2px;
    text-align: center;
    color: white;
    background-color: #58677b;
    font-weight: bolder;
    white-space : nowrap;
}

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

h2 {
    font-family: sans-serif; 
    font-size: 18px;
    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;    
}