@import url("bootstrap.min.css");

html, body {
	position: relative;
	height: 100%;
	width: 100%!important;
	
}
body {

height: 100%;

background:url(../img/textures/ricepaper2.png) repeat !important;
font-size: 12px!important;
}

.print_contact_row {
	background: #CCC!important;
	height: 50px;
	position: absolute;
	bottom: 0;
	z-index: 99;
}


.image_principale {
	border: solid 5px #FFF;
	
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.5)!important;
    -moz-box-shadow: 	0px 1px 6px 0px rgba(0,0,0,0.5)!important;
    box-shadow: 		0px 1px 6px 0px rgba(0,0,0,0.5)!important;
    border-radius: 5px;
    /*margin:45px 0 30px 0;*/
    margin:0 0 30px 0;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    
}

.image_principale img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	float: left;
	
	
}


.image_principale .vendu_en {
	
	width: 100%;
	height: 100px;
	background:url(../img/vendu_lg_en.png) center center repeat-x ;
	position: relative;
	margin: 43px 0 -143px 0;
	z-index: 99;
	
	
	
}

.image_principale .vendu_fr {
	width: 100%;
	height: 100px;
	background:url(../img/vendu_lg_fr.png) center center repeat-x ;
	position: relative;
	margin: 43px 0 -143px 0;
	z-index: 99;
	
	
	
	
}

.small_logo {
	height: 60px;
	width: 60px;
	background: transparent url(../img/small_logo.png);
	margin: auto;
	
}

.fiches > .small_logo {
	
	margin-top:-25px;
	
}

.fiche_description {
	width: 90%;
	margin: auto;
}

.fiche_title {
	text-align: center;
}


table, table > tr > td, table > tr  {
	background: transparent!important;
}

.table tr:first-child > td {
  /*border-top-color: #0a3161;*/
  border-top-color: transparent;
}

.table tr td:last-child {
	text-align: right;
	font-weight: bold;
	color: #0a3161;
}

.pieces tr td:last-child {
	/*text-align: left;*/
	font-weight: normal;
	color: inherit;
}



.table tr > td.no_infos {
	border: none!important;
	text-align: left;
}

.no_infos .glyphicon {
	color: #0a3161;
}

.table tr > td.total {
	border-top-width: 2px;
	border-top-color: #0a3161;
}

.table tr td.titre, .pieces tr td.titre, span.titre {
	text-align: left;
	font-size: 15px;
	color: #0a3161;
	font-weight: bold;
	line-height: 14px;
}

.table tr td > .badge {
	margin-top: 4px;
	
}

.table tr td.enumeration {
	text-align: left;
	font-weight: normal;
	color: #666;
	
}

.notes {
	border: solid 1px #0a3161 !important;
	height: auto;
	padding: 20px;
	width: 100%;
	/*height: auto;
	width: 100%;
	border: solid 1px #0a3161;*/
}

.notes hr {
	margin-bottom: 50px;
	border-color: #0a3161
}

