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

a:link { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; } 
a:hover { color: white; text-decoration: none; } 

#fond{
width:700px;
height:400px;
background:url(../img/contact/fond1.jpg) no-repeat 0 0;
}

#card{
width:600px;
height:100px;
position:relative;
top: 110px;
margin:0px;
padding:0px;
color:#FFFFFF;
font-size:14px;
line-height:22px;
outline:none;
text-align:center;
letter-spacing:6px;
}

#cardhist{
width:550px;
position:relative;
top: 25px;
margin:0px;
padding:6px 50px;
color:#FFFFFF;
font-size:14px;
line-height:19px;
outline:none;
text-align:left;
letter-spacing:0px;
}

/* 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;
	}
	
/* // Easy Slider */