div.input {
	background-repeat:		repeat-x;
	background-position:	left top;
}

input[type=text], input[type=password]  {
    background:				none;
    border:					0;
	height:					20px;
	margin:					0;
    padding:				0px 10px;
	font-family:			"Trebuchet MS",Helvetica,sans-serif;
	font-size:				12px;
	line-height:			20px;
	//line-height:			18px;
}

span.input_left {
    position:				absolute;
    width:					4px;
    height:					20px;
    overflow:				hidden;
    top:					0px;
    left:					0px;
}

span.input_right {
    position:				absolute;
    width:					4px;
    height:					20px;
    overflow:				hidden;
    top:					0px;
    right:					0px;
}


#recherche div.input input[type=text] {						width: 212px; }
td.col_gauche div#newsletter div.input input[type=text] {	width: 160px; }


div.select {
	background-repeat:		repeat-x;
	background-position:	left top;
	position:				relative;
	z-index:				1;
	cursor:					pointer;
}

div.select p {
	margin :				0;
	padding:				2px 10px;
	height:					20px;
	text-align:				left;
}

div.select ul
{
    position:				absolute;
    text-align:				left;
    white-space:			nowrap;
    list-style:				none;
    margin:					-5px 0 0 4px;
	padding:				0;
	width:					100%;
}

div.select ul li a
{
    display:				block;
}

span.select_left {
    position:				absolute;
    width:					6px;
    height:					20px;
    overflow:				hidden;
    top:					0px;
    left:					0px;
}

span.select_right {
    position:				absolute;
    width:					19px;
    height:					20px;
    overflow:				hidden;
    top:					0px;
    right:					0px;
}

div.textarea {
	background-repeat:		repeat-x;
	background-position:	left top;
}

textarea {
    background:				none;
    border:					0;
	margin:					0;
    padding:				0 0 0 10px;
	font-family:			"Trebuchet MS",Helvetica,sans-serif;
	font-size:				12px;
	line-height:			20px;
	//line-height:			18px;
}

span.textarea_top_right {
    position:				absolute;
    width:					4px;
    height:					4px;
    overflow:				hidden;
    top:					0px;
    right:					0px;
}

span.textarea_top_left {
    position:				absolute;
    width:					4px;
    height:					4px;
    overflow:				hidden;
    top:					0px;
    left:					0px;
}

span.textarea_bottom_right {
    position:				absolute;
    width:					4px;
    height:					4px;
    overflow:				hidden;
    bottom:					0px;
    right:					0px;
}

span.textarea_bottom_left {
    position:				absolute;
    width:					4px;
    height:					4px;
    overflow:				hidden;
    bottom:					0px;
    left:					0px;
}
