/* Adaptation pour les header/footer */
* {
	font-family: inherit;
}
#header, #footer {
	background: white;
	width: auto;
}
.headerBg, .footer {
	font-size: 14px;
}
.footer {
	color: #6c6c6c;
}
#btn_footer span {
	background: none;
}
#btn_footer span.icon-angle-right {
	padding-top: 3px;
}
#nav-main .product_all .list-service li a:hover, #nav-main .product_all .list-service li a:focus {
	background: url(../../images/nav/bg_item_submenu2.png) no-repeat 4px 23px;
}
#nav-main .product_all .list-service .item_2 a:hover, #nav-main .product_all .list-service .item_2 a:focus {
	background: url(../../images/nav/bg_item_submenu2.png) no-repeat 4px -45px;
}
#nav-main .product_all .list-service .item_3 a:hover, #nav-main .product_all .list-service .item_3 a:focus {
	background: url(../../images/nav/bg_item_submenu2.png) no-repeat 4px -101px;
}
#nav-main .product_all .list-service .item_4 a:hover, #nav-main .product_all .list-service .item_4 a:focus {
	background: url(../../images/nav/bg_item_submenu2.png) no-repeat 4px -164px;
}
#nav-main .product_all .list-service .item_5 a:hover, #nav-main .product_all .list-service .item_5 a:focus {
	background: url(../../images/nav/bg_item_submenu2.png) no-repeat 4px -220px;
}
#nav-main .product_all .list-service .item_6 a:hover, #nav-main .product_all .list-service .item_6 a:focus {
	background: url(../../images/nav/bg_item_submenu2.png) no-repeat 4px -276px;
}
#nav-main .product_all .list-service .item_8 a:hover, #nav-main .product_all .list-service .item_8 a:focus {
	background: url(../../images/nav/bg_item_submenu2.png) no-repeat 4px -440px;
}
#nav-main .product_all li span.item-lnk {
    display: inline-block;
}
.dlbi-container #nav-main > .container > ul > li > a,
.dlbi-container #nav-main > .container > ul > li > span {
  padding-left: 10px;
}
html body.particulier #nav-main .product_all .submenu .list-product li.list-reex h4 span {width:150px;}
html body.particulier #nav-main .product_all .submenu .list-product li.list-reex li {width:260px;}
html body.professionnel #nav-main .product_all .submenu .list-product li.list-reex h4 span {width:150px;}
html body.professionnel #nav-main .product_all .submenu .list-product li.list-reex li {width:260px;}
/*
html body.particulier .logo img,
html body.collectionneur .logo img {
	width:120px;
	height:110px;
}
html body.professionnel .logo img {
	width:200px;
	height:76px;
}
*/

/* Adaptation content */
.dlbi-body {
	background:#CCCCFF url(../images/bg/bg_body.jpg) repeat 0 0;
}
.breadcrumb {
	font-size:0.8em;	
}
.courrier-suivi-h2 {
	font-size: 1.8em;
}
.menu_left_souscription {
	z-index: 0;
}
.block_left {
	font-size: 0.7em;
}
.block_right {
	font-size: 0.7em;
}
.more {
	color: #883893;
	display: none;
}
.liste_des_actions {
	float:right;
	margin-right:40px;
}

/* Adaptation librairies */
.ui-datepicker {
	width: 15em;
}
.ui-widget {
	font-size: 0.9em;
}

/* Adaptation BackOffice suite optimisation des paginateurs */
.tableTransco {
	font-size: 10px;
	width: 700px;
	table-layout:fixed;
	margin:0em;
}
.tableTransco td {
	text-align: center;
	padding: 2px;
}
.tableTransco th {
	text-align: left;
	padding: 2px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}

/* Paginateur */
.paginator {
	text-align: center;
	margin-top:20px;
}
input.paginatorField {
	text-align: center;
	width:20px;
}

/* CSS qui était directement dans les vues */
/* index.phtml */
#saisie_multiple_numeros:focus {
	background-color: white;
	border: 1px solid #BDC7D8;
	margin-top: 1px;
	padding: 2px;
}
.lineDetailSuiviMultiple {
	display: none;
	background: rgb(255, 255, 255) url(&quot;images/bg_tr.gif&quot;) no-repeat scroll center top;
}