/****************************************
		Le conteneur de la partie
			drapeaux + recherche
*****************************************/

.coinDroit {
	position:absolute;
	float:none;
	top:1px;
	left:625px;
	border:0px;
	width: 144px;
	height: 103px;
	background-image: url(../images/fond_recherche.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
}

/****************************************
		La zone des drapeaux
	positionnée relativement à son conteneur
*****************************************/
.drapeaux {
	position:relative;
	margin:18px 42px 0px 0px;
	float:right;
}

.drapeaux img{
	border:0px;
	width:20px;
	height:15px;
}

.drapeaux a{
	margin:0px;
	border:0px;
}


/****************************************
		La partie recherche
	positionnée relativement à son conteneur

Anciennement nommé "Recherche", je suis obligé de le modifier
pour utiliser le plugin de recherche
*****************************************/
.tx-macinasearchbox-pi1 {
	position:relative;
	padding-top:7px;
	margin:0px;
	float: left;
	width: 275px;
}
.tx-macinasearchbox-pi1 form{
	border:1px solid #96BD0D;
	margin:0px 0 0 75px;
	padding:0;
	overflow:visible;
	
}


.tx-macinasearchbox-pi1 input {
	width:172px;
	float:left;
	border:none;
	height:15px;
	color:#808080;
	padding:3px 0 0 0;
}

input.bouton {
	width:23px;
	height:19px;
	float:left;
	margin-top:0px;
	padding:0px;
}
input.bouton {
	float:left;
	height:19px;
	margin-top:0px;
	padding:0;
	width:23px;
}

input.bouton:active {
} 
