
/* ****************************************************************/
/*               Feuille de style site parc-pilotes.com              */
/* ****************************************************************/

body
{
  margin: 0; /* pour éviter les marges */
  text-align: center; /* pour corriger le bug de centrage IE */
  background-repeat: repeat-x;
  background-image: url("/includes/css/theme_base/images/fond.gif");
  background-color: #FFFFFF;
}

#global
{

  margin-left: auto;   /* centrage du site */
  margin-right: auto;  /* centrage du site */
  width: 1000px;        /* largeur du site */
  text-align: left; /* on rétablit l'alignement normal du texte */
  padding: 0px;
}

div.Header
{
  width: 1000px;
  height: 100px;
  margin-left : -2px !important;
  margin-left : -0px !important!;
  \margin-left : 0px ;
  background-color: #D7D2D5;
  margin-top: 10   /* marge qui evite que le header soit collé en haut */;
  border-top: solid 1px;
  border-right: solid 1px;
  border-left: solid 1px;
  background-repeat: repeat;
  background-image: url("/includes/headers/theme_base/images/header.jpg");
}

div.Main
{
  background-color: white;
  width: 1000px;
  margin-left : -2px !important;
  margin-left : -0px !important!;
  \margin-left : 0px ;
  border-right: solid 1px;
  border-left: solid 1px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  padding-top: 30px;
  min-height: 450px
}

#menustylefour{position:relative;display:block;height:39px;font-size:11px;font-weight:bold;background:transparent url("/includes/menu/theme_base/images/bgoff.gif") repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #B30000;}
#menustylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#menustylefour ul li{display:block;float:left;margin:0;}
#menustylefour ul li a{display:block;float:left;color:#666;text-decoration:none;padding:11px 20px 0 20px;height:23px;background:transparent url(/includes/menu/theme_base/images/bgdivider.gif) no-repeat top right;}
#menustylefour ul li a:hover,#stylefour ul li a.current{color:#B30000;background:#fff url(/includes/menu/theme_base/images/bgon.gif) no-repeat top right;}
#menustylefour{padding: 0px;width: 960px; border-left: solid 1px; border-right: solid 1px;margin-left : -2px !important;margin-left : -0px !important!; \margin-left : 0px ;    }



div.footer
{
  width: 1000px;
  height: 87px;
  margin-left : -2px !important;
  margin-left : -0px !important!;
  \margin-left : 0px ;
  background-image: url("/includes/footers/theme_base/images/foot.jpg");
  background-repeat: repeat;
  border-left: solid 1px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  text-align: center;
}

a:link {

    color: #0000FF;
    font-weight: normal;
    font-style: normal;

}
a:visited {

    color: #0000FF;
    font-weight: normal;
    font-style: normal;

}
a:hover {

    color: #00AAAA;
    text-decoration: underline;
    font-style: normal;

}



