/* by LD   louis@daubignard.com          */
/*                                                */
/* start : 05/12/2005                             */
/* update :                                       */
/*                                                */
/* file : style/style.css                         */
/* Declaration des variables standard
debut
<En tete>*/
#en_tete
{
   width             : 760px;
   height            : 97px;
   margin            : auto;
   background-image  : url("../images/banniere.png");
   background-repeat : no-repeat;
   margin-bottom     : 0px;
}

/*<La page web>*/
body
{
   width                     : 760px;
   margin                    : auto; /* Pour centrer notre page */
   background-color                : #FFFFFF; /*couleur du fond   */
   background-image          : url("../images/fond.png");
   background-repeat         : x-repeat;
   font-family               : Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size                 : 0.7em
}
/* image fond haut main_page */
#page_haut
{
   height                    : 20px;
   width                     : 760px;
   margin                    : auto;
   background-image          : url("../images/fond_haut.png");
}
/* image fond main_page */
#page
{
   width                     : 760px;
   margin                    : auto;
   margin                                : 0px;
   padding                                : 0px;
   background-image          : url("../images/fond_milieu.png");
   background-repeat         : x-repeat;
}
/* image fond bas main_page */
#page_bas
{
   height                                : 20px;
   width                                : 760px;
   margin                                 : auto;
   margin                                : 0px;
   padding                                : 0px;
   background-image         : url("../images/fond_bas.png");
}


#menu
{
   float                    : top; /* Le menu flottera à gauche */
   width                    : 748px; /* Très important : donner une taille au menu */
   background-image         : url("../images/fond_menu.png");
   font-family              : "Arial", "Times New Roman", Times, serif;
}
/*<Tableau menu>*/
.table_menu
{
   margin                   : auto ;
   cellpadding              : 0px  ;
   cellspacing              : 0px  ;
   border-collapse          : collapse;
   border-spacing           : 0px  ;
   padding                  : 0px  ;
}

.table_menu td
{
   text-align       : center ;
   padding          : 10px;
   border           : 0px;
   margin           : 0px;
   border-spacing   : 0px ;
   font-size        : 12px;
}

#menu_2  /* Menu gauche liste des news*/
{
   float            : left; /* Le menu flottera à gauche */
   margin-left      : 5px;
   width            : 160px; /* Très important : donner une taille au menu */
 /*   background-image : url("../images/fond_menu.png");               */
   font-family      : "Arial", "Times New Roman", Times, serif;
   font-size        : 5px;
}

/*<Le lien hypertext du menu>*/
#menu a
{
   color            : #FFFFFF;
   text-decoration  : none;
   font-size        : 12px ;
   /*font-weight                : bold ;*/
}

/*<Le survol du lien hypertext du menu>*/
#menu a:hover
{
        color: #ff6600;
}

/*<Le corps de la page>*/
#main_page
{
   margin-left: 0px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   padding-top: 20px;
   color: #000000;
   /*background-color: #FFFFFF;  Une couleur de fond pour le corps */
   background-image: url("../images/");
   background-repeat: repeat-x; /* Une petite image de fond qui se répètera horizontalement en haut */
   /*border: 2px solid #FFFFFF; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
}
/*<Le corps de la page news>*/
#main_page_news
{
   margin-left: 180px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   padding-top: 20px;
   color: #000000;
   /*background-color: #FFFFFF;  Une couleur de fond pour le corps */
   background-image: url("../images/");
   background-repeat: repeat-x; /* Une petite image de fond qui se répètera horizontalement en haut */
   /*border: 2px solid #FFFFFF; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
}

/*<Le pied de page >*/
#pied
{
   padding: 5px;
   text-align: center;
   color: #000C23;
   background-color: ;
  /* background-image: url("../images/motif.png");
   background-repeat: repeat-x;
   border: 2px solid white;  */
}
/*<Le tableau lien dans le pied>*/
.lien_pied
{
  border-collapse                : collapse;
  background-image                : url("../images/lien_pied.png");
  background-position   : center;
  background-repeat         : no-repeat;
  font-size                                : 12px;
  height                                : 60px;
  width                                        : 300px;
  color                                        : #ffffff;
}
/*<Le lien hypertext du pied>*/
.lien_pied a
{
   color                                : #ffffff;
   font-size                        : 11px;
   text-decoration                : none;
}

/*<Le survol du lien hypertext>*/
.lien_pied a:hover
{
   color                                : #ff9900;
}


/*<Le tableau>*/
table
{
        border-collapse: collapse;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
}

/*<Le titre du tableau>*/
caption
{
        margin: auto;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 15px;
        color: #003366;
}

/*<Le titre de colonne dans les tableau>*/
th
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: Left;
}

/*<La cellule du tableau>*/
td
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        text-align: Left;
}

/*<Tableau news rubrique>*/
.table_news_rub
{
        margin      : auto;
        border      : 1px outset #003366;
        color       : #666666;
        background-color: #c3cfdb;
        cellpadding : 0;
        cellspacing : 0;
        width       : 500px ;
}

