/*!** Begin file: mobile.css ***/

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:  0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0; } caption { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } 

body.blocket_mobile {
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
	/* Turn off font resizing */
	-webkit-text-size-adjust: none;
}

input, select {
	font-size: 13px;
}

strong {
	font-weight: bold;
}

.nohistory {
	color: #336699;
	text-decoration: none;
}

.blocket_mobile {
	background: #e6eef6;
}

.blocket_mobile .header {
	padding: 6px 6px 3px 6px;
}

.blocket_mobile .blocket_logo_mobile {
	background: url("/static/images/logogt.png") no-repeat scroll 0 0 transparent;
	background-size: 151px 31px;
	width: 151px;
	max-width: 75%;
	height: 31px;
}

.blocket_mobile .blocket_logo_mobile_link {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.blocket_mobile .mobile_region {
	float: right;
	height: 12px;
	margin: 8px 0 8px 0;
}


.blocket_mobile .footer {
	display: block;
	clear: both;
	text-align: center;
	padding: 6px 6px 0px 6px;
	border-top: 1px solid #FF6600; 
}

.blocket_mobile .footer_no_line_separation {
	border-top: 0 none;
}

.blocket_mobile .footer_line_for_map {
	border-top: 1px solid #DDDDDD;
}

.clear {
	clear: both;
}

li, ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.searchbox {
	width: 100%;
}

.error_page_wrapper {
	padding: 6px;
}

.error_page_title {
	font-size:16px;
	font-weight:bold;
	margin:15px 0 3px 0;
	padding: 0;
}

.mobile_title {
 	font-size:13px;
	background-color: #E3DCCD;
	border-width: 1px;
	border-style: solid;
	border-color: #c1bdaf;
	padding: 6px;

}
/*** FRAME COOKIE ***/
.cookieFrame { 
    width: 100%;
    position: fixed;
    -webkit-transform: translateZ(0);
    bottom: 0;
    left: 0;
    background: #e3dccc; 
    padding: 10px 0;
}
.cookieFrame .cookieFrameText { 
    width: 90%;
    margin: 0 10px;
}
.cookieFrame .cookieFrameClose { 
    position: absolute;
    top: 20px;
    right: 10px;
}
.cookieFrame .cookieFrameClose input {
    font-size: 20px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
/*!** End file: leboncoin_mobile.css ***/
/*!** Begin file: view.css ***/
#view_mobile .search_result {
	float: left;
}

#view_mobile .next_ad {
	float: right;
}

#view_mobile .navigation {
	clear: both;
	padding: 6px;
	background: #E3DCCD;
	border-bottom: 1px solid #c1bdaf;
	border-top: 1px solid #c1bdaf;
}

#view_mobile .item {
	padding: 6px;
}

#view_mobile .item_subject {
	font-weight: bold;
	font-size: 18px;
	margin: 4px 0 4px 0;
	word-wrap: break-word;
}

#view_mobile .AdHeaderBar {
	margin-bottom: 4px;
}


#view_mobile .image_list {
	width: 100%;
}

#view_mobile .li_mobile_img {
	max-width: 100%;
	margin: 0 0 3px 0;
}

#view_mobile .mobile_img {
	max-width: 100%;
	display: block;
}

#view_mobile .all_img_link {
	float: right;
	font-weight: bold;
	padding: 2px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #c1bdaf;
	margin: -3px 0 0 0;
}

#view_mobile .item_params {
	margin: 6px 0 6px 0;
}

#view_mobile .item_contact {
	padding: 12px 0 12px 0;
}

#view_mobile .item_contact .submit {
	font-size: 14px;
	max-width: 95%;
}

#view_mobile .mobile_item_param {
	margin-bottom: 4px;
}

#view_mobile .item_body {
	margin: 6px 0 6px 0;
	word-wrap: break-word;
}

.view_thumb {
        height: 67px;
        margin-left: 5px;
        margin-top: 2px;
        cursor: pointer;
}

.view_thumb table {
        margin-left: 1px;
        margin-top: 1px;
}

