/* ------------------------------------------------------------------------- */
/* Styles par balise */
/* ------------------------------------------------------------------------- */

body
{
  background-color: #2e3740;
  margin: 0 0 0 0;
}

/* ------------------------------------------------------------------------- */
/* Styles par ID */
/* ------------------------------------------------------------------------- */

#coin_haut_gauche { background: url("../images/coin_haut_gauche.jpg"); background-repeat: no-repeat; background-position: bottom; }
#coin_haut_centre { background: url("../images/coin_centre.jpg");      background-repeat: repeat-x;  background-position: bottom; }
#coin_haut_droit  { background: url("../images/coin_haut_droit.jpg");  background-repeat: no-repeat; background-position: bottom; }
#coin_bas_gauche  { background: url("../images/coin_bas_gauche.jpg");  background-repeat: no-repeat; background-position: top; }
#coin_bas_centre  { background: url("../images/coin_centre.jpg");      background-repeat: repeat-x;  background-position: top; }
#coin_bas_droit   { background: url("../images/coin_bas_droit.jpg");   background-repeat: no-repeat; background-position: top; }

#coin_haut_gauche_carre { background: #ffffff; }
#coin_haut_centre_carre { background: #ffffff; }
#coin_haut_droit_carre  { background: #ffffff url("../images/coin_haut_droit.jpg");  background-repeat: no-repeat; background-position: top; }

#coin2_haut_gauche   { background: #2e3740;   background-repeat: no-repeat; background-position: bottom; }
#coin2_haut_centre   { background: #2e3740;        background-repeat: repeat-x;  background-position: bottom; }
#coin2_haut_droit    { background: #2e3740;    background-repeat: no-repeat; background-position: bottom; }
#coin2_bas_gauche    { background: #2e3740;    background-repeat: no-repeat; background-position: top; }
#coin2_bas_centre    { background: #2e3740;        background-repeat: repeat-x;  background-position: top; }
#coin2_bas_droit     { background: #2e3740;     background-repeat: no-repeat; background-position: top; }

#coin_coldroite_haut_gauche   { background: url("../images/coin2_haut_gauche.jpg");   background-repeat: no-repeat; background-position: bottom; }
#coin_coldroite_haut_centre   { background: url("../images/coin2_centre.jpg");        background-repeat: repeat-x;  background-position: bottom; }
#coin_coldroite_haut_droit    { background: url("../images/coin2_haut_droit.jpg");    background-repeat: no-repeat; background-position: bottom; }
#coin_coldroite_bas_gauche    { background: url("../images/coin2_bas_gauche.jpg");    background-repeat: no-repeat; background-position: top; }
#coin_coldroite_bas_centre    { background: url("../images/coin2_centre.jpg");        background-repeat: repeat-x;  background-position: top; }
#coin_coldroite_bas_droit     { background: url("../images/coin2_bas_droit.jpg");     background-repeat: no-repeat; background-position: top; }

#coin2_bas_gauche_menu    { background: #2e3740;    background-repeat: no-repeat; background-position: bottom; }
#coin2_bas_centre_menu    { background: #2e3740 url("../images/coin2_centre_menu.jpg");        background-repeat: repeat-x;  background-position: bottom; }
#coin2_bas_droit_menu     { background: #2e3740;     background-repeat: no-repeat; background-position: bottom; }
