/* container for focus */
.Focus {
	position: absolute;
	height: 170px;
	float: left;
	width: 250px;
	cursor: pointer;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}


.Focus:before, .Focus:after { 
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
} 

.Focus:before { 
	bottom: -1px;
	width: 1px;
	background-image:url(img/fdsSlideBorder.png);
	background-repeat:no-repeat;
	background-position:top right;
	/*
	background-image: -webkit-gradient(linear, 0 0, 0 40%, from(#456), to(transparent));
	background-image: -moz-linear-gradient(top, #456, transparent);
	background-image: -o-linear-gradient(top, #456, transparent);
	background-image: linear-gradient(top, #456, transparent);
	*/
} 
.Focus:after { 
	left: -1px;
	height: 1px;
	background-image:url(img/fdsSlideBorder.png);
	background-repeat:no-repeat;
	/*
	background-image: -webkit-gradient(linear, 100% 0, 30% 0, from(#456), to(transparent));
	background-image: -moz-linear-gradient(right, #456, transparent);
	background-image: -o-linear-gradient(right, #456, transparent);
	background-image: linear-gradient(right, #456, transparent);
	*/
}

/* single slide */
.Focus div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	/*padding:15px;*/
	height:150px;    /*font-size:12px;*/
	
}

/* container for slides */
.imagesBlog {
	position: relative;
	height: 170px;
	float: left;
	/*width:100%;*/
	width:480px;
	cursor: pointer;
	margin-left: 0px;
}
.imagesBlog3 {
	position: relative;
	height: 170px;
	float: left;
	width: 100%;
	cursor: pointer;
	margin-left: 0px;
}



.imagesBlog:before, .imagesBlog:after { 
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
} 

.imagesBlog:before { 
	bottom: -1px;
	width: 1px;
	background-image:url(img/fdsSlideBorder.png);
	background-repeat:no-repeat;
	background-position:top right;
	/*
	background-image: -webkit-gradient(linear, 0 0, 0 40%, from(#456), to(transparent));
	background-image: -moz-linear-gradient(top, #456, transparent);
	background-image: -o-linear-gradient(top, #456, transparent);
	background-image: linear-gradient(top, #456, transparent);
	*/
} 
.imagesBlog:after { 
	left: -1px;
	height: 1px;
	background-image:url(img/fdsSlideBorder.png);
	background-repeat:no-repeat;
	/*
	background-image: -webkit-gradient(linear, 100% 0, 30% 0, from(#456), to(transparent));
	background-image: -moz-linear-gradient(right, #456, transparent);
	background-image: -o-linear-gradient(right, #456, transparent);
	background-image: linear-gradient(right, #456, transparent);
	*/
}

/* single slide */
.imagesBlog div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	/*padding:15px;*/
	height:150px;    /*font-size:12px;*/
}

/* header */
.imagesBlog h3 {
    /*font-size:22px;*/
    font-weight:normal;
    /*margin:0 0 20px 0;*/
    color:#456;
}

/* tabs (those little circles below slides) */
.slidetabsBlog {
    clear:both;
    margin-left:0px;
	padding-bottom:20px;
}

/* single tab */
.slidetabsBlog a {
    width:8px;
    height:8px;
    float:left;
    margin:2px;
	margin-top:4px;	
    background:url(img/slideShow_navigator.png) 0 0 no-repeat;
    display:block;
    font-size:1px;
}

/* mouseover state */
.slidetabsBlog a:hover {
    background-position:0 -8px;
}

/* active state (current page state) */
.slidetabsBlog a.current {
    background-position:0 -16px;
}


/* prev and next buttons */
.forward, .backward {
    float:left;
    margin-top:140px;
    background:#fff url(img/slideShow_hori_large.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    cursor:pointer;
    font-size:1px;
    text-indent:-9999em;
}

/* next */
.forward { background-position: 0 -30px; clear:right; }
.forward:hover { background-position:-30px -30px; }
.forward:active	{ background-position:-60px -30px; }


/* prev */
.backward:hover	{ background-position:-30px 0; }
.backward:active { background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are
   configured with rotate: true */
.disabled {
    visibility:hidden !important;
}
.TableauTexte {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
