/***********************************************************************************************
*
*   STYLE :        CadrePage
*
*   BUT :          sert … cr‚er un calque CadrePage pour centrer le contenu d'une page WEB
*
*   UTILISATION :  dans le section entˆte (head) de la page
*
*   EXEMPLE :      <head>
*                  <link rel="stylesheet" type="text/css" href="CadrePage.css">
*                  </head>
*
************************************************************************************************/
#CadrePage {
	/* Attributs n‚cessaires */
      position:            absolute;
	left:                50%;
	top:                 50%;
	width:               1015px;  /* Environ 1000 pixels  */
	height:              680px;   /* Environ  620 pixels  */
	margin-left:         -500;    /* Moiti‚ n‚gative (-500px) de la largeur +- quelques pixels */
	marin-top:          -340;     /* Moitié négative (-310px) de la hauteur +- quelques pixels */
	border:              0px none #000;
	z-index: 10;
	visibility: visible;
	margin-top: -340px;      /*background-image:  url(TST/Index_fichiers/image001.jpg);*/
      /*font-family:       Arial Narrow;*/
      /*font-size:         small;*/

      }/* CSS Document */
/************************************************************************************************/





/************************************************************************************************/
#global {
	position:fixed !important;  /* Mac */
	position:absolute;          /* Pc  */
	top:50%;
	left:50%;
	margin-top:-340px;
	margin-left:-507px;
	width:1014px;
	height:680px;
	display: table-cell;
	vertical-align: middle;
	background-color:    #BFBFBF;
	/*background-image: url(Galeries/MacroPaysage/Images/Pageweb01.jpg);*/
	background-repeat: no-repeat;
   /*background-image:  url(TST/Index_fichiers/image001.jpg);*/
   
  	}
/************************************************************************************************/





/***********************************************************************************************
*
*   STYLE :        Transparent
*
*   BUT :          sert … cr‚er un calque CadrePage pour centrer le contenu d'une page WEB
*
*   UTILISATION :  dans le section entˆte (head) de la page
*
*   EXEMPLE :      <head>
*                  <link rel="stylesheet" type="text/css" href="CadrePage.css">
*                  </head>
*
************************************************************************************************/
#Transparent {
	/* Attributs n‚cessaires */
    position:            absolute;
	left:                521px;
	top:                 312px;
	width:               1015px;  /* Environ 1000 pixels  */
	height:              680px;   /* Environ  620 pixels  */
	margin-left:         -497;    /* Moitié négative (-500px) de la largeur +- quelques pixels */
	margin-top:          -300;    /* Moitié négative (-310px) de la hauteur +- quelques pixels */
	border:              0px none #000;
	background-repeat: repeat;
	z-index: 9;
	background-image: url(../../Images/Transparent.gif);
      /*background-image:  url(TST/Index_fichiers/image001.jpg);*/
      /*font-family:       Arial Narrow;*/
      /*font-size:         small;*/

      }/* CSS Document */
/************************************************************************************************/





/***********************************************************************************************
*
*   STYLE :        CadreImage
*
*   BUT :          sert … cr‚er un calque CadrePage pour centrer le contenu d'une page WEB
*
*   UTILISATION :  dans le section entˆte (head) de la page
*
*   EXEMPLE :      <head>
*                  <link rel="stylesheet" type="text/css" href="CadrePage.css">
*                  </head>
*
************************************************************************************************/
#CadreImage1 {
	/* Attributs nécessaires */
	position:fixed !important;  /* Mac */
	position:absolute;          /* Pc  */
	top:50%;
	left:50%;
	margin-top:-330px;
	margin-left:-507px;
	width:1014px;
	height:660px;
	display: table-cell;
	vertical-align: middle;
	background-color:    #000000;

	background-image: ;
	background-repeat: no-repeat;
	z-index: 0;	/*background-image: url(Galeries/MacroPaysage/Images/Pageweb01.jpg);*/
   /*background-image:  url(TST/Index_fichiers/image001.jpg);*/


    }/* CSS Document */
/************************************************************************************************/





/***********************************************************************************************
*
*   STYLE :        NavGaleries
*
*   BUT :          sert è cr‚er un calque transparent pour permettre de placer une image qui
*                  contient des symboles suivant, pr‚c‚dent, etc, pour permettre la navigation
*                  dans les images des galeries
*
*   UTILISATION :  dans le section entˆte (head) de la page
*
*   EXEMPLE :      <head>
*                  <link rel="stylesheet" type="text/css" href="NavGaleries.css">
*                  </head>
*
************************************************************************************************/
#NavGaleries {
	/* Attributs nécessaires */
    position:            absolute;
	left:                   865px;
	top:                     27px;
	width:                  136px;    /* Environ 150 pixels  */
	height:                  50px;    /* Environ  63 pixels  */
    border:        0px solid #000;


	* Autres attributs int‚ressants... */
   /* background-color:    #c7c78d;*/
   /* L'image d'arrière-plan contient les symboles de navigation (début, précédent,...) */

	z-index: 10;
	background-repeat: no-repeat;
	/*background-image: url(Images/NavGaleries.jpg);*/
	/*font-family:       Arial Narrow;*/
	/*font-size:         small;*/
    }
/************************************************************************************************/
