body p:first-child table:first-child{
  margin: auto;
}


A:link {
color : #003399;
text-decoration : none;
}
A:visited {
color : #003399;
text-decoration : none;
}
A:hover {
color : #990000;
text-decoration : underline;
}
td {
color : black;
font-variant : normal;
font-size : 16px;
font-family : Verdana, Arial, Helvetica;
}
h1 {
color : #ff3300;
font-variant : normal;
font-size : 18px;
font-family : Verdana, Arial, Helvetica;
font-weight : bold;
}
.titre {
color : #990000;
font-size : 16px;
font-family : Verdana, Arial, Helvetica;
font-weight : bold;
}
INPUT {
background-color : #d7dbef;
color : #000000;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 17px;
}
SELECT {
background-color : #d7dbef;
color : #000000;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 17px;
}
b {
font-weight : bold;
}
img {
max-width:100%;
height:auto;
width:auto\9; /*ie8*/
}