body {
  margin: 0;
  padding: 0;
  text-align: center; /* pour corriger le bug de centrage IE */
  font-family: century gothic,Times, Verdana;
  font-size: 11px;
  background-color:white;
}

.SommaireTitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #993300;
}
.SommaireRubrique {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.SommaireArticle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
  
#global {
  margin-left: auto;
  margin-right: auto;
  margin-top:0px;
  padding:0px;
  width: 954px;
  text-align: left; /* on rétablit l'alignement normal du texte */
  position:relative;
  top:0;
  left:0}
  
.container { /* boite qui entoure les 3 colonnes */
  width:954px;
  background-image:url(./images/1pxAccueil.jpg);
  background-position: top left;
  background-repeat:repeat-y;
  margin:0 ; padding:0} /* marges intérieures et extérieures à 0 */

.containerBout { /* boite qui entoure les 3 colonnes */
  width:954px;
  background-image:url(./images/1pxB.jpg);
  background-color: white ; /* couleur de fond */
  margin:0 ; padding:0} /* marges intérieures et extérieures à 0 */
  
.containerJeux { /* boite qui entoure les 3 colonnes */
  width:954px;
  background-image:url(./images/1pxJ.jpg);
  background-color: white ; /* couleur de fond */
  margin:0 ; padding:0} /* marges intérieures et extérieures à 0 */

.gauche { /* boite gauche (avec le menu) */
   position: absolute; /* positionné par rapport à la boite parent (ici .container) */
   left: 12px; /* démarre à 10 pixels de la gauche de la boite parent */
   width: 216px; /* largeur de la boite */
  } /* encadrement discret de la boite */

.centre { /* boite qui "pousse" vers le bas le reste de la page */
  width:478px;
  margin: 0 228px 0 228px; /* marges gauche et droite, pour la place des 2 autres colonnes */
  padding: 0 10px; /* marge intérieure - indispensable */
  background-color: white} /* couleur du fond */

.droite { /* boite droite (avec le commentaire) */
  position: absolute; /* positionné par rapport à la boite parent (ici .container) */
  right: 12px; /* démarre à 10 pixels de la droite de la boite parent */
  width: 216px;/* largeur de la boite */
  
  }

.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink, a.forumlink:visited 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }

.gensmall { 
  color : #000000;
  font-size : 10px;
}
a.gensmall, a.gensmall:visited { color: #000000; text-decoration: none; }
a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

img { behavior: url(iepngfix.htc); }

a, a:hover, a:visited {
  color:black}

#Logo {
  top:0px;
  left:0px;
  position:absolute;
}

#CouvEnCours {
  top:2px;
  left:6px;
  position:absolute;
  
}

#CouvAbo {
  top:2px;
  right:6px;
  position:absolute;
}

#Bandeau {
  width:954px;
  height:80px;
  position:relative;
}

#Bande{
  top:140px;
  left:385px;
  width:605px;
  height:94px;
  position:absolute;
}

#Identification {
  position:absolute;
  top:206px;
  width:370px;
  height:60px;
  left:570px;
  text-align:left;
  color:white;
  margin:0;
  font-size:10px;
  font-weight:bold;
}

#Identification a {
  color:black;
  text-align:center;
  text-decoration:underline;
}

.Perm {
  color:black;
}

#Profil {
  position:absolute;
  top:0px;
  left:40px;
  color:Black;
  text-align: center;
  width:340px;
  height:40px;
}

#Profil td {
  font-weight:bold;
}

#Enchere {
  
}

#Flash {
  
}

.Article {
  color:#4d4c4c;
  margin-left:10px;
}

.Rubrique {
  
}

.Entete {
  background-image:url(./images/BandeauZoneLaterale.jpg);
  background-position:left top;
  width:216px;
  height:30px;
  text-align:center;
  color:White;
  font-size:18px;
  
  padding:5px 0 0 0;
  text-decoration:none;
}

