/* CSS Document */

body 	{
	color:#3366CC;
	}
	
	
ul { 
	list-style-type:none;
	padding:0px;
	margin:0px;
	}

h3	{
	font-size:14px;
	line-height:18px;
	}

h4 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
	}

#playlist	{
	width: 740px;
	margin-left: 10px;
	}	

#un, #deux, #trois, #quatre, #cinq, #six {
	position:relative;
	width: 235px;
	height:150px;
	float: left;
	line-height:15px;
	}
	
#un	{
	background: url(images/Eric.jpg) top left no-repeat;
	height::150px;
	padding: 0px 0px 0px 110px;
	border-right: solid #006699 2px;
	margin-bottom: 30px;
	}
	
#deux	{
	background:  url(images/lagogue.jpg) 20px 0px no-repeat;
	height::150px;
	padding: 0px 0px 0px 130px;
	margin-bottom: 30px;
	}
	
#trois	{
	background:   url(images/dalmasso.jpg) top left no-repeat;
	height::150px;
	padding: 0px 0px 0px 110px;
	border-right: solid #006699 2px;
	margin-bottom: 30px;
	}
	
#quatre	{
	background:  url(images/tassin.jpg) 20px 0px no-repeat;
	height::150px;
	padding: 0px 0px 0px 130px;
	margin-bottom: 30px;
	}
	
#cinq	{
	background:  url(images/thierry.jpg) top left no-repeat;
	height::150px;
	padding: 0px 0px 0px 110px;
	border-right: solid #006699 2px;
	margin-bottom: 30px;
	}
	
#six	{
	background:  url(images/chatelain.jpg) 20px 0px no-repeat;
	height::150px;
	padding: 0px 0px 0px 130px;
	margin-bottom: 30px;
	}