.boxfiche #content {
/*	padding: 0;*/
}
#wrapper.one-column .boxfiche {
	background: none;
	/* border:2px solid #D4D4D4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;*/
}

#content>div {
	/*float:left;
	width: 69%;*/
}
#content>.boutons {
	width: 27%;
}

label {
	border:none;
	display: block;
	float: none;
	margin-left: 0;
	margin-right: 0;
}
#box_main select {
	width: 100%;
}

.recherche {
	clear: both;
}
.recherche>div {
	float: left;
	width: 170px;
	margin-right: 30px;
}

.submit_recherche {
	clear: both;
}

#box_main .resultats .projekteur {
	float: left;
	width: 190px;
	margin-right: 18px;
	border:1px solid #D4D4D4;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	padding-top:7px;
	height: 240px;
	margin-bottom: 18px;
}
.resultats .projekteur>div {
	width: 91%;
	height: 130px;
	overflow: hidden;
	margin: auto;
}
.resultats .projekteur>div img {
	width: 100%;
	min-height: 100%;
	height: auto;
}
.resultats .projekteur .titre {
	margin-top: 10px;
}
.resultats .style {
	text-align: left;
}
.ficheplus{
	float: left;
	width: 50%;
}

.ficheplus>div{
	float: left;
	width: 422px;
	padding: 10px;
	background: #f5f5f5;
	height: 60px;
}
.ficheplus:nth-child(4n)>div, .ficheplus:nth-child(4n+3)>div {
	background: white;
}

.ficheplus>div img {
	float: left;
	margin-bottom: 0;
}

#content>.resultats {
	width: 104%;
	margin-top: 20px;
	margin-bottom: 20px;
} 
.boxfiche .nb_resultats {
	color:black;
	font-size: 16px;
	margin-top: 30px;
}
.resultats .fiche img {
	float: left;
}
.resultats h1 {
	clear: both;
	padding-top: 20px;
}