/* Occasion */
@import url("div_offre.css");

/* Offres */
#offres
{
	width:658px;
	min-height:400px;
    height:auto !important;
    height:400px;
	float:left;
	display:block;
	background:#CECEE4 url(../images/graphisme/occasion/offres_fond.gif) repeat-x bottom;
	padding-bottom:10px;
	border:1px solid #666666;
}

#offres h1
{
	background:url(../images/graphisme/occasion/offres_fond_titre.gif);
	width:650px;
	height:28px;
	line-height:28px;
	color:#fff;
	padding-left:8px;
}
#offres #navigation_haut
{
	height:18px;
	line-height:18px;
	padding-left:8px;
	margin-bottom:-6px;
}
#offres #navigation_haut ul
{
	display:block;
	margin:0;
	padding:0;
}
#offres #navigation_haut ul li
{
	display:inline;
	background:url(../images/graphisme/generique/menu_offres_puce.gif) left no-repeat;
	padding-left:16px;
	padding-right:4px;
}


/* Pagi,ation */
#pagination
{
	width:660px;
    height:18px;
	line-height:18px;
	background:url(../images/graphisme/generique/pagination_fond.gif);
	float:left !important;
	float:none;/* Bug IE */
	display:block;
	text-align:center;
	margin-top:6px;
}

/* Onglets */
#page #onglets
{
	
}
#page #onglets ul
{
	margin:0px;
	padding:0px;	
}
#page #onglets ul li
{
	float:left;
	list-style:none;
	width:130px;
	height:24px;
	line-height:18px;
	text-indent:26px;
	background:url(../images/graphisme/occasion/onglet_fond_non_selec.gif);
}
#page #onglets ul li#prix_asc{background:url(../images/graphisme/occasion/onglet_prix_asc.gif)}
#page #onglets ul li#prix_desc{background:url(../images/graphisme/occasion/onglet_prix_desc.gif)}
#page #onglets ul li#km_asc{background:url(../images/graphisme/occasion/onglet_km_asc.gif)}
#page #onglets ul li#km_desc{background:url(../images/graphisme/occasion/onglet_km_desc.gif)}
#page #onglets ul li#region{background:url(../images/graphisme/occasion/onglet_region.gif)}

#page #onglets ul li.premier{margin-left:0px;}
