@charset "utf-8";
/*   Footer CSS
****************************************************************/

#footer{
	clear:both;
	width: 965px;
	margin: 0 auto 10px auto;
	position:relative;
	background:#F0F0F0;
	height:18px;
	padding:4px 0 1px 30px;
	z-index:2;
}
#footer ul.pds{
	float:left;
	width:450px;

}
#footer ul.pds li{
	display:inline;
	padding:0 10px;
	background:url(../../images/commun/separator_footer.gif) no-repeat 100% 4px;
	color:#793B8C;
}
#footer ul.pds li.last{
	display:inline;
	padding:0 10px;
	background:none;
	color:#793B8C;
}

#footer ul.pds li a{
	color:#434343;
}

#footer .footer_list{
	float:right;
	text-align:right;
	padding-right:20px;
}

#footer .footer_list2 {
	float:right;
	text-align:right;
	padding-right:20px;
}


#footer .footer_list2 .carrieres{
	background:transparent url(../../images/commun/separator_footer.gif) no-repeat scroll 100% 4px;
	color:#434343;
	padding:0 10px;
	margin-right:10px;
}

#footer .footer_list2 .carrieres a{
	background:url(../../images/commun/bg_carriere_off.gif) no-repeat 0 0;
	color:white;
	display:block;
	margin:1px 0 0;
	padding:0 10px 1px 21px;
}

#footer .footer_list2 .carrieres a:hover{
	background:url(../../images/commun/bg_carriere_on.jpg) no-repeat 0 0;
	text-decoration:none;
}

#footer .footer_list input#ok{
	background:url(../../images/commun/bg_btnok-off.png) repeat-x 0 0;
	border:0 none;
	color:white;
	cursor:pointer;
	font-size:0.9em;
	margin:0;
	text-transform:uppercase;
	height:17px;
	width:25px;
}

#footer .footer_list input#ok:hover{
	background:url(../../images/commun/bg_btnok-off.png) repeat-x 0 0;
}

.selectbox{
	margin-bottom:10px;
	margin-right:10px;
	font-size:0.9em;
	background:#fff url(../../images/commun/puce-select-js.png) no-repeat top right;
	cursor: pointer;
	border:1px solid #D1E4F6;
	width:160px;
	color:#8B8B8B;
	float:left;
}

div.selectbox-wrapper {
	position:absolute;
	background:white;
	border:1px solid #ccc;
	margin-top:-10px;
	overflow:visible;
	text-align:left;
	top:30px;
	right:61px;
}

div.selectbox-wrapper ul li.selected { 
	background:#eee;
}

div.selectbox-wrapper ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
	color:#8B8B8B;
}
select {
	background:url(../../images/commun/puce-select-js.png) no-repeat top right;
}