/* Création le : 1er novembre 2008
Par : Konnecting
Pour : Konnecting Entertainment */

body
{
  background : url('img/fond.png') repeat;
  margin : 0px;
  font-family : 'Trebuchet MS', sans-serif;
  font-size : 10pt;
}

#body
{
  margin : auto;
  width : 700px;
  background-color : #FFFFFF;
}

#body #header
{
  width : 700px;
  height : 104px;
  background : url('img/header.png') no-repeat;
}

#body #menu
{
  width : 696px;
  height : 24px;
  background : url('img/menu.png') repeat;
  color : #FFFFFF;
  text-align : center;
  padding-left : 2px;
  padding-right : 2px;
  padding-top : 3px;
}

#body #menu a
{
  color : #FFFFFF;
  text-decoration : none;
}

#body #menu a:hover
{
  color : #FFFFFF;
  text-decoration : underline;
}

#body #corps
{
  width : 690px;
  background-color : #FFFFFF;
  padding : 5px;
}

#body #corps h3
{
  margin : auto;
  margin-top : 10px;
  margin-bottom : 10px;
  text-align : center;
  font-size : 12pt;
  color : #065892;
}

#body #corps h4
{
  margin-left : 20px;
  font-size : 11pt;
}

#body #corps a
{
  color : #065892;
  text-decoration : none;
}

#body #corps a:hover
{
  color : #065892;
  text-decoration : underline;
}

#body #corps h4 a
{
  color : #000000;
  text-decoration : none;
}

#body #corps h4 a:hover
{
  color : #000000;
  text-decoration : underline;
}

#body #footer
{
  width : 690px;
  height : 61px;
  padding : 5px;
  text-align : center;
  color : #FFFFFF;
  font-size : 8pt;
  background : url('img/footer.png') repeat;
  clear : both;
}

#body #footer a
{
  color : #D4D4D4;
  text-decoration : none;
}

#body #footer a:hover
{
  color : #D4D4D4;
  text-decoration : underline;
}

.justifier
{
  text-align : justify;
}

.centrer
{
  text-align : center;
}