/***********************************************************************************************
*
*   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 */
	margin-top:-340;		  /* Moitié négative (-310px) de la hauteur +- quelques pixels */
	border:0px none #000;
	z-index:10;
	visibility:visible;
	margin-top:-340px;
}/* CSS Document */
/************************************************************************************************/





/************************************************************************************************/
#global {
	position:fixed !important;  /* Mac */
	position:absolute;          /* Pc  */

	top:0%;
	left:0%;
/**/
/**/
	top:50%;
	left:49%;
/**/
/**/


	margin-top:0px;
	margin-left:0px;
/**/
/**/
	margin-top:-320px;
	margin-left:-501px;
/**/
/**/

/**/
/**/
	vertical-align:middle;
/**/
/**/

	width:1015px;
	height:680px;

	display:table-cell;
	background-color:#DCDCDC;
	background-repeat:no-repeat;
/*	background-image:url(Images/Contour2.jpg);*/

	z-index:0;

	overflow:auto;
	height:auto!important;
/*  	height:100px;
  	min-height:100px;
*/

}
/************************************************************************************************/




/***********************************************************************************************
*
*   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);
}/* 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-repeat:no-repeat;
	z-index:0;
}/* 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 {
  position:absolute;
	left:865px;
	top:27px;
	width:136px;
	height:50px;
  border:0px solid #000;
	z-index:10;
	background-repeat:no-repeat;
}
/************************************************************************************************/




/************************************************************************************************/
body {
	overflow:auto;
	background-repeat:repeat;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-image:url(Images/FondMosa03.jpg);
	background-color:#CFCFCF; 
  /*#B3B3B3;#B4B4B4; ... #BFBFBF; de gris pâle vers gris foncé */
}
/************************************************************************************************/



/************************************************************************************************/
div.flash 
{
  position:absolute;    /*j"ai choisi de positionner une boite dans l'entête*/
  top:560px;            /*idem*/
  left:40px;            /*idem*/
  font-family:Tahoma, Arial, Helvetica, Sans-Serif;
  font-size:12px;       /*0.95em;*/
  border:0px solid #FFFFFF; 
  width :450px;         /*taille de la boite*/
  height:50px;          /*hauteur de la fenêtre défilante à reporter dans le script...*/
  padding :2px;
  /*background: #AAAAAA;  /*#EEE8AA*/ */ 
  text-align:left;
  overflow:hidden;
}

#menu_deroulant {  overflow: hidden;  position: relative; }

#menu_defile {  position: relative; }

.Style1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #808080;
  font-size: 16px;
}

.Style2 {font-family: Arial, Helvetica, sans-serif}

.Style6 {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
}
/************************************************************************************************/