.EnteteFlash {
  background-image:url(./images/BandeauZoneLaterale.jpg);
  background-position:left top;
  width:216px;
  height:30px;
  text-align:center;
  color:White;
  font-size:13px;
  
  padding:5px 0 0 0;
  text-decoration:none;
}

#ColDroite {
  position:absolute;
  height:1000px;
  width:216px;
  top:0px;
  right:12px;
} 


#EnteteCentre {
  background-image:url(./images/BandeauZoneCentrale.jpg);
  height:26px;
  width:474px;
  text-align:center;
  color:White;
  font-size:18px;
  padding-top:5px;
}

#EnteteForum {
  background-image:url(./images/BandeauZoneCentrale.jpg);
  height:35px;
  width:474px;
  text-align:center;
  color:White;
  font-size:18px;
  line-height:11px;
  position:absolute;
  left:0px;
  top:490px;
}

#ColGauche {
  position:absolute;
  top:0px;;
  left:12px;
  width:216px;
  height:1000px;
  text-align:center;
}
 
.CorpsColonneG {
  background-image:url(./images/1pxBoutique.jpg);
  background-repeat:repeat-y;
  background-position:top left;
  width:202px;
  
  vertical-align:middle;
  text-align:center;
  color:black;
  font-size:14px;
  padding: 7px;
  
}

.CorpsColonneD {
  background-image:url(./images/1pxJeux.jpg);
  background-repeat:repeat-y;
  width:202px;
  
  vertical-align:middle;
  text-align:center;
  color:black;
  font-size:14px;
  padding:7px;
 
}

.CorpsColonne {
  background-image:url(./images/1pxZoneCentrale.jpg);
  background-repeat:repeat-y;
  height:205px;
  width:474px;

  text-align:center;
  color:black;
  font-size:12px;
  font-weight:bold;
}

.CorpsColonneChat {
  background-image:url(./images/1pxZoneCentrale.jpg);
  background-repeat:repeat-y;
  width:474px;
  text-align:left;
  color:black;
  font-size:12px;
  font-weight:bold;
}

.CorpsForum {
  background-image:url(./images/1pxZoneCentrale.jpg);
  height:205px;
  width:474px;
  vertical-align:middle;
  text-align:center;
  color:black;
  font-size:12px;
  font-weight:bold;
  position:absolute;
  left:0px;
  top:525px;
}

.BasColonne {
  background-image:url(./images/BasZoneLaterale.jpg);
  background-repeat:no-repeat;
  background-color:white;
  height:3px;
  width:216px;
  font-size:1px;
}

.BasColonneC {
  background-image:url(./images/BasZoneCentrale.jpg);
  background-repeat:no-repeat;
  background-position:left top;
  height:9px;
  width:474px;
}

.BasColonneForum {
  background-image:url(./images/BasZoneCentrale.jpg);
  background-repeat:no-repeat;
  background-position:left top;
  height:9px;
  width:480px;
  position:absolute;
  left:0px;
  top:730px;
}

.Espace {
  width:100%;
  height:20px;
  background-color:white;
}

.EspaceBoutique {
  width:100%;
  height:20px;
  background-color:#f0eaed;
}

#ColMilieu {
  position:absolute;
  top:0px;
  left:237px;
  width:480px;
  text-align:center;
}

#tshirt {
background-image: url(/images/rouge.png);
background-repeat:no-repeat;
width:340px;
height:221px;
margin: 0 0 0 0;
}

img {
border:0;
}


#Corps {
position:absolute;
top:274px;
left:0px;
width:954px;
height:1000px;
}

#ContenuForum {
  width:460px;
  height:200px;
  font-size:11px;
  overflow:auto;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
}

.BoutonBase {
  background-repeat:no-repeat;
  background-position:center center;
  height:30px;
  text-align:center;
  color:white;
  width:100%;
  cursor:pointer;
  text-decoration:none;
  line-height:21px;
  font-weight:bold;
}

