body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;	
}

a {
	text-decoration: none;
}
	
#haut {
	position: absolute;
	top: 0;
	left: 0;	
	height: 10%;
	width: 100%;
/*	background-color: rgb(32,155,183);   */
             background-image: url(deco/hautbas.png);
}

#logo {
 	float: left;
  height: 100%;
}

#titre {
	float: left;
	font-size: 30pt;
	color: black;
	font-weight: bold;
	margin-left: 80px;
	margin-top: 6px;
	padding: 4px;
}

#menu {
	width: 20%;
	position: absolute;
	top: 10%;
	left: 0;		
	height: 83%;
	background-color: rgb(246,246,246);	
	font-size: 13pt;	  
	overflow: scroll;	
}

#contenu_menu {
padding-left: 10px;
padding-right: 10px;
}

/* Menu*/
.mnuli1,.mnuli2,.mnuli3,.mnuli4 {
	background-image: url(deco/mnu0.png);
}
.mnuon {
	background-image: url(deco/mnu1.png);
}


.mnuul {
 margin: 10px 0 0 0;
 padding: 0;
 list-style: none;
/* background-color:#ffffff;*/
}
.mnuli1,.mnuli2,.mnuli3,.mnuli4 {
 background-repeat: no-repeat;
 padding-left: 14px;
}
.mnumon {}
.mnuli1 { margin-left: 0px;}
.mnuli2 { margin-left: 16px;}
.mnuli3 { margin-left: 32px;}
.mnuli4 { margin-left: 48px;}


#page {
	position: absolute;
	top: 10%;
	left: 20%;
	height: 83%;	
	width: 80%;
	background-color: rgb(247,247,247); 
	font-size: 14pt;
	overflow: scroll;
}

#contenu_page {
	padding-top: 5px;  
	padding-left: 10px;
	padding-right: 10px;
}


#bas {
	position: absolute;
	top: 95%;
	left: 0;
	height: 5%;
	width: 100%;		
	background-color: rgb(32,155,183);    
          /*   background-image: url(deco/hautbas.png);*/
   /*          	font-size: 12pt;*/
	overflow: hidden;	
}

#contenu_bas {
	padding-left: 10px;  
}

#contenu_bas table {  /*la taille dÃ©finie dans #bas refuse de s'appliquer aux tableaux !!!*/
	width: 100%;
	font-size: 12pt;
	text-align: center;
}

/*mettre l'id dans le tableau 1 ligne 1 colonne qui contiendra la photo*/
/* Pour une illustration entourÃ©e de texte*/
#illustration_droite
{
  float:		right;
  width:		100px;
  padding:		10px;
  margin-left:		10px;
  background-color:	rgb(255,255,235);
}

#illustration_gauche
{
  float:		left;
  width:		100px;
  padding:		10px;
  margin-right:	20px;
  background-color:	rgb(255,255,235);
}

/*Pour une illustration sur "une ligne"*/
#illustration
{
  width:		100px;
  padding:		10px;
  background-color:	rgb(255,255,235);
}

/*gallerie(s) de photos*/

/*Galerie avec javascript*/


/*Style des tableaux contenant les vignettes (<table class="lesvignettes">)*/

.lesvignettes {}

.lesvignettes td{
  float: left;
 /* width: 25%;*/
/*width: 10%;*/
/*width: 150px;*/
  height: 200px;
    padding: 5px;
background-color: rgb(255,255,235);
}

.lesvignettes img {
  height: 150px;  /*50px de moins que pour la cellule du tableau - laisse la place pour une lÃ©gende sur 2 lignes*/
  opacity: 0.8;
  cursor: pointer;
}

.lesvignettes img:hover {
  opacity: 1;
}


/* The expanding image container (positioning is needed to position the close button and the text) */
.container  {
  width: 50%;
/*  width: 640px;*/
 position: relative;
  display: none;
  margin-left: 10px;
  margin-bottom: 10px;
  }

/* Expanding image text : Ã  complÃ©ter si on veut plus de 4 galeries sur une page*/
#imgtext1, #imgtext2, #imgtext3, #imgtext4 {
  position: absolute;
  bottom: 15px;
  left: 15px;
/*  color: white;*/
  color: yellow;
  font-size: 20px;
}


/* Closable button inside the image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
/*  color: white;*/
  color: yellow;
    font-size: 35px;
  cursor: pointer;
} 


