@charset "utf-8";
/* CSS Document */

#photoArtist {
	z-index:auto;
	position:absolute;
	width:210px;
	height:275px;
	margin-top:45px;
	left:0px;
}

#wanted {
	z-index:auto;
	position:absolute;
	width:79px;
	height:79px;
	margin-top:-2px;
	left:147px;
	background-image:url(../rsk/images/wanted.png);
	!important;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.couleurcafe.be/cc08/fileadmin/template/rsk/images/wanted.png');
}

#llull {
	z-index:auto;
	position:absolute;
	width:100px;
	height:36px;
	margin-top:-2px;
	left:126px;
	background-image:url(../rsk/images/logo_llull.jpg);
}

#wanted_over {
	z-index:auto;
	position:absolute;
	width:79px;
	height:79px;
	margin-top:-2px;
	left:147px;
}

#borderArtist {
	z-index:auto;
	position:absolute;
	width:220px;
	height:322px;
	border-right:1px #0081be solid;
	text-align:right;
}

#borderName {
	z-index:auto;
	position:absolute;
	width:460px;
	height:25px;
	border-bottom:1px #0081be solid;
	margin-left:220px;
	padding-left:10px;
	padding-right:10px;
}

#name {
	position:relative;
	font-size:14px;
	color:#d3031d;
	text-transform:uppercase;
	font-weight:bolder;
	float:left;
}

#country {
	position:relative;
	padding-left:5px;
	padding-top:2px;
	font-size:10px;
	color:#0081be;
	text-transform:uppercase;
	float:left;
}

#date {
	position:relative;
	float:right;
}

#borderDescription {
	z-index:auto;
	position:absolute;
	width:240px;
	height:150px;
	border-bottom:1px #0081be solid;
	margin-top:25px;
	margin-left:220px;
	text-align:justify;
	padding:10px;
	font-size:11px;
}

#borderPochette {
	z-index:auto;
	position:absolute;
	width:260px;
	height:94px;
	border-bottom:1px #0081be solid;
	margin-top:195px;
	margin-left:220px;
}

#pochette {
	z-index:auto;
	position:absolute;
	margin-top:196px;
	margin-left:225px;
	width:93px;
	height:93px;
	background-image:url(../rsk/images/pochette.jpg);
}

#pochette img {
	margin:6px;
}

#titrePochette {
	z-index:auto;
	position:relative;
	text-align:left;
	float:right;
	color:#d3031d;
	font-weight:bold;
	width:140px;
	padding-top:10px;
	padding-right:10px;
}

#nomPochette {
	z-index:auto;
	position:relative;
	text-align:left;
	float:right;
	color:#0081be;
	font-size:10px;;
	width:140px;
	padding-top:10px;
	padding-right:10px;
}

#borderUrls {
	z-index:auto;
	position:absolute;
	width:240px;
	margin-top:289px;
	margin-left:220px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	font-size:10px;
}

#borderList {
	z-index:auto;
	position:absolute;
	width:200px;
	height:277px;
	border-left:1px #0081be solid;
	margin-top:25px;
	margin-left:480px;
	overflow:auto;
	padding:10px;
}

#borderList ul {
	margin-left:14px;
	padding-left:0px;
	margin-top:0px;
}

#borderList ul li {
	list-style-type:circle;
	color:#0081be;
}

#borderList a:link, a:visited  {
	color:#0081be;
	text-decoration:none;
}

#borderList a:hover  {
	color:#d3031d;
}

#borderList a:active  {
	color:#d3031d;
	text-decoration:none;
}