.BoutonRouge {
  background-image: url(./images/BoutonRouge.png);
}

.BoutonVert {
  background-image: url(./images/BoutonVert.png);
}

.Bouton {
  background-image: url(./images/Bouton.png);
}


.BoutonJeu {
  width:100%;
  height:27px;
  text-align:center;
  color:white;
  line-height:20px;
  cursor:pointer;
  text-decoration:none;
  font-weight:bold;
}

.BoutonJeuNonSel .bg {
  background-image: url(./images/BoutonPartiesNonSelDebut.png);
  background-repeat:no-repeat;
  background-position:center center;
  width:6px;
  height:20px;
  padding-bottom:7px;
}

.BoutonJeuNonSel .bd {
  background-image: url(./images/BoutonPartiesNonSelFin.png);
  background-repeat:no-repeat;
  background-position:center center;
  width:10px;
  height:20px;
  padding-bottom:7px;
}

.BoutonJeuNonSel .bm {
  background-image: url(./images/BoutonPartiesNonSelCentre.png);
  background-repeat:repeat-x;
  background-position:left center;
  height:20px;
  padding-bottom:7px;
}

.BoutonJeuSel .bg {
  background-image: url(./images/BoutonPartiesDebut.png);
  background-repeat:no-repeat;
  background-position:center center;
  width:6px;
  height:20px;
  padding-bottom:7px;
}

.BoutonJeuSel .bd {
  background-image: url(./images/BoutonPartiesFin.png);
  background-repeat:no-repeat;
  background-position:center center;
  width:10px;
  height:20px;
  padding-bottom:7px;
}

.BoutonJeuSel .bm {
  background-image: url(./images/BoutonPartiesCentre.png);
  background-repeat:repeat-x;
  background-position:left center;
  height:20px;
  padding-bottom:7px;
}

a.Bouton {
  color:white;
  text-decoration:none;
}

.ArticleJeux {
  background-image:url(./images/CaseJeux.png);
  background-position:top center;
  background-repeat:no-repeat;
  width:485px;
  height:168px;
}

.ArticleJeuxTest {
  width:485px;
  height:250px;
}

.imgArticleJeux {
  float:left;
  margin-top:5px;
  margin-left:5px;
}

.txtArticleJeux {
  float:right;
  width:300px;
  height:150px;
  margin-right:20px;
  margin-top:5px;
  overflow:auto;
}

.ficheArticle {
  text-align:center;
}

.txtArticleJeux span, .ficheArticle span {
  display:block;
  border:none;
  font-weight:bold;
  text-align:center;
  width:100%;
}

.NomArticle {
  font-size:16px;
  cursor:pointer;
}

.NomArticle span{
  font-size:15px;
}

.PrixAbo {
  font-size:13px;
  color:red;
}

.PrixPub {
  font-size:13px;
  font-weight:normal;
  color:#4d4c4c;
}

.Stock {
  font-size:13px;
  font-weight:normal;
  margin:10px 0 10px 0;
}

.Panier {
  text-align:left;
  font-size:12px;
  font-weight:normal;
}

#BandeauBoutique {
  background-image:url(./images/BandeauBoutique.png);
  background-position:top center;
  background-repeat:no-repeat;
  width:485px;
  height:94px;
}

#BandeauBoutiqueDVD {
  background-image:url(./images/BandeauBoutiqueDVD.png);
  background-position:top center;
  background-repeat:no-repeat;
  width:485px;
  height:94px;
}

#BandeauBoutiqueJV {
  background-image:url(./images/BandeauBoutiqueJV.png);
  background-position:top center;
  background-repeat:no-repeat;
  width:485px;
  height:94px;
}

.Abonnements {
  text-align:left;
  font-weight:normal;
  font-size:12px;
}

