/*PAGE AVEC LES GAMMES ET TOILES*/


.contenu_search{
	float:left;
	margin-bottom: 0px;
	padding: 0 0px 30px 0px;
	width: 980px;
}



#criteres{
	float: left;
	width: 980px;
	/*height: 265px;*/
	/*margin: 20px 10px 15px 10px ;*/
	padding: 0;
	/*background-image: url('../images/bkg_filter2.png');
	background-repeat: no-repeat;
	background-position: top center;*/
	/*background-color: #fff;*/
}

.critere{
	margin: 5px 0 5px 15px;
	float: left;
	/*width: 305px;*/
	/*background-color: #e1e1e1;*/
	/*height: 220px;*/
	/*overflow-y: scroll;*/
	background-image: url('../images/separate_filter.png');
	background-position: center right;
	background-repeat: no-repeat;
}

.critere p{
	float: left;
	text-align: left;
	margin: 0;
	padding-left: 0px;
	font-size: 12px;
	font-weight: bold;
	clear: left;
	width:100%;
}


#tech{
width:230px;
}


.critere_appli{
	height: 40px;
}



.img_application{
	margin: 20px 10px;
}

#filtres_faap h2{
	margin: 0;
	padding: 5px;
	float: left;
	clear: none;
}

#filtres_faap h3{
	margin: 0;
	padding: 7px 5px 5px 5px;
	float: left;
	clear: none;
}

#filtres_faap #change_appli{
	display: block;
	margin: 0;
	padding: 0 10px 0 0;
	float: right;
	clear: none;
}

#filtres_faap #change_appli:hover{
	background-color: #eee;
}

#last_filtre{
	background-image: none;
	width: 250px;
}

#last_filtre_2{
	background-image: none;
	width: 220px;
}
/*
#filtres_faap:hover #filtres_applis{
	visibility: visible;
}
*/

.change_appli_open{
	visibility: visible;
}

.change_appli_close{
	visibility: hidden;
}

#filtres_applis{
	position: absolute;
	background-color: #eee;
	padding: 5px;
	width: 900px;
	height: 300px;
	
	
	margin-left: 0 0 0 100px;
	margin-top: 30px;
	
	//margin-left: -500px;
}

#filtres_appli{
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin: 0px;
	width: 205px;
	float: left;
	clear: right;
	display: list-item;
	
}




#filtres_motif{
	float: left;
	width: 190px;
}

#filtres_couleur{
	float: left;
	width: 260px;
}

#filtres_gamme{
	float: right;
	/*width: 460px;*/
}


#filtres_uv, #filtres_eau, #filtres_rupture, #filtres_feux, #filtres_occultation{
	float: left;
	width: 250px;
}










/***********************************************************/


#container_loading{
	position: relative;
	/*margin-left: -640px;*/
}
#loading{
	
	/*background-image: url(../images/bkg_alpha_white.png);*/
	width: 640px;
	height: 40px;
	
	
}

#loading p{
	/*width:200px;*/
	margin: auto;
	/*padding-top: 100px;*/
	text-align: right;
	color: #515256;
	font-size: 16px;
	font-weight: bold;

}

#loading img{
	margin-top: 10px;
}


