body {
	font-family:"encode_sans_compressedthin", Courier, mono;
	position: relative;
	background-color:#fafafa;
	background-image:url("/img/interface/beige-paper2.png");
	text-align:justify;
	font-size:18px;
}
a {color: #999;}
a:hover, a:focus {color: #DD4820;}

.roundPuceWhite {
	display:block;
	background-color:rgba(255,255,255,0.5);
	border:0px solid #fff;
	text-align:center;
	font-size:9px;
	line-height:17px;
	margin-left:0px;
	color:#333;
	float:left;
}
.roundPuceWhite .glyphicon {text-shadow: 1px 1px 2px rgba(0,0,0,0.5);}
a.roundPuceWhite { color:#333;}
h1,h2,h3,h4,h5 {
	font-family: "encode_sans_compressedthin", Courier, mono;
	font-weight:normal;text-align:left;
}


/*-----------------------------------HEADER-----------------------------------*/
#header .container { 
	background-image:url("/img/interface/beige-paper.png");
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.525);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.525);
	margin-top:20px;
}
#header #logo {
	height:100px;
	margin:40px 0px 10px 35px;
}
#header #logo2 {
	height:100px;
	margin-top:25px;
	margin-left:-53px;
}

#header #menu { margin-top:-5px;}
#header #menu>.col-md-1, #header #menu>.col-md-2, #header #menu>.col-md-3 { text-align:center;}
#header #menu a {
	color:#000;
	display: block;
	padding: 5px 0px 6px;
}
#header #menu a:hover, #header #menu a:focus, #header #menu div.active>a {
	text-decoration: none;
	font-style:italic;
	font-weight:bold;
	background:url('/img/interface/BG-menu-li.png') no-repeat center bottom;
}
/*----------------------------------------------------------------------------*/

/*----------------------------------BANDEAU-----------------------------------*/
#bandeau, #bandeau2 {
	max-height:150px;overflow:hidden;
	background:#333;
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.525);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.525);
}

#bandeau img, #bandeau2 img{
	width:100%;
	margin:0px auto;
	opacity:.25;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
    -webkit-filter: grayscale(100%) contrast(200%) brightness(75%);
    -moz-filter: grayscale(100%) contrast(200%) brightness(75%);
    -ms-filter: grayscale(100%) contrast(200%) brightness(75%);
    -o-filter: grayscale(100%) contrast(200%) brightness(75%);	
}
#bandeau2 {max-height:250px;} 
/*----------------------------------------------------------------------------*/

/*------------------------------CONTENT---------------------------------------*/
#content .container {
	padding-top:60px;
	background-image:url("/img/interface/beige-paper.png");
	margin-bottom:30px;
	padding-bottom:60px;
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.525);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.525);
}
/*----------------------------------------------------------------------------*/
.img-thumbnail {
	display: inline-block;
	height: auto;
	max-width: 100%;
	padding: 0px;
	line-height: 1.428571429;
	border: 5px solid #000;
	border-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.125);
		box-shadow: 5px 5px 8px rgba(0,0,0,0.125);
}

.infoText {
	background:#000;
	padding:10px;
	color:#fff;
	height:282px;
	overflow:hidden;
	font-size:16px;
}
.thumbnails {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.thumbnails li {
	float:left;
	width:100px;
	margin:5px;
}
.col-img .img-thumbnail:hover {
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.250);
	box-shadow: 5px 5px 8px rgba(0,0,0,0.250);
	border-color:#DD4820;
}
.img-thumbnail .miniMenu {display:none;}
.img-thumbnail:hover .miniMenu {display:block;}
.miniMenu {
	position:absolute;
	margin-top:-20px;
	margin-left:5px;
	width: 100%;
	text-align: left;
}
.miniMenu a.roundPuceWhite {
	cursor:pointer;width:25px;height:25px;margin-top:-10px;padding-top:3px;
}
.col-img, .col-img-top {
	text-align:center;
}
.col-img {
	margin-bottom:30px;
}
.col-img h3, .col-img h4, .col-img h5, .col-img p {
	text-align:justify;
	margin:5px;
}
.col-img h3 a, .col-img h4 a, .col-img h5 a {
	text-decoration:none;
	color:inherit;
}

.col-img .img-thumbnail {width:100%;}
.col-img .img-thumbnail img {max-width:100%;}

.col-img3 h3 { font-size:18px;}

.col-img4 h3 { font-size:14px;}

