/* CSS pour le lien du lightwindow */
a.page-options {}
a.page-options:hover, a.page-options:focus {}		

/* CSS pour le lien du lightwindow pour l'actu en page d'accueil */
a.page-options-actu {color:#333333; text-align:center; text-decoration:none;}
a.page-options-actu:hover, a.page-options-actu:focus {color:#333333; text-align:center; text-decoration:none;}		
/* CSS pour le lien du lightwindow pour le texte de l'actu en page d'accueil */
a.page-options-textactu {color:#FFFFFF; text-decoration:none;}
a.page-options-textactu:hover, a.page-options-textactu:focus {color:#FFFFFF; text-decoration:none;}		
/* CSS pour le lien du lightwindow pour le lien de l'avis en page d'accueil */
a.page-options-lienavis {color:#333333; text-decoration:underline;}
a.page-options-lienavis:hover, a.page-options-lienavis:focus {color:#333333; text-decoration:underline;}		
/* CSS pour le lien du lightwindow pour le lien de l'avis en page d'accueil */
a.page-options-pass {font-family:Verdana; font-size:11px; color:#333333; text-decoration:none; text-align:center; padding-top:2px;}
a.page-options-pass:hover, a.page-options-pass:focus {color:#333333; text-decoration:none;}		

/* CSS pour la couleur du fond de la page */
#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}
#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	/* REQUIRED */
}
#lightwindow_container {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	/* REQUIRED */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
/* IE6 needs this or it messes with our positioning */
* html #lightwindow_container {
	overflow:hidden;
}

/* CSS pour le border du lightwindow */
#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: relative;
	padding:5px;
	background-color:#FFFFFF;
}		

/* CSS pour le loading */
#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}
#lightwindow_loading img {
	float: left;
	margin: 0 10px 0 0;
}



	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	 	
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */

}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;
	width:100%; 
	text-align:right;
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		cursor: pointer;
		color: #ffffff;
		line-height: 25px;
		padding-right:20px;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ff010c;
	}

