
/*
#################################################################################
########################		CONTENEURS		#########################
#################################################################################
*/

#newsletter{
	position:relative;
	float:left;
	/*width:150px;/*100%;*/
	/*height:65px;
	text-align:center;
	vertical-align:middle;
	*/
}

#div_recherche{
	position:relative;
	float:right;
	width:100%;
	height:45px;
	background-color:#FFFFFF;
}
#recherche{
	color:#775F5F;
}

#div_recherche form{
	position:relative;
	float:left;
	top:10px;
}
#decor_recherche{
	position: absolute;
	left:0px;
	width:20px;
	height:27px;
}

#sondage{
	position: relative;
	top: 10px;
	/*padding: 10px 10px 10px 10px;/*top right bottom left*/
}
/*
#################################################################################
##########################		NEWSLETTER		#################################
#################################################################################
*/
#texte_newsletter{
	position:relative;
	width:100%;
/*
	height:25px;
	padding-top:6px;
	left:4px;
	font-size: 11px;
*/
}
#form_newsletter{
	position:relative;
	width:100%;
/*
	height:40px;
	text-align:center;
	vertical-align:middle;	
*/
}

/*
#################################################################################
######################		NEWSLETTER && RECHERCHE		#########################
#################################################################################
*/
/*
.input{
	left:5px;
	width: 140px;
	font-size: 11px;
}

.validation{
	right:5px;
	width:7px;
	height:10px;
}
*/
.input{
	position:relative;
	float:left;
	width: 120px;
	font-size: 11px;
}

.validation{
	position:relative;
	float:left;
	top:2px;
	left:4px;
	width:20px;
	height:20px;
}

