@charset "utf-8";

/*---------------------- formulaires ------------------------*/

.searchHome{
	position:relative;
	float:left;
	width:80%;
}

.emailHome{
	width:80%;
}

.go{
	position:relative;
	float:left;
	cursor:pointer;	
	height:17px;
	width:18px;
	margin-left:3px;
	background-color:#990033;
	background-image:url(../images/search_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.submit{
	position:relative;
	float:left;
	cursor:pointer;	
	height:17px;
	margin-left:3px;
	padding: 0px 3px 3px 3px;
	color:#484848;
	background-color:#e8e8e8;
	border:solid 1px;
	border-color:#989898;
}

input{
	position:relative;
	float:left;
	margin:0; 
	padding:0;
	height:15px;
	color:#484848;
	font-size:10px;
	border:solid 1px;
	border-color:#989898;
}

select {
	margin:0; 
	padding:0;
	height:18px;
	color:#484848;
	font-size:10px;
	border:solid 1px;
	border-color:#989898;
}

/*
input[type=text]:focus{
	background-color:#f3f5de;
}
*/

.selectCounry{
	width:200px;
}