@charset "UTF-8";

/*
-----------------------------------------------
SlideShow CSS Rules
----------------------------------------------- */
#ss_body {
	margin: 0;
	padding: 0;
	color: #999;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */	
	}


/* Links
----------------------------------------------- */
#ss_body a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
#ss_body h1, h2, h3, h4, h5, h6 {font-weight: normal; }
#ss_body h1 { font-size: 165%; text-align: left; color: #fff; }
#ss_body p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */
#ss_wrap {
	width: 400px;
	padding-top: 20px;
	margin: 0 20px;
}
#ss_wrap a{
	text-decoration: none;
	font-size:11px;
	color:#8F8F8F;
	margin-top:1px;
}
#ss_previews {
	border:1px solid #d8d8d8;
	width: 400px;
	float: left;
	background-color: #000000;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#ss_controls {
	height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#ss_controls li{
	list-style-type: none;	
}
#ss_transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ss_transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#ss_transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#ss_transport a:link {
	color: #fff;
	border: solid 1px #ffffff;
	/*	background-color: #666;
	background-image: url(images/slideshow/bg_grad_gray1.gif);
	background-repeat: repeat-x;*/
}
#ss_transport a:visited {
	color: #fff;
	border: solid 1px #ffffff;
	/*background-color: #666;
	background-image: url(images/slideshow/bg_grad_gray1.gif);
	background-repeat: repeat-x;*/
}
#ss_transport a:hover {
	color: #fff;
	border: solid 1px #ffffff;
	/*background-color: #666;
	background-image: url(images/slideshow/bg_grad_gray2.gif);
	background-repeat: repeat-x;*/
}
#ss_transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}
.ss_ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#mainImage {
	width: 100%;
	height: 100%;
}
#mainImageOutline {
/* CECI CONTROLE LE FOND QUI ENTOURE LA PHOTO PRINCIPALE */
	margin: 0;
	background-color: #FFFFFF;
	padding: 1em;
	overflow: hidden;
}
#picture {
	padding: 0px;
	width: 400px;
	float: left;
	clear: left;
}
#picture img {
/* CECI CONTROLE LA BORDURE AUTOUR DE LA PHOTO PRINCIPALE */
	border: 1px solid #000000;
}
.ss_clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}