/*
Copyright 2004 Philippe LAGARDE
Distribué sous license GPL
Voir le fichier gnu_gpl_vf.pdf pour plus d'information */

@charset "iso-8859-1";


img
           {
           border                 : none;
           }


body       { 
           font-size              : 10pt;
           font-family            : Tahoma, Arial, sans-serif;
           font-weight            : bold;
           color                  : white; 
           background-color       : #696969;
           margin                 : 0;
           padding                : 0;
           widht                  : 100%;
           }

a:link     { 
           color                  : white; 
           text-decoration        : none;
           }

a:visited  { 
           color                  : #cacaca; 
           text-decoration        : none;
           }

a:hover    {
           color                  : rgb(255, 200, 50);
           text-decoration        : none;
           border-bottom          : 0px;
           }

.entree a:hover img, .grandeimage a:hover img
           {
           border                 : 1px solid rgb(255, 200, 50);
           }

               
.imagegalerie a:hover img
           {
           top                    : 6px;
           left                   : 6px;
           border                 : 1px solid rgb(255, 200, 50);
           }

a:active   { 
           color                  : white;
           text-decoration        : none;
           }

         
.centre, centregrande
           {
           margin                 : 0% 17% 0% 17%; 
           background-color       : #696969;
           text-align             : center;
           }
           
.intro
           {
           margin                 : 0% 17% 0% 17%; 
           background-color       : #696969;
           text-align             : left;
           }    
           
.centregrande
           {
           margin                 : 0% 0% 0% 17%;
           }
           
.grandeimage img
           {
           background-color       : black;
           border                 : 1px solid #cacaca;
           padding                : 4px;
           }

.infos
           {
           font-size              : 1.06em; 
           color                  : rgb(255, 200, 50); 
           font-family            : "Courier New", courier, serif;
           font-weight            : bold;
           }

.piedpage  {
           position               : absolute;
           bottom                 : 0;
           margin                 : 0% 17% 0% 17%; 
           }

.jysuis, .jaune, .effectue, .textelie
           {
           color                  : rgb(255, 200, 50);
           }

.textelie
           {
           text-align             : left;
           }
           
.effectue
           {
           text-decoration        : line-through;
           }
           
.entetegalerie
           {
           text-align             : center;
           margin                 : 0 0 0 1em;
           float                  : left;
           }

.imagegalerie
           {
           float                  : left;
           margin                 : 10px;
           background-color       : #2C2C2C;
           }

.imagegalerie img
           {
           display                : block;
           position               : relative;
           background-color       : black;
           border                 : 1px solid #cacaca;
           margin                 : -6px 6px 6px -6px;
           padding                : 2px;
           }

.entree img
           {
           background-color       : black;
           border                 : 1px solid #cacaca;
           padding                : 2px;
           }

.divers
           {
           width                  : 100%;
           margin                 : 10px;
           text-align             : left;
           clear                  : both;
           height                 : 50px;
           }

.galerie
           {
           width                  : 100%;
           height                 : 100px;
           margin                 : 5px;
           text-align             : left;
           clear                  : both;
           }

.galerie img 
           {           
           margin                 : 5px;
           }

.legendegalerie, .legendedivers
           {
           position               : relative;
           bottom                 : 0;
           margin-left            : 0.5em;
           }
      
.legendedivers
           {
           bottom                 : 1em;
           }
      
.conteneur100x100
           {
           width                  : 100px;
           height                 : 100px;
           text-align             : center;
           float                  : left;
           }

.diffusion
           {
           text-align             : left;
           font-size              : 90%; 
           }

.spacer    {
           clear                  : both;
           visibility             : hidden;
           }

.texte_droite
           {
           float                  : right;
           overflow               : scroll;
           }

           
