@CHARSET "ISO-8859-1";

*{ margin:0; padding:0; height:auto; }

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background-color: #FFF;
	color: #666;
	margin:6px 16px 0 4px;
}

table{ border-collapse:collapse; vertical-align:top; border:0; }
/*
table tr td{ vertical-align:top; }*/
img{ border:0; }


.conteneurtitle{ width:100%; height:37px; }
.titlepartone{ 
	position:absolute; 
	z-index:2; 
	color:#B13719;
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
	/*line-height:15px;*/
	line-height:30px;
	font-weight:600;
	/*letter-spacing:1px;*/
}
.titleparttwo{ 
	position:absolute; 
	z-index:1;
	color:#EFE3CF;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
	/*letter-spacing:1px;*/
	margin:0px 0 0 22px;
}

.conteneurpicker{
	border-top:1px solid #A88E82;
	border-bottom:1px solid #A88E82;
	width:100%;
	height:89px;
	margin-top:20px;
}

.picker{
	border-collapse:separate;
	border-spacing:1px;
	width:200px;
	margin-top:20px;
}