.img-thumbnail .img-container {
	background-color: #efefef;
	background: radial-gradient(circle at center, rgba(100,100,100,.4), rgba(100,100,100,.6),  rgba(100,100,100,.99));
	vertical-align:middle;
	padding-top:auto;
	padding-bottom:auto;
	overflow:hidden;
	text-align:center;
}

.img-thumbnail .img-container img{display:inline-block;vertical-align:middle;margin:auto;}

#content .pagination a {
	color:#999;
	border:0px solid #dedede;
	width:15px;
	height:15px;
	text-align:center;
	-moz-border-radius:50%;
	border-radius:50%;
	margin-left:5px;
	background-color:transparent;
}
#content .pagination .glyphicon-backward {margin-left:-3px;}
#content .pagination a:hover, #content .pagination a:focus {
	color:#DD4820;
}
#content .pagination .disabled a {
	color:#333;
}
#content .pagination .active a {
	color:#333;
	border-color:#ddd;
	font-weight:bold;
}
#content #divDetail {
	background-color:rgba(255, 255, 255, 0.75);
	padding:10px 20px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#content #divDetail ul {
	padding-left: 20px;
}

.vendu {
	background-color: #DD4820;border-radius:15px;width:30px;height:30px;position:absolute;right:25px;margin-top:-35px;
}


#footer { border-top:0px solid #FCF300;}
#footer a {color:#999;}
#footer a:hover {color:#000;text-decoration:none;}
#footer .roundPuce {z-index:10;margin-top:5px;margin-left:-10px;margin-right:5px;}
#footer .roundPuce .glyphicon {color:#666;opacity:.5;}
#subfooter {background:#000;color:#fff;}
#subFootImg1 {position:absolute;left:50px;z-index:1;}
#subFootImg2 {position:absolute;right:280px;z-index:1;margin-top:4px;}
#illuBottom {position:absolute;right:25px;margin-top:-150px;z-index:1;pointer-events: none;}

.shareIt  {
	text-align:left;
	margin:10px 0 10px;
	min-height:37px;
}
.shareIt span, .shareIt img, #GoogleMap {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
    -webkit-filter: grayscale(100%);
}
.shareIt span:hover, .shareIt img:hover, #GoogleMap:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
    -webkit-filter: grayscale(0%);
}
.scrollable {
	overflow:hidden;
	margin-bottom:10px;
}
#stars span {opacity:.5;}
#comments {margin-top:50px;}
#comments blockquote p {font-size:14px;}
#commentList {max-height:400px;overflow:hidden;margin-bottom:10px;}

.fancybox-overlay {
	background:none !important;
	background-color:rgba(0,0,0,0.9) !important;
}

@media (min-width:992px) and (max-width:1199px) { /*iPad*/
	.infoText {height:232px;}
	#header .nav>li>a {
		padding: 5px 5px 6px;
	}
	#header .nav {
		left:180px;
	}
	.shareIt  {
		margin:10px -10px 10px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	#header .nav {
		left:180px;
	}
	#header .nav>li>a {
		padding: 5px 5px 6px;
	}
	#header .nav #menu5, #header .nav #menu6 {
		font-style:italic;
	}
	.infoText {height:365px;}
	.shareIt  {
		margin:10px -10px 10px;
	}
}
@media(max-width:767px) { /*Phone*/
	
	#header .nav {
		left:20px;
	}


	#header .nav {
		position:relative;top:0px;left:0px;
	}
	#header .nav #menu5, #header .nav #menu6 {
		font-style:italic;
	}
	.img-thumbnail,.img-thumbnail img {width: 100%;}
	#content .container {
	}
	#subfooter #illuBottom  {display:none;}
	#subFootImg1 {left:20px;}
	#subFootImg2 {right:20px;}
	.vendu {
		right:25px;
	}
	.infoText {height:auto;margin:auto;margin-right:0px;}
	#header #logo {
		height:50px;
		margin:40px 0px 10px 35px;
	}
	#header #logo2 {
		height:50px;
		margin-top:27px;
		margin-left:-27px;
	}
	.shareIt  {
		text-align:center;
	}
}
/*
#bandeau {
margin-right: auto;
margin-left: auto;
}
@media (min-width: 1200px) {
#bandeau {
width: 1170px;
}
}
@media (min-width: 992px) and (max-width:1199px){
#bandeau {
width: 970px;
}
}
@media (min-width: 768px) and (max-width:991px) {
#bandeau {
width: 750px;
}
}
@media (max-width: 767px) {
#bandeau {
width:100%;
}
}*/