@charset "UTF-8";
/* CSS Document */


#titre {
	position:absolute;
	left:50%;
	top:140px;
	width:506px;
	z-index:30;
	height:auto;
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
	padding-bottom:18px;
	background-image:url(../img/blanc70.png);
	overflow:hidden;
	margin-left:-410px;
}

#texte {
	position:absolute;
	left:50%;
	top:364px;
	width:500px;
	background-color:#FFF;
	height:auto;
	z-index:22;
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:40px;
	overflow:hidden;
	margin-left:-150px;
	display:none;
}

#vide {
	position:absolute;
	height:40px;
}

#lesonglets {
	position:fixed;
	left:50%;
	top:364px;
	margin-left:-410px;
	width:262px;
	z-index:25;
	overflow:hidden;
	display:none;
}


#onglet_normal a{
	position:relative;
	height:33px; width:66px;
	display:block;
	line-height:33px; padding-left:20px; 
	background-image:url(../img/fest_onglet1.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 -33px;
   ...
   }
   
#onglet_select {
	position:relative;
	width:242px;
	display:block;
	line-height:16px; padding-left:20px; 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;
   }
   
#image_menu{
	position:absolute;
	top:10px;
	left:10px;
	height:32px;
	width:960px;
	display:none;
}

#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/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;
   ...
   }
   
#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/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;
   ...
   }
   
#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/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/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;
   }