﻿    div					{    position            :   absolute;
                             width               :   800px;                              /* Largeur */
                             height              :   488px;                              /* Hauteur */
                             top                 :   25%;                                /* IMPERATIF POUR LE CENTRAGE VERTICAL */
                             left                :   50%;                                /* IMPERATIF POUR LE CENTRAGE HORIZONTAL */
                             margin-top          :   -122px;                             /* IMPERATIF POUR LE CENTRAGE VERTICAL.   La valeur doit être négative et égale au height/2 */
                             margin-left         :   -400px;                             /* IMPERATIF POUR LE CENTRAGE HORIZONTAL. La valeur doit être négative et égale au width/2 */
                             background-image    :   url(Images/Filigrane/PageEnConstruction.jpg); /* Filigrane "en construction" */
                             background-repeat   :   no-repeat;
                             background-color    :   none;
						}
                    
      
    #enConstruction		{    position            :   absolute;
                             top                 :   27px;
                             left                :   120px;
                             filter              :   alpha(opacity=0);   /* fondu pour internet explorer */
                             -moz-opacity        :   0;                  /* fondu pour mozilla, phoenix, firebird, firefox*/
                             opacity             :   0;                  /* fondu pour mozilla firefox */
                             -khtml-opacity      :   0;
                         }

    p					{	 position			 :	 absolute;
 		 					 margin				 :	 0px;
                             left				 :	 75px; 
                             width				 :	 320px;
                             top				 :	 79px;
                             text-align			 :	 center;
                             font-family		 :	 Times New Roman;
                             font-size			 :	 .9em;
                             background-color	 :	 none;
                         }
    
	a, a:link, a:visited {   color               :   #80725E; }    
    a:hover              {   color               :   #A29480; }
    

	#lecteur			 {	 position			 :	 absolute;
							 top				 :	 100px;
							 left				 :	 50px;							 
						 }