body
{
    width: 100%;
    height: 100%;
    margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
    background-color: #ffffff;
}
#global
{
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
    width: 842px;
    text-align: left; /* on rétablit l'alignement normal du texte */
  /*  height: 750px;*/
}

img
{
    border: 0;
}

#myTable
{
    width: 842px;
    height: 609px;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.content
{
    background-image: url(../images/points-fond.gif);
    background-repeat: repeat-x;
    /*height: 538px;*/
    width: 100%;
    text-align: center;
}
.content2
{
    /* vertical-align:top;*/
    height: 538px;
    width: 100%;
    text-align: left;
}
.content table
{
    margin-left: auto;
    margin-right: auto;
}


#tdGauche
{
    /*width: 100px;*/
    /*right: 10px;*/
    font-weight: 300;
    color: Gray;
    font-family: Arial;
    text-align: left;
   /* padding-bottom: 25px;*/
   vertical-align:bottom;
   /*height:100px;*/
    padding-left: 25px;
	position: relative;
	bottom:10px;
	float:left;
	font-size:10px;
}
#tdGaucheAnim
{
    /*width: 100px;*/
    /*right: 10px;*/
    font-weight: 300;
    color: Gray;
    font-family: Arial;
    text-align: left;
   /* padding-bottom: 25px;*/
   vertical-align:bottom;
   /*height:100px;*/
    padding-left: 25px;
	position: relative;
	bottom:1px;
	float:left;
	font-size:10px;
}
#tdDroite
{
    width: 668px;
}
#tdContent
{
    width: 668px;
    height: 380px;
    background-color: White;
    text-align: center;
}

#goodies
{
  position: absolute;
    top: +5px;
    float :right ;
    z-index:100;
}
