/*Auteur : Stéphane Le Faou*/

body {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 10px 0;
padding: 0;
text-align: center;
/* centrage blocs IE */
background:#e7e7e7
}
#header {
height: 100px;
background-image:url(img/bandeau.jpg);
}
#conteneur 
{
position: absolute;
width: 730px;
left: 50%;
margin-left: -375px;
margin-bottom: 0;
text-align: left;
background:#869bad;
}
#centre 
{
float: right;
background:#dfdfdf;
margin-left: 0px;
margin-right: 0;
padding-left: 190px;
padding-right: 10px;
width: 530px;
height: 75%;
background-image:url(img/gauche.jpg);
background-repeat: no-repeat;
}

/* Page confirmation message*/
#form
{
float: right;
background:#dfdfdf;
margin-left: 0px;
margin-right: 0;
padding-left: 240px;
padding-right: 10px;
width: 480px;
height: 75%;
background-image:url(img/gauche.jpg);
background-repeat: no-repeat;
}

/* Barre navigation inférieure*/
#pied 
{
float: left;
text-align: center;
padding-bottom: 5px;
padding-top: 10px;
padding-left: 0;
margin-top: 0;
margin-left: 0;
margin-bottom: 0;
background-color:#ffffff;
width: 730px;
line-height: 8px;
/*centrage vertical sur firefox*/
list-style-type: none;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
}
#bottom_navlist li
{
text-align: center;
display: inline;
padding-bottom: 5px;
padding-top: 5px;
padding-right: 5px;
}
#bottom_navlist li a:link 
{ 
color:#FF0000; text-decoration: none; 
}
#bottom_navlist li a:active 
{ 
color:#CC0000; text-decoration: none;
}
#bottom_navlist li a:visited 
{ 
color:#FF0000; text-decoration: none;
}
#bottom_navlist li a:hover 
{ 
color:#FF6600; text-decoration: underline;
}

/* Barre navigation supérieure*/
#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* annule l'espace causé par top-padding dans Opera 7.54 */
margin-left: 0;
margin-bottom: 0;
/* annule l'espace dans in IE */
background-color: #365a7e;
color: white;
width: 730px;
font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
line-height: 20px;
/* correctif Firefox 0.9.3 */
}
#navcontainer ul li
{
display: inline;
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}
#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
}
#navcontainer ul li a:hover
{
background-color: #869bad;
color: white;
}
#navcontainer #active
h1, h2, h3, h4, h5
{
font-family:Arial, Helvetica, sans-serif;
}
h1
{
font-weight: bold;
padding-left: 5px;
border-left:10px solid #fd9802;
color: #ffffff;
font-size: 17px;
background-color: #bfbfbf;
}
h2
{
margin-left: 5px;
margin-top: 20px;
margin-bottom: 10px;
padding-left: 5px;
font-size: 16px;
font-weight: normal;
color: #ffffff;
background-color: #bfbfbf;
}
h3
{
margin-left: 5px;
font-size: 16px;
color: #5f5f5f;
}
h4
{
font-size: 20px;
color: #6f6f6f;
}
h5
{
margin-left: 10px;
font-size: 12px;
color: #6f6f6f;
font-weight: normal;
}
span
{
color: #6f6f6f;
font-size: 14px;
font-weight: normal;
}
p
{
margin-left: 10px;
font-size: 15px;
color: #6f6f6f;
}
a 
{
margin-left: 10px;
font-weight: normal;
color: #526982;
}
a:hover 
{
color: #fd9802;
}
table {
margin-top: 200px;
border: 1px solid #000000;
border-collapse: collapse;
}
th {
border: 1px solid #000000;
;
}
td {
border: 1px solid #000000;
}