
/* ****************************************************************/
/*               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(../css/images/fond.gif);
  background-color: #FFFFFF;
}

#global
{

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

div.Header
{
  width: 1054px;
  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: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
  background-repeat: repeat;
  background-image: url(../headers/images/header.jpg)
}

div.Main
{
  background-color: white;
  width: 1054px;
  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
}

div.Menu
{
  width: 1054px;
  height: 25px;
  margin-left : -2px !important;
  margin-left : -0px!                                !important;
  \margin-left : 0px ;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  text-align: right;
  background-color: #CCCC99;
  padding-top: 8px;
}


div.footer
{
  width: 1054px;
  height: 87px;
  margin-left : -2px !important;
  margin-left : -0px!                                !important;
  \margin-left : 0px ;
  background-image: url(../footers/images/foot.jpg);
  background-repeat: repeat;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  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;

}


/*  style Index.php  */

#col-gauche{

width: 710px;
height: auto;
float: left;
background: #ffffff;
margin: 0;
padding: 20px;
 }

#col-droite{

margin: 0;
padding: 0;
background: #ffffff;
text-align: center;
height: 500px;
}

/*  style detail.php  */

#detail-col-gauche
{
width: 500px;
min-height: 600px;
float: left;
background: #ffffff;
color: #333333;
padding-left: 20;
}

#detail-col-droite
{
}

/* style form */

#f1_upload_form
{

}

#f1_upload_process
{
   text-align:center;
   visibility:hidden;

}

#f1_upload_process2
{
   z-index:100;
   visibility:hidden;
   position:absolute;
   text-align:center;
   width:400px;
}
