

body {
font-family: arial;
font-size: 16px;
margin: 0px;
font-weight: bold;
color: rgb(35,0,205);
text-indent:10px;
}

#header1 {
background-color: rgb(230,230,230);
height: 60px;
}

#header2 {
background-color: rgb(35,0,205);
height: 26px;
}

p {
margin: 0px
}


#logo {
float: left;
margin-left: 5px;
margin-right: 10px;
}

#titre {
color: rgb(35,0,205);
font-size: 25px;
font-weight: bold;
text-align: center;
margin: 0px;
padding: 12px;
}

.rubriques {
list-style-type: none;
font-size: 10px;
color: rgb(35,0,205);
margin: 0px;
}

li {
float: left;
margin: 2px 2px 0px 2px;
border: 2px solid black;
background-color: rgb(230,230,230);
color: red;
}

.onglet {
display: block;
color: rgb(35,0,205);
text-decoration: none;
padding: 4px;
}


.cellule1 {
text-align: center;
font-weight: bold;
color: white;
}

.cellule2 {
text-align: center;
font-weight: bold;
color: red;
width: 500px;
}

.cellule3 {
text-align: center;
font-weight: bold;
color: blue;
width: 150px;
}

.colonne1 {
background-color: rgb(35,0,200)
}
a:hover {
background: white;
color: red;
}

.actif {
background-color: white;
border-bottom: 2px solid white;
padding: 4px;
}


#titre1 {
text-align: center;
font-size: 26px;
color: red;
}
#titre2 {
text-align: center;
font-size: 20px;
color: blue;
}

#titre3 {
font-size: 20px;
color: red;
}

#titre4 {
text-align: center;
font-size: 20px;
color: red;
}

td {
padding-top: 6px;
padding-bottom: 6px;
padding-right: 2PT;
padding-left: 2PT;
}
