/* Common Css */
hr {
	visibility:hidden;
	}

/*_____________________slideshow_____________________*/

div#pub {
	float:left;
	margin:7px 0 11px 30px; _margin-left:18px;
	width:950px;
	}
	#slideshow {
		background-color:transparent;
		float:left;
		height:265px;
		margin:5px 10px 0 0;
		padding:0;
		position:relative;
		width:366px;
		}
		#slideshow img:hover {
			cursor:pointer;
			}
			#nav {
				font-size:14px;
				font-weight:bold;
				height:36px;
				left:0;
				padding:0;
				position:absolute;
				top:0;
				width:100%;
				z-index:20;
				}
				#nav a {
					background:transparent url(img/index/pub/btn-slideshow_on.png) no-repeat scroll 0 0;
					color:#EEEEEE;
					display:inline-block;
					height:23px;
					right:-244px; _right:-230px;
					margin:0 -13px;
					padding:8px 0 0 11px;
					position:relative;
					text-decoration:none;
					top:10px;
					width:47px;
					}
				#nav a.activeSlide {
					background:transparent url(img/index/pub/btn-slideshow_off.png) no-repeat scroll;
					}
				#nav a:focus {
					
					}

/*_____________________Liens classiques_____________________*/

a#bandeauPromoA,
a#bandeauPromoB,
a#bandeauPromoC {
	background:#fff url(img/index/pub/rightpub.jpg) no-repeat scroll center;
	margin:5px 0 0 0;
	padding:0;
	float:left;
	display:block;
	height:265px;
	}
	a#bandeauPromoA{
		background-position:0 0;
		width:210px;
		}	
	a#bandeauPromoB {
		background-position:-210px 0;
		width:220px;
		}
	a#bandeauPromoC {
		background-position:-430px 0;
		width:144px;
		}/* IT Css */

#nav a {
	left:215px;
	}