/*<Tableau news>*/
.table_news
{
        margin: auto;
        border: 1px outset #061843;
        background-color: #FFFFFF;
        cellpadding : 0;
        cellspacing : 0;
        width: 500px ;
}

.table_C
{
        margin: auto;
        border: 1px solid silver;
}

.table_3D
{
        border: 2px outset silver;
}

.table_bc
{
        background-image: url("../images/back.jpg");
        background-repeat: repeat-x;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        padding-left: 5px;
        height: 18px;
        font-family: Arial, Helvetica, sans-serif;
        padding-top: 2px;
        margin: auto;
}
/*<Titre de niveau 5>*/
.bgrowcolor1
{
    background-image  : url("../images/back.jpg");
    background-repeat : repeat-x;
    color             : #FFFFFF;
    height            : 20px;
    padding-left       : 5px;
}

/*<Titre de niveau 6>*/
.bgrowcolor2
{
    background-color  : #003366;
    background-repeat : repeat-x;
    color             : #FFFFFF;
    height            : 20px;
    padding-left       : 5px;
}

/*<Le pied des news>*/
.info
{
        font-family: Arial, Helvetica, sans-serif;
        color: #000C23;
        text-align: right;
        font-size: 0.7em;
        padding-right : 5px;
}

/*<Le lien hypertext du pied news>*/
.info a
{
        color: #000C23;
        text-decoration: none;
}

/*<Le lien hypertext>*/
a
{
        color: #000C23;
        text-decoration: none;
}


/*<Le survol du lien hypertext>*/
a:hover
{
        color: #0057FE;
}

img
{
        border: none;
}
/*<La class  img>*/
.img
{
        border: 0px outset #663200;
}

/*<Les Paragraphe rubriques>*/
p
{
        font-family : Arial, Helvetica, sans-serif;
        font-size   : 11px;
        padding     : 5px;
}

/*<Le titre de niveau 1>*/
h1
{
        color               : #003366;
        display             : list-item;
        list-style-image    : url("../images/css_item.gif");
        list-style-position : inside;
        font-family         : Arial, Helvetica, sans-serif;
        font-size           : 15px;
}
/*<Le titre de niveau 2>*/
h2
{
        padding-left        : 10px;
        color               : #666666;
        font-family         : Arial, Helvetica, sans-serif;
        font-size           : 12px;

}

/*<Le titre de niveau 3>*/
h3
{
        padding-left        : 10px;
        color               : #666666;
        display             : list-item;
        list-style-image    : url("../images/css_item.gif");
        list-style-position : inside;
        font-family         : Arial, Helvetica, sans-serif;
        font-size           : 12px;
}

/*<les listes à puces>*/
ul /* Toutes les listes à puces se trouvant dans un menu */
{
   padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */

}

li
{
        color               : #999999;
        list-style-image    : url("../images/css_item.gif");
        list-style-position : inside;
        font-family         : Arial, Helvetica, sans-serif;
        font-size           : 11px;
        padding-left        : 2px;
}

/*<Le titre de niveau 4>*/
.nom
{
        font-family: 'Arial Black', Helvetica, sans-serif;;
        font-size: 1.4em;
        color:#FFFFFF;
}
/*<Le champs text>*/
input
{
        font-family: Arial, Helvetica, sans-serif;
        border: 1px outset #FFFFFF;
}
/*<Le menu déroulant>*/
select {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        border: 1px outset #FFFFFF;
}

/* Definition des classes specifiques */

input.inimg
{
        border : none;
}
/*<Class Prix>*/
.prix
{
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
        text-align: Right;
}
/*<Class heure>*/
.heure
{
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
        text-align: left;
}

.centre
{
  text-align: center;
}

.back
{
        background-image: url("../images/back.jpg");
        background-repeat: repeat-x;
        border: 1px solid gray;
        padding-left: 5px;
        height: 18px;
        font-family: Arial, Helvetica, sans-serif;
        padding-top: 2px;
}

.center_back
{
        background-image: url("../images/back.jpg");
        background-repeat: repeat-x;
        border: 1px solid gray;
        padding-left: 5px;
        padding-top: 2px;
        height: 18px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
}


.tb_center
{
    margin-left:auto;
    margin-right:auto;
}

.td_center
{
    text-align: center;
}

.table_bord
{
        border: 1px solid gray;
}

/*<Tableau video>*/
.table_video
{
        margin           : auto ;
        cellpadding      : 0px  ;
        cellspacing      : 0px  ;
        border-collapse  : collapse;
        border-spacing   : 0px  ;
        padding          : 0px  ;
}

.table_video td
{
       text-align       : center ;
       padding          : 0px;
       border           : 0px;
       margin           : 0px;
       border-spacing   : 0px ;
}


.envoyer
{
        margin: auto;
        border: 2px outset silver;
}
/* ---------------------------------------------------------------------------*/


fin
