#familles ul{
	width:auto;
}
	
#familles{
		height:160px;
		padding:10px;
		float:left;
		width:690px;
	}

#recherche{
	height:180px;
	background-color:black;
	overflow:hidden;
	border-radius:0px 0px 5px 5px;
		-moz-border-radius:0px 0px 5px 5px;
		-webkit-border-bottom-left-radius:5px;
		-webkit-border-bottom-right-radius:5px;
}
#recherche ul{
		margin:0px;
		padding:0px;
		width:170px;
		float:left;
		list-style-image:none;
		list-style:none;
		list-style-position:outside;
	}
#sport ul{
	width:110px;
}
	
#recherche ul li{
	float:none;
	color:#CF0688;
	display:block;
}

#recherche li {
		background-image:url(../img/moinsblack.jpg);
		padding-left:20px;
		background-repeat:no-repeat;
		}
#recherche .plusblack {
		background-image:url(../img/plusblack.jpg);
		background-repeat:no-repeat;
		}
	
#recherche a{
	margin-left:3px;
	color:white;
	text-decoration:none;
}

.sousfamilles{
	width:690px;
	height:160px;
	padding:10px;
	border-bottom:dotted 1px grey;
	float:left;
}
#filariane{
	padding:5px;
	background-color:#333333;
	color:#FFFFFF;
	font-size:14px;
	border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
	
#filariane a{
	color:#cf0688;
	text-decoration:none;
}
	
.niveau{
	padding-left:10px;
	padding-right:10px;
	color:#4F4F4F;
	text-decoration:none;
}
.blocrose {
	padding:10px;
	border-bottom:dashed 1px #cf0688;
	background-color:#F7EAF9;
}
.blocrose h2{
	color:#cf0688;
}
.blocrose h3{
	color:#000000;
}
.edit {
	background-image:url(../img/edit-card.gif);
	display:block;
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:20px;
	text-decoration:none;
	color:#000000;
	float:right;
}

.photo{
	display:block;
	float:left;
	height:100px;
	width:138px;
	border:solid 2px white;
	background-position:center;
}

.photo img{
	display:none;
	opacity:0.6;
}

.photo:hover img{
	display:block;
}


.video{
	display:block;
	float:left;
	height:100px;
	width:138px;
	border:solid 2px white;
	background-position:center;
}

.video img{
	display:none;
	opacity:0.6;
}

.video:hover img{
	display:block;
}


.audio{
	display:block;
	float:left;
	height:100px;
	width:138px;
	border:solid 2px white;
	background-position:center;
}

.audio img{
	display:none;
	opacity:0.6;
}

.audio:hover img{
	display:block;
}

#comptePhotos{
	padding:10px;
	background-color:#CFEBFF;
	color:#2286D4 !important;
	text-decoration:none;
	margin-right:5px;
}


#compteVideos{
	padding:10px;
	background-color:#FFCFEE;
	color:#CF0688 !important;
	text-decoration:none;
	margin-right:5px;
}

#compteAudios{
	padding:10px;
	background-color:#E8FFBF;
	color:#7ABF00 !important;
	text-decoration:none;
	margin-right:5px;
}
