/******* Search *********/

.box-search
{

	position:relative;
	float:right;
	top:38px;
	width:290px;
	padding-top:8px;
	height:72px;
	margin-bottom:3px;
	background-image:url(../images/search-fond.png);
	background-position:0px 7px;
	background-repeat:no-repeat;
	/*background-color:#CC9933;*/
}

.box-search table{

	position:relative;
	float:left;
	left:18px;

}

.search_title
{
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
	margin-bottom:5px;
	font-size:12px;
	display:none;
}

.search_button{

	position:relative;
	margin-left:8px;
	float:left;


}


#global_input01{

position:relative;
width:64px;
float:left;

}


#form_search_global{

width:150px;
position:relative;
padding-top:4px;
float:left;
}

.select_recherche
{
	position:relative;
	float:left;
	font-size:10px;		
}

.cadre_recherche_article
{
	position:relative;
	float:left;
	width:100%;
	padding:5px;
}


.cadre_recherche_article table
{
	/*position:relative;
	float:left;*/
	left:60px;
	top:0px;
	
}

.cadre_recherche_article #button{

top:-1px;

}

#formsearch
{

}

.cadre_recherche_article input
{

}

/*Moteur de recherche dans un catalogue*/
.search_invisible 
{
	position:absolute;
	visibility:hidden;
}

.search_visible 
{
	position:relative;
	visibility:visible;
	height:20px; /*Obligatoire sinon bug sous ie (encore un de plus :oP )*/
}

.operateur_visible 
{
	position:relative;
	visibility:inherit;
	height:5px; /*Obligatoire sinon bug sous ie (encore un de plus :oP )*/
	border: 0px solid #FF0000;	
}

.operateur_invisible 
{
	position:absolute;
	visibility:hidden;
}

.operateur_invisible
{

	display:none;
	visibility:hidden;
	
}

.cadre_recherche_article a
{

}



#button
{
	position:relative;
	float:left;
}

.pagelogin_bouton{

left:300px;

}