@charset "UTF-8";
/* SprySpotlightColumn.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main container of the Spotlight Column and Stacked Containers structure. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
 
.SpotlightAndStacked {
	margin: 2px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #3a3a3c;
}
/* This is the selector for the row element which houses all the Spotlight and Stacked containers
 * classes. 
*/

.SpotlightAndStacked .SpotlightAndStackedRow {
	background-color: #FFF;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/* This is the selector for the container of the Spotlight column elements. By default 
 * the Spotlight column occupy about 25% from the width of the 
 * entire structure. 
*/
.SpotlightAndStacked .SpotlightContainer {
	width: 250px;
	float: left;
	margin: 0px;
	padding: 0px;
}
/* This is the selector for the Spotlight column element which holds the actual data for 
 * a spotlight column.
*/
.SpotlightAndStacked .SpotlightColumn {
}
/* This is the selector for the container of the Stacked container elements. By default 
 * the Stacked container occupy about 75% from the width of the 
 * entire structure. 
*/
.SpotlightAndStacked .StackedContainer {
	width: 600px;
	float: right;
	background-color: #FFF;
}
/* This is the selector for the Stacked container elements which holds the actual data for 
 * a stacked column.
*/
.SpotlightAndStacked .StackedColumn {
	padding-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.SpryHiddenRegion {
	visibility:hidden;
}
.slideshow {
	width:285px;
	height:215px;
	margin-bottom: 20px;
	background-color: #FFF;
}
.navigation {
	background-color: #EDEDED;
	display: block;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: -15px;
	text-align: right;
}

.navigation a, .navigation a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #FE9F2A;
	padding: 3px;
}
.navigation a:hover, .navigation a:active {
	color: #FFF;
	cursor: default;
	background-color: #999;
}
.StackedContainer h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
}
.slideshowPhoto {
	display:none;
}
.Visible {
	z-index:auto;
	display:block;
	float:left;
	background-color: #FFF;
}
#slideFlash {
	height: 570px;
	width: 640px;
	padding: 0px;
	border: 25px solid #FFF;
	margin: 0px;
	background-color: #FFF;
	display: block;
}
#bnt-fermer a:link, #bnt-fermer a:visited{
	background-image: url(fancy_closebox.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 30px;
	/*display: block;
	z-index: 8000;
	position: absolute;
	margin-left: 625px;
	*/
	
	margin-top: -15px;
	float:right;
}

