.listing-lei .fiche-lei {
	margin-bottom: 15px;
	line-height: 18px;
}

td.imgLeiList{
	padding:0 10px;
	text-align: center;
	max-width: 170px;
}

td.imgLeiList a {
	min-height: 170px;
	display: block;
}

.mobile td.imgLeiList{
	margin: 3px;
}

.titreLeiList{
	font-size: 10pt;
	font-weight: bold;
	height: 39px;
}

.fiche-lei .adresse h2 {
	margin-top: 0;
	font-weight: bold;
}
.fiche-lei .presentation {
	margin: 8px 0;
}

.mobile .imgPriLeiFiche{
	margin:0px 10px 10px 0px;
	/*border-radius:10px;*/
	float:none;
	display: block;
}
@media (min-width: 960px) {	
	.row.img-secondaire [class*="col-"] {
		padding-right: 0;
	}
}

.imgSecLeiFiche{
	margin:6px 1px 0px 1px;
	float:left;
}

.tabInfoLeiFiche{
	/*border: 1px solid #0e97a7;*/
	background-color: #fff;
	width: 100%;	
}

.content .row {
	background-color: #cce5a1 ;	
	border-bottom: 1px solid #efefef;
}

.tabInfoLeiFiche th,
.content .label {
	font-weight: bold;
	text-align: left;
	padding: 2px 10px 2px 20px;
	font-size:13px;
	color:#2f2f2e;
	white-space: initial;
}
.tabInfoLeiFiche tr + tr > th {
	border-top:1px solid #ecf2df;	
}

.tabInfoLeiFiche td,
.content .value	{
	padding: 2px 10px;	
	font-size:13px;
	color:#3d3b3a;
	background-color: #fff ;	
}

.tabInfoLeiFiche tr + tr > td{
	border-top:1px solid #dde3d1;	
}

.radius{

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}


.tabBox .tabs {
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: -1px;
    height: 30px;
}

.tabBox .tabs li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 3px 3px 0;
    height: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #FFF;
	border-radius: 4px;
}

.tabBox .tabs li.selected {
    z-index: 3;
}

.tabBox .tabs a {
    float: left;
    height: 27px;
    line-height: 27px;
   /* -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;*/
    background: #EEE;
    border: 1px solid #a6cf61;
    border-bottom: 0;
    padding: 0 10px;
    color: #333;
    text-decoration: none;
	border-radius: 4px 4px 0 0;	
    /*behavior: url(/function/PIE.htc);*/
}

.tabBox .tabs .selected a {
    background: #a6cf61;
	color: #fff;
    -webkit-box-shadow: #CCC 0 0 3px;
    -moz-box-shadow: #CCC 0 0 3px;
    box-shadow: #CCC 0 0 3px;
}

.tabBox .tabs a:hover {
    background: -webkit-gradient(linear, 0 0, 0 70%, from(#EEF), to(#FFF));
    background: -webkit-linear-gradient(#EEF, #FFF 70%);
    background: -moz-linear-gradient(#EEF, #FFF 70%);
    background: -ms-linear-gradient(#EEF, #FFF 70%);
    background: -o-linear-gradient(#EEF, #FFF 70%);
    background: linear-gradient(#EEF, #FFF 70%);
    -pie-background: linear-gradient(#EEF, #FFF 70%);
	color: #333;
}

.tabBox .content {
	width:100%;
    clear: left;
    position: relative;
    z-index: 2;
    border: 1px solid #a6cf61;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: #CCC 0 0 3px;
    -moz-box-shadow: #CCC 0 0 3px;
    box-shadow: #CCC 0 0 3px;
    /*behavior: url(/function/PIE.htc);*/
}

#content1 {
	min-height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

a.btn-info.lei-haut {
    margin-bottom: 10px;
}

.mobile .tabInfoLeiFiche{
	background-color: #f9dfec;
}

.mobile .tabInfoLeiFiche th{
	background-color: #e463a2;
	color:#ffffff;
}
.mobile .tabInfoLeiFiche td{
	color:#3d3b3a;
}

.mobile .tabBox .tabs  li{
	padding-left: 2px;
	padding-right: 2px;
}

.mobile .tabBox .tabs a {
	padding: 0 2px;
    background: #EEE;
    border: 1px solid #e463a2;
    color: #000;
}

.mobile .tabBox .tabs .selected a {
    background: #FFF;
    -webkit-box-shadow: #CCC 0 0 3px;
    -moz-box-shadow: #CCC 0 0 3px;
    box-shadow: #CCC 0 0 3px;
}

.mobile .tabBox .content {
	width: 100%;
	border: 1px solid #e463a2;
	border-width: 1px 0 1px 0;
	padding: 0;
}

.mobile .listlei_item{
	margin: 5px 0;
    padding: 2px 0 2px 25px;
	background-color: #fbf7f9;
	background-image: url(/images/mobile_souspage_fond.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	border: 1px solid #fadce9;
	border-bottom: none;
}

.dateEvent {
	color: #5F5E5E;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11pt;
    font-weight: bold;
}