.view_pict {
        margin-left: 2px;
        margin-top: 2px;
	width: 100%;
        cursor: default;
}

.view_pict table {
        margin-left: 1px;
        margin-top: 1px;
}

SPAN.SmallLabel {
	font-style: oblique;
}

.view_details {
	font-size: 14px;
	line-height: 19px;
}

.lbcAdParams {
	margin-top: 30px;
	margin-bottom: 30px;
    margin-left: 6px;
}

.nohistory {
        color: #336699;
        text-decoration: none;
}

.adview_links {
	font-weight: bold;
	font-size:14px;
}

.submit {
	vertical-align:middle;
	width:200px;
}

DIV.logo_text_link {
	margin: 0 0 25px 0;
}

IMG.logo_text_link {
	vertical-align: middle;
	border: 0 none;
	padding-right: 10px;
}

.width-td{
	width:80px;
	height:0px;
	font-size:0;
}

.thumbs_cadre {
     width: 80px;
     height: 60px;
     margin: 0 4px 20px 4px;
     background: #FFFFEB;
     border: 1px solid #B8B8B8;
    text-align: center;
    vertical-align: middle;
 }

.thumbs_cadre.active {
     border: 1px solid #000000;
 }
#thumbs_carousel table
{
	border-spacing: 9px;
}
.thumbs_carousel_window {
    width:273px;
    overflow: hidden;
    height: 71px;
    position: relative;
    margin-left: 14px;
}

.thumbs_carousel_window_arrows {
    width: 310px;
    overflow: hidden;
    height: 90px;
    position: relative;
}

.thumbs_carousel_window.only-2 {
    width: 356px;
}

.images_cadre {
    background: #FFFFEB;
    width: 308px;
    margin: 1px 0 15px 0;
}

img.images {
    width: 308px;
    background: no-repeat center center;
    background-size: 308px auto;
    display: block;
}

a.images:focus {
    outline: 0;
}

a.no-link {
    cursor: default;
}


.arrow {
    position: absolute;
    border-color: #e6eef6;
    border-style: solid;
    border-width: 20px;
    width: 0;
    height: 20;
    display: block;
    font-size: 0;
    top: 18px;
    text-decoration: none;
}

.arrow.previous {
    border-right-color: #103778;
    border-left-width: 0;
    left: 0px;
}

.arrow.next {
    border-left-color: #103778;
    border-right-width: 0;
    right: 0px;
}

.lbcImages {
    #position: relative;
    width: 308px;
}

#thumbs_carousel {
    left: 0;
    position: absolute;
    top: 0;
}
.nb-photo {
       color: #AAAAAA;
       font-size: 10px;
       font-weight: bold;
       padding: 5px 0 7px;
       text-align: center;
       text-transform: uppercase;
}

.lbcParams {
	   line-height: 20px;
}

.ad_action_logo_text_link {
    	height: 35px;
    	position: relative; 
	line-height: 1;
	margin: 0 -6px 25px -6px;
	cursor: pointer;
}

.ad_action_logo_text_link .adview_links {
    	position: absolute; 
	top: 50%; 
	margin-top: -.5em;

}

.ad_action_logo_text_link .left_img {
    	position: relative; 
	top: 50%; 
	margin: -17px 6px 0 6px;
}

.ad_action_logo_text_link .right_img {
    	position: absolute; 
	top: 50%; 
	right: .5em; 
	margin-top: -6px;
}

.no_salesmen {
	font-style:italic;
}
.booster_logo {
  position: relative;
  height: 20px;
  vertical-align: middle;
}

.booster {
  background-position: -3px -4px;
  clear: both;
  margin-top: -3px;
  display: block;
  height: 30px;
  width: 30px;
}

SPAN.urgent_box {
  margin: 1px 10px 3px 0;
}

SPAN.urgent_text {
  color: #ef9039;
  font-weight: bold;
  font-size: 11px;
  vertical-align: middle;
}

.urgent_logo {
  vertical-align: middle;
}
/*!** End file: view.css ***/



