#pub {
	float: left;
	padding: 12px;
	margin-right:12px;
	
}

/* Barre de recherche */

.recherche {
	position: absolute;
    right : 50%;
    margin-right : -470px;
	top: 0;
	background:  url(images/recherche_fond.gif) repeat-x;
	padding: 3px 10px 1px 4px;
	height: 30px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	 z-index: 0;
}
.recherche input {
	margin: 0 1px 0 5px;
	font-size: 11px;
	padding: 2px;
	vertical-align: top;
	background: #f5eeee;
	color: #000;
	border: solid 1px #333;
	}
.recherche .rech_droite {
	height: 30px; width: 5px;
	position: absolute; top: 0px; right: 0px;
	background-image:   url("images/recherche_d.gif"); background-repeat: no-repeat; z-index: 1;
	}
.rech_gauche {
	position: absolute;
	left: 0;
	top: 0;
}