body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: black;
    background-color: white;
}

#logo {
	width: 400px;
}

p {
    padding-left: 12px;
    padding-right: 12px;
}

h1 {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: white;
    background-color: #0b113a;
    padding: 10px;
    margin-bottom: 0px;
}


table.titre_comite {
    width: 100%;
	border-collapse: separate; 
	border-spacing: 0px 2px;
}

.titre_comite tr {
    font-size: 18px;
    color: white;
	background-color: #0057ac;
}

.titre_comite tr:hover {
    cursor: pointer;
    font-weight: 600;
}

.titre_comite td {
    padding: 12px;
}

.titre_comite td.sigle {
	width: 150px;
}

.titre_comite td.nom {
	width: auto;
}

footer {
    margin-top: 22px;
    border-top: 1px solid #0b113a;
    padding-bottom: 10px;
}

footer > p {
    font-size: 14px;
}

