/*
input#catchmail_submit{
background-color: transparent;
background-image: url("../../../pics/button/submit_green_3.jpg");
width: 300px;
height: 70px;
border: 0;
cursor: pointer;
margin-top: -30px;
font-size: 13px;
font-weight:bold;
color: #393c3e;
padding-right: 30px;

}

input#catchmail_submit:hover{
background-image: url("../../../pics/button/submit_green_3_over.jpg");
}
*/

#barre_ref{
	margin : 0;
	padding : 0;
	background: #ebe8d5;
	border-bottom: 1px solid gray;
	color : #000;
	width:100%;
	height:14px;
	font-size:10px;
	font-family:arial;
	text-align:center;
}