#cadreSlide{
	text-align: center;
	border: 1px solid #900;
	margin: 2px 10px 10px;
}
#slideshow{
	text-align: center;
	margin: 0;
	padding: 0;
}
#scroller img{
	margin: 2px;
	padding: 2px;
	border: 1px solid #5b5b5b;
	position: relative;
}
#scroller{
	width: 585px;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}
#scroller2{
}
html>body #scrollLeft{
	border-bottom: 1px solid #900;
	padding: 48px 1px 47px;
}
html>body #scrollRight{
	border-bottom: 1px solid #900;
	padding: 48px 1px 47px;	
}
#scrollLeft, #scrollRight{
	background-color: #ccc;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	display: block;
	width: 10px;
	margin: 0;
	float: left;
	padding: 48px 1px 48px;#
	padding: 48px 1px 47px;
	border-right: 1px solid #900;
}
#scrollRight{
	float: right;
	display: block;
	border-style: none;
	border-left: 1px solid #900;
}

#titreAnnonce{
	background-color: #548fbf;
	text-align: center;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	padding: 1px;
	color: #fff;
}
#client ul{
	width: 243px;
}
#annonce{
	border: 1px solid #5b5b5b;
	padding: 5px;
}
#descripHaut, #descripBas{
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#descripHaut ul{
	width: 202px;
}
ul{
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 2px;
	border: 1px solid #ccc;
	border-top: none;
	float: left;
}
#client.Tfiche ul{
	width: 213px;
}

li{
	//white-space: nowrap;
	border-top: 1px solid #ccc;
	padding: 2px 2px 2px 4px;
	background-color: #e6e6e6;
}
.Tfiche{
	margin: 5px 10px;
	background-color: #fff;
	border-spacing: 0;
	width: 97%;
	border: 1px solid #900;
}
.Tfiche td{
	vertical-align: top;
	padding: 4px;
	border: 2px solid #fff;
}
.Tfiche h1{
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	
}
.Tfiche #logo{
	max-height: 100px;
	max-width: 100px;
}

.clear {
	border-spacing: 0;
	width: 100%;
}
.clear td{
	padding: 3px;
	margin: 0;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	border-top-style: none;
	border-left-style: none;
}
.lien a{
	color: #000;
	font-variant: small-caps;
	text-decoration: none;
}
.lien a:hover{
	font-weight: bold;
	text-decoration: underline;
}

table.infos{
	width: 200px;
	border-collapse: collapse;
	border: none;
}
table.infos td{
	border: 1px solid #ccc;
	background-color: #e6e6e6;
	padding: 2px;
}

/* @group LightBox */
#lightbox
{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption
{ 
	float: left; 
}
#keyboardMsg
{ 
	float: right; 
}
#closeButton
{ 
	top: 5px; right: 5px; 
}

#lightbox img
{ 
	border: none; clear: both;
} 

#overlay img
{ 
	border: none; 
}

#overlay
{ 
	//background-image: url(/_pictures/overlay.png);
	background-color: #000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

/** html #overlay
{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_pictures/overlay.png", sizingMethod="scale");
}*/
/* @end */

