/* Genaral */

*
{
  padding: 0px;
  margin: 0px;
}

img
{
  border: 0px;
}

body
{
  font-size: 8pt;
  font-family: Tahoma, Verdana, sans-serif;
  background: url("../images/page.gif");
  text-align: center;
}

a
{
  color: #b43b11;
  text-decoration: none;
}

a:hover
{
  color: #ff9c01;
  text-decoration: none;
}

/* Site */

#global
{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #fff;
}

#header
{
  float: left;
  height: 160px;
  width: 100%;
  background:  url("http://munchkinkittens.free.fr/images/header.jpg") top no-repeat;
}

#footer
{
  float: left;
  height: 60px;
  width: 100%;
  background: url("http://munchkinkittens.free.fr/images/footer.jpg") top no-repeat;
}

/*
** Page
*/

#page
{
  float: left;
  width: 100%;
  background: url("http://munchkinkittens.free.fr/images/background.jpg") repeat-y top;
}

#menu
{
  float: left;
  width: 180px;
  text-align: left;
}

#menu .title
{
  height: 36px;
  width: 134px;
  margin-left: 18px;
  text-align: center;
  background: url("http://munchkinkittens.free.fr/images/menu.jpg") no-repeat;
}

#menu .title span
{
  display: block;
  padding-top: 8px;
  font-weight: bold;
  font-size: 12pt;
  font-family: Arial;
  color: #861e1c;
}

#menu .box
{
  padding-left: 25px;
  padding-bottom: 10px;
}

#menu .box a
{
  display: block;
  width: 95px;
  margin: 5px;
  padding: 2px;
  padding-left: 10px;
  border: 1px solid #c16669;
  color: #460b0d;
  background: #ffdedf;
  font-family: Tahoma;
  font-size: 10pt;
}

#menu .PubILoveCat
{
  width: 135px;
  margin-left: 15px;
  margin-top: 5px;
  padding: 2px;
  border: 1px solid #c16669;
  font-weight: bold;
  background: #ffdedf;
  text-align: center;
}

#menu .PubILoveCat a
{
  display: block;
  font-size: 8pt;
}

#menu .PubILoveCat .red
{
  color: #FF0000;
}

#menu .PubILoveCat .blue
{
  color: #000080;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 7pt;
}

#menu .PubILoveCat .url
{
  font-size: 6pt;
}


#content
{
  float: left;
  width: 590px;
  text-align: left;
}

/*
** Content
*/

#content
{
  font-size: 10pt;
}

#content .TitleBody
{
  display: block;
  font-weight: bold;
  font-size: 12pt;
  font-family: Arial;
  color: #861e1c;
  margin-top: 10px;
}

#content p.edito
{
  padding-bottom: 5px;
  font-weight: bold;
  text-align: center;
}

#content p.available
{
  text-align: center;
  font-weight: bold;
}

#content p
{
  padding: 5px;
  text-align: justify;
}

#content .cat
{
  width: 80%;
  border-collapse: collapse;
  border: 1px solid #c16669;
  background: #ffc9cb;
  text-align: center;
  margin-top: 10px;
}

#content .cat td
{
}

#content .cat td.legend
{
  font-size: 10pt;
  font-family: Tahoma;
  width: 150px;
}

#content .cat td.legend span
{
  font-weight: bold;
  display: block;
}

#content .cat td.image
{
  padding: 5px;
}

#content .cat td.image img
{
  border: 1px solid #c16669;
}

#content .TitleText
{
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

#content hr
{
  height: 4px;
  background: #d98b8d;
  border: 1px solid #ffb9bc;
}
