/* CSS Document */

html
{
margin: 0px;  /*pour situer les marges */
margin-left:auto;
margin-right:auto;
text-align: center;
background-repeat:repeat-x;
background-image:url(ressources/bg-fond.jpg);
background-color: #00B8F5;
}
body
{
margin: 0px;  /*pour situer les marges */
margin-left:auto;
margin-right:auto;
text-align: center; 
/* pour corriger le bug de centrage IE */

}
table
{
margin: 0px;  /*pour situer les marges */
margin-left:auto;
margin-right:auto;
background-color: #F5B800;
/*border: 2px solid #000000;*/
text-align: center; /* pour corriger le bug de centrage IE */


}
#container 
{
margin: 0px;  /*pour situer les marges */
margin-left:auto;
margin-right:auto;
text-align: center; /* pour corriger le bug de centrage IE */

}

#color
{
background-color: #F5B800;
}
#footer
{
background-image: url(ressources/bg-footer.gif);
}
#footer p
{
color:#FFFFFF;
text-align: center;
font-weight: bold;
}
#footer a
{
color:#FFFFFF;
text-align: center;
font-weight: bold;

}