.basic  {
	width: 500px;
	float:left;
}

.basic div {
	border:none;
		margin:0;
	padding:0;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	/*padding: 10px;*/
}
.basic a {
	cursor:pointer;
	/*display:block;*/
	padding:0px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	/*background-image: url('images/fond_bandeau_titre-close.png'); 
	background-repeat: no-repeat;*/
}



.basic div#fond_bandeau_titre:hover {
	background-image: url('images/fond_bandeau_titre.png'); 
	background-repeat: no-repeat;
}

.basic a:hover, .basic a:visited, .basic a:link, .basic a:active {
	border:none;
}
.basic a.selected {
	border:none;
}

