#body { 
   margin-top:0px; 
   margin-left:0px; 
   margin-width:0px; 
   margin-height:0px; 
   }
#main {
   position: absolute;
   background-color:#FFFFFF;
   width:950;
   margin-left: -475px; /* moitie de width */
   background-image: url("./images/contour.jpg");
   height: 540;
   margin-top: -270px;   /* moitie de height */
   left: 50%;           /* constant, toujours 50% */
   top: 50%;            /* constant, toujours 50% */
   border: 1px solid #cccccc;
   }
#top {
   position: absolute;  
   width:950;
   height: 100;
   left: 40;           /* constant, toujours 50% */
   top: 20;            /* constant, toujours 50% */
   }

#bottom {
   position: absolute;
   width:950;
   height: 30;
   left: -2;           /* constant, toujours 50% */
   top: 510;            /* constant, toujours 50% */
   }

#fnt_bottom {
   font-family:verdana;                   /* famille : verdana,arial,courier               */
   color: #FFFFFF;                        /* couleur :                                     */
   font-size:8pt;                        /* Taille :                                      */
   font-style:normal;                     /* normal, italic, oblique                       */
   font-weight:bold;                      /* lighter, normal, bold, 100 à 900              */
   font-strech:normal;                    /* normal, wider, narrower,condensed,            */
                                          /* semi-condensed,extra-condensed,               */
                                          /* ultra-condensed,expanded,semi-expanded,       */
                                          /* extra-expanded,ultra-expanded                 */
   letter-spacing:0px;                    /* espacement des lettres                        */ 
   word-spacing:0px;                      /* espacement des mots                           */
   text-decoration:none;                  /* overline,line-through,underline,blink,none    */
   text-indent:0px;                       /* alinea debut de paragraphe : 10px...          */
   text-align:left;                       /* left,right,center,justify                     */
   line-height:none;                      /* interligne : none, 0px                        */
}
/* --------------------------------------------------------------------------------------- */
/*                                         LINK                                            */
/* --------------------------------------------------------------------------------------- */
#lnk_bottom:link{
   color:#FFFFFF;                         /* couleur du lien hypertexte                    */
   font-family:verdana;                   /* famille : verdana,arial                       */
   font-size:8pt;                        /* Taille :                                      */
   font-style:normal;                     /* normal, italic, oblique                       */
   font-weight:normal;                    /* lighter, normal, bold, 100 à 900              */
   font-strech:normal;                    /* normal, wider, narrower,condensed,            */
                                          /* semi-condensed,extra-condensed,               */
                                          /* ultra-condensed,expanded,semi-expanded,       */
                                          /* extra-expanded,ultra-expanded                 */
   letter-spacing : 0px;                 /* espacement des lettres                        */ 
   word-spacing : 0px ;                  /* espacement des mots                           */
   text-decoration : none;                /* overline,line-through,underline,blink,none    */
}
#lnk_bottom:visited{
   color:#FFFFFF;                         /* couleur du lien hypertexte                    */
   font-family:verdana;                   /* famille : verdana,arial                       */
   font-size:8pt;                        /* Taille :                                      */
   font-style:normal;                     /* normal, italic, oblique                       */
   font-weight:normal;                    /* lighter, normal, bold, 100 à 900              */
   font-strech:normal;                    /* normal, wider, narrower,condensed,            */
                                          /* semi-condensed,extra-condensed,               */
                                          /* ultra-condensed,expanded,semi-expanded,       */
                                          /* extra-expanded,ultra-expanded                 */
   letter-spacing:0px;                    /* espacement des lettres                        */ 
   word-spacing:0px;                      /* espacement des mots                           */
   text-decoration:none;                  /* overline,line-through,underline,blink,none    */
}   
#lnk_bottom:hover{ 
   color:#FFFFFF;                         /* couleur du lien hypertexte                    */
   font-family:verdana;                   /* famille : verdana,arial                       */
   font-size:8pt;                        /* Taille :                                      */
   font-style:normal;                     /* normal, italic, oblique                       */
   font-weight:normal;                    /* lighter, normal, bold, 100 à 900              */
   font-strech:normal;                    /* normal, wider, narrower,condensed,            */
                                          /* semi-condensed,extra-condensed,               */
                                          /* ultra-condensed,expanded,semi-expanded,       */
                                          /* extra-expanded,ultra-expanded                 */
   letter-spacing:0px;                    /* espacement des lettres                        */ 
   word-spacing:0px;                      /* espacement des mots                           */
   text-decoration:none;                  /* overline,line-through,underline,blink,none    */
}

#fnt_img_titre {
   font-family:verdana;                   /* famille : verdana,arial,courier               */
   color: #333333;                        /* couleur :                                     */
   font-size:8pt;                        /* Taille :                                      */
   font-style:normal;                     /* normal, italic, oblique                       */
   font-weight:normal;                      /* lighter, normal, bold, 100 à 900              */
   font-strech:normal;                    /* normal, wider, narrower,condensed,            */
                                          /* semi-condensed,extra-condensed,               */
                                          /* ultra-condensed,expanded,semi-expanded,       */
                                          /* extra-expanded,ultra-expanded                 */
}


/*--------------------------------------------------------------------------------------*/
/*                                 IMAGE                                                */
/*--------------------------------------------------------------------------------------*/
.floating_image_left{
       float:left;
       margin:0 5px 5px 0;
       }
.floating_image_left span.caption{
       display:block;
       font-family:"Times New Roman", Times, serif;
       font-style:italic;
       text-align:right;                /* left,right,center,justify                     */
       font-size:10pt;                  /* Taille :                                      */
       }
.floating_image_left img{
 border:1px solid #000000;
}
/*--------------------------------------------------------------------------------------*/
.floating_image_right{
       float:right;
       margin:0 5px 5px 0;
       }
.floating_image_right span.caption{
       display:block;
       font-family:"Times New Roman", Times, serif;
       font-style:italic;
       text-align:right;                /* left,right,center,justify                     */
       font-size:10pt;                  /* Taille :                                      */
       }
.floating_image_right img{
 border:1px solid #000000;
}