#listecats .ttcats{float:left;width:350px;height:80px;margin:4px;text-align:left}#listecats .ttcats h2{border-radius:4px;background:#dcdce2;color:#1170ba;padding:4px 0;margin:0 0 4px;text-align:center}#listecats .ttcats a.tlr{display:block;text-decoration:none;font:700 14px arial,helvetica;padding:2px 0 8px;color:#464646}#listecats .ttcats a.lnk{display:block;text-decoration:none;font:12px arial,helvetica;padding:1px 0;color:#464646}#listecats .ttcats a.lnk:hover,#listecats .ttcats a.tlr:hover{color:red}.left{float:left}.right{float:right}.center{margin:auto}.textcenter{text-align:center}.clear{clear:both}.spacer{height:10px}.border{display:block;padding:0;margin:2px 2px 5px;width:170px;border-style:solid;border-width:1px;border-color:#d9dae8}#border li{margin:0;padding:0;width:150px;list-style-image:url(http://www.g-trouve.com/static/images/li.gif)}#border ul{margin:2px 2px 5px 15px;padding:0;width:150px}.bgd{padding-left:2px;border-style:solid;border-width:3px;border-color:#fff;background-color:#eceefc}.trait_sep{border-top:1px solid silver}.footerindex{width:925px}#footer{margin-left:auto;margin-right:auto;background-color:#0c3d75;color:#fff;width:100%;height:165px}#footer_1{float:left;background-color:#0c3d75;text-align:left;color:#fff;height:165px}.table_membre{border-collapse:collapse;border-style:solid;border-width:1px;border-color:#d6deff}.table_membre_td{border-width:1px;padding:10px;border-style:solid;border-collapse:collapse;border-color:#d6deff;background-color:#fff}#connection{border-radius:10px;background-color:#295e9f;height:70px}.menu_div{position:relative}.menu_ul{padding-left:0}.menu_div ul{width:100%;height:30px;margin-top:13px;margin-bottom:2px;background:#888;background:-moz-linear-gradient(top,#0c3d75,#0c3d75);background:-webkit-gradient(linear,left top,left bottom,from(#0c3d75),to(#0c3d75));-moz-box-shadow:0 0 0 #000;-webkit-box-shadow:0 0 0 #000;box-shadow:0 0 0 #000}.menu_div ul li ul{display:none}.menu_div ul li{float:left;position:relative;list-style:none;height:30px}.menu_div ul li a{display:block;height:23px;padding:7px 20px 0;text-decoration:none;color:#fff;font-size:16px}.menu_div ul li:hover a{background:#222;background:-moz-linear-gradient(top,#111,#444 50%);background:-webkit-gradient(linear,left top,left bottom,from(#111),color-stop(0.5,#555));color:#fff;border-top:3px solid #0C9;height:23px;padding-top:4px}.menu_div ul li:hover ul{display:block;position:absolute;z-index:100;top:20px;left:50%;margin-left:-22px;-moz-box-shadow:0 0 2px #000;-webkit-box-shadow:0 0 2px #000;box-shadow:0 0 2px #000}.menu_div ul li ul:before{content:"";position:absolute;top:-5px;left:10px;width:0;height:0;border-bottom:10px solid #0C9;border-left:10px solid transparent;border-right:10px solid transparent}.menu_div ul li:nth-child(2) ul:before{content:"";border-bottom-color:#09C}.menu_div ul li:nth-child(3) ul:before{content:"";border-bottom-color:#C09}.menu_div ul li:nth-child(4) ul:before{content:"";border-bottom-color:#9C0}.menu_div ul li:nth-child(5) ul:before{content:"";border-bottom-color:#C90}.menu_div ul li ul{width:auto;height:auto;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding:5px 0}.menu_div ul li ul li{float:none;white-space:nowrap;height:18px}.menu_div ul li:hover ul li a{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:0 0;font-size:13px;height:15px;padding:2px 20px 2px 10px;border:none}.menu_div ul li ul li a:hover{background:rgba(255,255,255,.2)}