.PartieBoutique {
  display:none;
  margin:0px 0px 10px 40px;
  font-weight:bold;
}

.PartieBoutique span {
  display:block;
  margin: 3px 0px 3px 0px;
  font-weight:bold;
}

.NomJeu {
  background-repeat:no-repeat;
  background-position:center center;
  width:100%;
  height:27px;
  text-align:center;
  color:white;
  cursor:pointer;
  text-decoration:none;
  font-weight:bold;
  font-size:18px;
  clear:both;
  float:left;
  margin-top:30px;
}

.NomJeufr {
  background-image: url(./images/Jeux.png);
}

.NomJeuen {
  background-image: url(./images/JeuxEng.png);
}

.NomJeude {
  background-image: url(./images/JeuxDeu.png);
}

.ListeParties {
  width:470px;
}

#partiesencours .InfoPartie, #partiesenattente .InfoPartie {
  float:left;
  width:170px;
  margin-right:20px;
  text-align:right;
  font-weight:bold;
}

#partiesencours .Participants, #partiesenattente .Participants  {
  float:left;
  width:270px;
}

.Rejoindre {
  width:10px;
  float:right;
}

#partiesencours .Partie, #partiesenattente .Partie{
  clear:both;
  padding:5px 0px 5px 0px;
}

.fenetre_d_chat
{
padding-left:5px;
height:230px;
width:350px;
overflow:hidden;
overflow-x: hidden;
overflow-y: auto;
overflow : -moz-scrollbars-vertical;
}

.fenetre_chat {
  height:200px;
  padding-left:5px;
  border-right:solid 1px;
  width:380px;
  float:left;
  overflow:hidden;
  overflow-x: hidden;
  overflow-y: auto;
  overflow : -moz-scrollbars-vertical;
}

.message_recu
{
/*float:left;*/
color:black;
}

.heure
{
float:left;
}

.pseudo
{
float:left;
}

.message
{
float:left;
}


.connecte
{
cursor:pointer;
background-color: transparent;
}

.connecte:hover
{
cursor:pointer;
background-color: #FFDDDD;
}

.onglet_ouvert
{
float:left;
width:99px;;
height:16px;
cursor:pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    background-image:url(./images/Onglet1Sel.png);
    background-position:left bottom;
    background-repeat:no-repeat;
    color:white;
    text-align:center;
    padding-top:4px;
}

.onglet_non_ouvert
{
float:left;
width:99px;;
height:16px;
cursor:pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    background-image:url(./images/Onglet1.png);
    background-position:left bottom;
    background-repeat:no-repeat;
    color:white;
    padding-top:4px;
}


.onglet_non_ouvert_nm
{
float:left;
width:99px;;
height:16px;
cursor:pointer;
font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    background-image:url(./images/Onglet1.png);
    background-position:left bottom;
    background-repeat:no-repeat;
    color:red;
    padding-top:4px;
}


.croix_fermer
{
float:right;
margin-top:4px;
cursor:pointer;
color:grey;
}

#Message {
  text-align:center;
  width:100%;
  color:red;
  font-size:18px;
}

#conteneur_onglets {
  border-bottom:solid 1px;
  border-color:#019bb7;
  width:471px;
  height:20px;
  padding-left:3px;
}

#nbparties {
  width:100%;
  font-weight:normal;
  font-size:12px;
}

#nbparties td.ga{
  width:50%;
  text-align:left;
  font-weight:bold;
}

#nbparties td.dr{
  width:50%;
  text-align:right;
}

.vosparties {
  font-size:11px;
  text-align:left;
  margin-left:13px;
}

.vosparties .Partie {
  margin-bottom:5px;
}

table.tournoi tr td {
    padding:5px;
    text-align:center;
}

#DetailTournoi {
  background-image:url(/images/fondtournoi.png);
  width:478px;
  height:378px;
}

.question {
  font-size:14px;
  color:#339999;
  font-weight:bold;
}
