


/* div globale contenant les onglets */

#lesonglets {
	position:fixed;
	left:324px;
	top:198px;
	width:122px;
	z-index:25;
	overflow:hidden;
	display:none;
}


/* onglet standard selectionnable, hauteur maximum de 3 lignes de texte. fond blanc (image) qui varie en hover */

#onglet_normal a{
	position:relative;
	width:100px;
	margin-bottom:1px;
	display:block;
	line-height:16px; padding-left:10px; padding-top:8px; padding-bottom:8px;
	background-image:url(../img/menu/onglet.png); background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:14px;
	color:#0D0D0D;
	text-decoration:none;
   }
   
#onglet_normal a:hover {
   background-position: 0 -65px;
   ...
   }


/* onglet "retour" selectionnable, moins large. fond blanc (image) qui varie en hover */

#onglet_retour a{
	position:relative;
	height:32px; width:56px;
	margin-bottom:1px;
	display:block;
	line-height:33px; padding-left:10px; 
	background-image:url(../img/menu/onglet.png); background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:14px;
	color:#0D0D0D;
	text-decoration:none;
   }
   
#onglet_retour a:hover {
   background-position: 0 -65px;
   ...
   }


/* onglet standard selectionné */

#onglet_select {
	position:relative;
	width:102px;
	display:block;
	line-height:16px; padding-left:10px; padding-top:8px; padding-bottom:8px; margin-bottom:1px;
	background-color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:14px;
	color:#0D0D0D;
	text-decoration:none;
   }
   
   
/* div globable contenant les onglets du menu de navigation image (caché par défaut) */
   
#image_menu{
	position:absolute;
	top:10px;
	left:10px;
	height:32px;
	width:960px;
	display:none;
}


/* onglet "retour" du menu image. largeur fixe. fond blanc (image) qui varie en hover  */

#image_retour a{
	position:absolute;
	left:0px;top:0px;height:32px;width:55px;
	display:block;
	line-height:33px; padding-left:10px; 
	background-image:url(../img/menu/img_butt.png); background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:14px;
	color:#0D0D0D;
	text-decoration:none;
   }
   
#image_retour a:hover {
   background-position: 0 -33px;
   ...
   }


/* onglet "image précédente" du menu image. largeur fixe. fond blanc (image) qui varie en hover */

#image_prec a{
	position:absolute;
	left:66px;top:0px;height:32px;width:136px;
	display:block;
	line-height:33px; padding-left:10px; 
	background-image:url(../img/menu/img_butt.png); background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:14px;
	color:#0D0D0D;
	text-decoration:none;
   }
   
#image_prec a:hover {
   background-position: 0 -33px;
   ...
   }


/* onglet "image suivante" du menu image. largeur fixe. fond blanc (image) qui varie en hover */

#image_suiv a{
	position:absolute;
	left:213px;top:0px;height:32px;width:121px;
	display:block;
	line-height:33px; padding-left:10px; 
	background-image:url(../img/menu/img_butt.png); background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:14px;
	color:#0D0D0D;
	text-decoration:none;
   }
   
#image_suiv a:hover {
   background-position: 0 -33px;
   ...
   }
   
#chargement {
	position:absolute;
	left:0px;top:33px;height:32px;width:124px;
	display:none;
	line-height:33px; padding-left:10px; 
	background-image:url(../img/menu/img_butt.png); background-repeat:no-repeat;
	background-position: 0 -33px;
	font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:14px;
	font-style:italic;
	color:#0D0D0D;
	text-decoration:none;
   }

