body {
	margin:0px;
	padding:0px;
	background:#000;
	font:80% Arial, Helvetica, sans-serif;
	color:#555;
	line-height:180%;
	width:850px;
}
img{border:none;}

/* Easy Slider */

	#slider{
		margin-top:50px;
		background:#000;
		}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:150px;
		height:300px;
		overflow:hidden; 
		}
	#nextvBtn{
		display:block;
		width:44px;
		height:43px;
		position:absolute;
		top:0px;
		left:0px;
		}
	#nextvBtn a{
		display:block;
		position:absolute;
		top:350px;
		left:53px;
		width:44px;
		height:43px;
		background:url(../img/gfx/next_down.png) no-repeat 0 0
		}
	#prevvBtn{
		display:block;
		width:44px;
		height:43px;
		position:absolute;
		top:0px;
		left:0px;
		}
	#prevvBtn a{
		display:block;
		position:absolute;
		top:5px;
		left:53px;
		width:44px;
		height:43px;
		background:url(../img/gfx/prev_up.png) no-repeat 0 0
		}
	#iframe{
		display:block;
		position:absolute;
		top:0%;
		left:150px;
	}
	.equipe-nom{
		display:block;
		color:#fff;
		list-style:none;
		width:150px;
		height:100px;
		font-size:14px;
		line-height:14px;
		outline:none;
		padding:0px 0px;
		text-decoration:none;
		text-align:center;
		vertical-align:center;
		letter-spacing:0px;
	}
	#copyright{
		width:150px;
		display:block;
		text-decoration:none;
		text-align:center;
		top:0px;
		margin: 0px;
		padding:46px 0px 0px 0px;
		vertical-align:bottom;
		list-style:none;
		background:#00000;
		color:#aaaaaa;
		font-size:8px;
	}