body
{
  background-color: #fff;
  color: #000;
}

/* Main CSS */
.topLogo
{
   width: 1000px;
   height: 150px;
}

.mainMenu
{
  width: 1000px;
  background-image: url("http://www.jeuxdaventure.org/images/site/bgParcheminMainMenu.jpg");
}

.leftMenu
{
  width: 200px;
  vertical-align: top;
  text-align: left;
}

.mainContent
{
  width: 800px;
  vertical-align: top;
}

/* CSS for front page */
.aDate
{
  text-align: right;
  background-image: url("http://www.jeuxdaventure.org/images/site/bgParchemin.jpg");
  color: #000;
  background-color: #fff;
  font-weight: bold;
  padding-right: 10px;
}

.aTitre
{
  text-align: left;
  /* border-top-width: 1px;
  border-top-style: inset;
  border-left-width: 1px;
  border-left-style: inset;
  border-right-width: 1px;
  border-right-style: inset;
  border-bottom-width: 1px;
  border-bottom-style: dotted;  */
}

.aContent
{
  text-align: left;
  /*border-left-width: 1px;
  border-left-style: inset;
  border-right-width: 1px;
  border-right-style: inset;  */
  padding-left: 5px;
  padding-right: 5px;
}

.aComment
{
  text-align: center;
 /* border-top-width: 1px;
  border-top-style: dotted;
  border-left-width: 1px;
  border-left-style: inset;
  border-right-width: 1px;
  border-right-style: inset;
  border-bottom-width: 1px;
  border-bottom-style: inset; */
}

.aBottom
{
  text-align: center;
}

.aEmpty
{
  height: 10px;
}


/* CSS for games list */
.lgTitle
{
  text-align: left;
  font-weight: bold;
}

.lgLetter
{
  text-align: center;
  background-image: url("http://www.jeuxdaventure.org/images/site/bgParchemin.jpg");
  color:#000;
  background-color: #fff;
  font-weight: bold;
}

.lgLborder
{
  text-align: left;
  padding-left: 2px;
  padding-right: 2px;
  background-color: #fcedda;
  color: #000;
  border-top-color: #000;
  border-top-width: 1px;
  border-top-style: dotted;
  vertical-align: top;
}

.lgL
{
  text-align: left;
  padding-left: 2px;
  padding-right: 2px;
  background-color: #fcedda;
  color: #000;
  vertical-align: top;
}

.lgBottomLine
{

}

/* Game Page main */

.gTitle
{
  background-image: url("http://www.jeuxdaventure.org/images/site/bgParchemin.jpg");
  color: #000;
  background-color: #fff;
  text-align:center;
  font-weight: bold;
  font-size: 14pt;
}

.gLeft
{
  text-align: left;
  padding-left: 5px;
}

.gRight
{
  text-align: left;
}

.gGalery
{
  text-align: center;
  vertical-align: middle;
  padding-right: 5px;
}

.gBrief
{
  text-align: left;
  padding-right: 5px;
  padding-left: 5px;
}

.gMenu
{
  background-color: #fce4c6;
  color: #000;
  text-align: center;
}

.gContent
{
  text-align: left;
  padding-right: 5px;
  padding-left: 5px;
}

/* Article/Download List CSS */

.gCategory
{
  text-align:center;

  font-weight: bold;
}

.gTitleLine
{
  text-align:left;
  background-image: url("http://www.jeuxdaventure.org/images/site/bgParchemin.jpg");
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

.gBottomLine
{
}

.gDataTable
{

}

a
{
  color: #0000ff;
  background-color: transparent; 
  text-decoration: none;
  font-style: normal;
}

a:hover
{
  text-decoration: underline;
  background-color: #000;
  color: #fff;
}

a.main
{
  color: #000;
}

h1.title
{
  font-size: 16pt;
  color: #000;
  font-style: normal;
  text-decoration: none;
}

a.title
{
  font-size: 16pt;
  color: #000;
  font-style: normal;
  text-decoration: none;
}

a.title:hover
{
    background-color: transparent;
    color: #000;
}

.leftSide
{
  /* background-image: url("http://www.jeuxdaventure.org/images/site/leftSide.jpg"); */
   vertical-align: top;
}

.separator
{
  height: 1px;
  background-color: #000;
  color: #fff;
}

.separatorV
{
  width: 1px;
  background-color: #000;
  color: #fff;
}

.mainTableBg
{
  background-color: #fcf6ee;
  color: #000;
}
/*
li
{
  list-style-image: url(http://www.jeuxdaventure.org/images/site/puce.gif");
}
*/
.miniature
{
  font-size: 8pt;
  text-align: left;
}
