/* ----------------- div bottom --------------- */
div.bottom {
	position:relative;
	top:34px;
/*	margin-top: 10px;*/
	display:block;
	background-color: #ffffff;
	border:0px solid #7B7FB7;
	width:100%;	
	padding-top:2px;
	padding-bottom:2px;
	background:transparent url(../pictures/fond_bottom.png) top left repeat-x;
	font-family:Trebuchet MS, sans-serif;
	clear:both;
}

/* ------------------- class INPUT ------------------*/
div.bottom input {
	border: 1px solid black;
	background-color: #F3F3F3;
	width: 130px;
	height: 14px;
	color: black;
	font-size : 8pt;
	margin-right:2px;
}

