/* ---------------------------------------------------------------------- */
/*	Reset & Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ---------------------------------------------------------------------- */
/*
html, body, div, one-fourth span, one-one span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
del {
	text-decoration: line-through
}
hr {
	background: transparent;
	border: 0;
	clear: both;
	color: transparent;
	height: 1px;
	margin: 0;
	padding: 0
}
mark {
	background-color: #ffffb3;
	font-style: italic
}
input, select {
	vertical-align: middle
}
ins {
	background-color: red;
	color: white;
	text-decoration: none
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}

/*
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0
}
* html .clearfix, :first-child+html .clearfix {
	zoom: 1
}

*/
/* Some basic settings */

hr {
	background: transparent;
	border: 0;
	clear: both;
	color: transparent;
	height: 1px;
	margin: 0;
	padding: 0
}

h1, h1 .button {
	font-size: 14px;
}
h2, h2 .button {
	font-size: 25px;
}
h3, h3 .button {
	font-size: 17px;
}
h4, h4 .button {
	font-size: 15px;
}
h5 {
	text-transform: uppercase;
}
h5, h5 .button {
	font-size: 12px;
}
h6, h6 .button {
	font-size: 12px;
}
small {
	font-size: 10px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
/*
li {
	margin-left: 30px;
}

img {
	margin-bottom: 0px;
}

dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote, article, p {
	margin-bottom: 10px;
}
/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */
.picto_mobile {
	display: none;
!important;
}
/*
body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-size: 12px;
        line-height: 14px;
}


::-moz-selection {
 background: #ccc;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #ccc;
	color: #fff;
	text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: bolder;
	line-height: 1.15;
	margin-bottom: 15px;
}
h3, h4, h5 {
	font-weight: 600;
}
a, a > * {
	color: #939393;
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
a:hover, a > *:hover {
	color: #000;
}
hr {
	background: #efefef;
	color: #efefef;
	margin: 5px 0 25px;
}
hr.dotted {
	border-style: dotted;
}
p + hr {
	margin: 25px 0 20px;
}
blockquote {
	background: #f8f8f8 url(/style/responsive/images/quote.png) no-repeat 17px 21px;
	font: italic 15px/1.6 'PT Serif', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	padding: 20px 20px 20px 55px;
}
blockquote.simple {
	background: none;
	border-left: 2px solid #ddd;
	color: #bbb;
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 10px;
}
blockquote p:last-of-type {
	margin-bottom: 0;
}
blockquote small {
	font-size: 12px;
}
*/

.button, input[type="submit"], input[type="reset"], button {
	background: #2e64a8;
	border: none;
	color: #ffffff;
	cursor: pointer;
/*	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: 400;*/
	height: auto;
	overflow: visible;
	padding: 7px 20px;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
	width: auto;
}
.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
	background: #3a3a3a;
	color: #fff;
}
.button {
	font-size: 12px;
	display: inline-block;
	padding: 5px 16px;
}
.button.medium {
	font-size: 13px;
}
.button.large {
	font-size: 15px;
}
.button.no-bg {
	background: none;
	color: #222222;
	padding: 0;
}
.button.no-bg:hover, #footer .button.no-bg:hover {
	color:#2e64a8;
	background: none;
	text-decoration: underline;
}
.button .icon, .button .arrow {
	color: transparent;
	cursor: pointer;
	display: inline-block;
	font: 0/0 a;
	height: 19px;
	margin: -3px 0 0 3px;
	text-shadow: none;
	vertical-align: middle;
	width: 19px;
}
.ie7 .button .icon, .ie7 .button .arrow {
	display: inline;
}
.button .arrow {
	background: #fff url(/style/responsive/images/button-arrows.png) no-repeat 0 0;
}
.button .icon.left, .button .arrow.left {
	margin-left: 0;
	margin-right: 3px;
}
.button .arrow.left {
	background-position: 0 -19px;
}
.button:hover .arrow {
	background-color: #fff;
}
.dropcap {
	background: #eaeaea;
	color: #777;
	display: inline-block;
	float: left;
/*	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	font-size: 23px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	margin: 0 7px 0 0;
	text-align: center;
	width: 36px;
}
.dropcap.dark {
	background: #3a3a3a;
	color: #fff;
}
.infobox {
	background: #fbfbfb;
	border: 1px solid #efefef;
	margin: 0 0 20px;
	padding: 25px;
}
.single-image, .image-gallery, .iframe {
	cursor: pointer;
	display: block;
	margin-bottom: 5px;
	/*overflow: hidden;*/
	position: relative;
}

.single-image .catalogue {
	max-height: 180px;
	overflow: hidden;
}
.catalogue_img {
	display: table-cell;
	height: 180px;
	overflow: hidden;
	text-align: left;
	vertical-align: top;
	
}

.catalogue_img.no_img {
	background-image: url(/image/no_picture.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
/*.catalogue_img.no_img {
 background-image: url("/img_commun/no_picture.jpg";)
	background-position:top left;
	background-repeat: no-repeat;
}
*/
.single-project .gauche {
	background-image: url(/image/no_picture.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    display: table-cell;
	min-height: 280px;
    overflow: hidden;
	}

.catalogue_img img {
/*  padding-left: 19px;*/
}
.calendrier_img {
	height: 163px;
	overflow: hidden;
}
.calendrier_img img {
	height: 150px;
}
.liste.calendrier_img {
	height: 110px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.liste_infos_vente {
	float: left;
}
.nom_vente_ligne, .nom_vente_ligne a:link {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
.titre_vente, a.titre_vente {
	text-align: left;
}
.titre_vente a:link {
	text-align: left;
}
.single-image:hover {
/*background-color:#f8f8f8;*/}
/*.single-image img{
        border:1px solid #ccc;}*/
.single-image.none, .image-gallery.none, .iframe.none, .single-image.none img, .image-gallery.none img, .iframe.none img {
	display: inline;
	margin-bottom: 0;
	overflow: visible;
}
.single-image.align-left, .image-gallery.align-left, .iframe.align-left {
	margin-bottom: 15px;
	margin-right: 15px;
}
.single-image.align-right, .image-gallery.align-right, .iframe.align-right {
	margin-bottom: 15px;
	margin-left: 15px;
}
.single-image img, .image-gallery img, .iframe img {
	margin-bottom: -5px;
}
.single-image .zoom, .image-gallery .zoom, .iframe .zoom {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.4);
	color: transparent;
	display: block;
	font: 0/0 a;
	height: 100%;
	left: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	text-shadow: none;
	top: 0;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	width: 100%;
}
.single-image .zoom:before, .image-gallery .zoom:before, .iframe .zoom:before {
	/*background: url(../image/zoom.png) no-repeat;*/
	content: '';
	display: block;
	position: absolute;
	height: 58px;
	margin: -29px 0 0 -29px;
	left: 50%;
	top: 50%;
	width: 58px;
}
/*
#vente.ImgBorder {
	box-shadow: 3px 3px 7px #4b4b4b;
}
#vente.ImgBorder:hover {
	opacity: 0.5;
}
*/
.couverture_calendrier img {
	opacity: 0.1;
}
.image_supp .single-image .zoom .no_background:before {
	background: none;
	content: '';
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
}
.catalogue_img .single-image .zoom:before {
	left: 90px;
	top: 90px;
	border: 1px solid #ccc;
}
.liste .single-image .zoom:before {
	left: 40px;
	top: 50px;
}
.single-image.video .zoom:before, .image-gallery.video .zoom:before, .iframe.video .zoom:before {
	background-image: url(/style/responsive/images/zoom-video.png);
}
.single-image.link .zoom:before, .image-gallery.link .zoom:before, .iframe.link .zoom:before {
	background-image: url(/style/responsive/images/zoom-link.png);
}
.single-image:hover .zoom, .image-gallery:hover .zoom, .iframe:hover .zoom {
	filter: alpha(opacity=40);
	opacity: 1;
}
a.single-image:hover .zoom .no_background, {
 filter: alpha(opacity=40);
 background: none;
 opacity: 1;
}
/* ---------------------------------------------------------------------- */
/*	Generic Classes
/* ---------------------------------------------------------------------- */



.hidden {
	opacity: 0.1;
}
.disabled {
	cursor: auto;
}
.screenreader {
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px); /* Fallback for old IE */
	position: absolute;
}
.align-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.align-left {
	float: left;
}
img.align-left {
	margin-bottom: 15px;
	margin-right: 15px;
}
.align-right {
	float: right;
}
img.align-right {
	margin-bottom: 15px;
	margin-left: 15px;
}
/* ---------------------------------------------------------------------- */
/*	Lists
/* ---------------------------------------------------------------------- */

ul.none {
	list-style: none;
	margin: 0;
}
ul.dotted + ul.dotted:before {
	content: '';
	display: block;
	clear: both;
	border-bottom: 1px dotted #bdbdbd;
	margin: -15px 0 5px;
}
.arrow li, .arrow-2 li, .circle li, .check li, .check-2 li, .star li, .plus li, .dash li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 24px;
}
.arrow li {
	background: url(/style/responsive/images/list-arrow.png) no-repeat 5px 5px;
}
.arrow-2 li {
	background: url(/style/responsive/images/list-arrow-2.png) no-repeat 2px 4px;
}
.circle li {
	background: url(/style/responsive/images/list-circle.png) no-repeat 4px 5px;
}
.check li {
	background: url(/style/responsive/images/list-check.png) no-repeat 3px 4px;
}
.check-2 li {
	background: url(/style/responsive/images/list-check-2.png) no-repeat 0 4px;
}
.star li {
	background: url(/style/responsive/images/list-star.png) no-repeat 0 1px;
}
.plus li {
	background: url(/style/responsive/images/list-plus.png) no-repeat 3px 3px;
}
.dash li {
	background: url(/style/responsive/images/list-dash.png) no-repeat 3px 8px;
}
/* ---------------------------------------------------------------------- */
/*	Alert Boxes
/* ---------------------------------------------------------------------- */

.error, .success, .info, .notice {
	display: block;
	padding: 10px 20px 10px 44px;
}
.error {
	background: #f9e5e6 url(/style/responsive/images/icon-box-error.png) no-repeat 10px 9px;
	border: 1px solid #f7c7c9;
	border-left-width: 4px;
	color: #b3696c;
}
.success {
	background: #e3ebc6 url(/style/responsive/images/icon-box-success.png) no-repeat 12px 8px;
	border: 1px solid #c2d288;
	border-left-width: 4px;
	color: #8fa442;
}
.info {
	background: #d8ecf5 url(/style/responsive/images/icon-box-info.png) no-repeat 10px 8px;
	border: 1px solid #9ac9df;
	border-left-width: 4px;
	color: #528da9;
}
.notice {
	background: #fcf7d9 url(/style/responsive/images/icon-box-notice.png) no-repeat 10px 9px;
	border: 1px solid #f5dc7d;
	border-left-width: 4px;
	color: #c4a21b;
}
/* ---------------------------------------------------------------------- */
/*	Forms
/* ---------------------------------------------------------------------- */

label {
	cursor: pointer;
	display: block;
/*	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	margin: 0 0 5px;
}
input, textarea, select {
	-webkit-appearance: none; /* Fix for Mobile Safari */
	/*background-color: #f8f8f8;*/
	border: 1px solid #ececec;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #000000;
/*	font: 12px/1.5 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	padding: 5px 5px;
	border-radius: 0;
}
input, select {
/*	height: 30px;	width: 200px;*/
}
textarea {
	padding: 10px;
	resize: both;
}
input:hover, textarea:hover, select:hover {
	border-color: #dedede;
}
input:focus, textarea:focus, select:focus {
	border-color: #ccc;
}
input[type="submit"], input[type="reset"], button {
	font-size: 13px;
	text-transform: uppercase;
}
input[type="submit"].medium, input[type="reset"].medium, button.medium {
	font-size: 15px;
}
input[type="submit"].large, input[type="reset"].large, button.large {
	font-size: 17px;
}
select, option {
	cursor: pointer;
/*	padding: 5px 7px;*/
}

input[type="checkbox"], input[type="radio"], .contact-form input[type="checkbox"], .contact-form input[type="radio"] {
	width: 20px;
}
/* Fix for Mobile Safari */
input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
input[type="radio"] {
	-webkit-appearance: radio;
}

/* Chrome, Safari */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #b0b0b0;
}

/* Firefox */
input:-moz-placeholder, textarea:-moz-placeholder {
 color: #b0b0b0;
}
/* jQuery fallback */
input.placeholder, textarea.placeholder {
	color: #b0b0b0;
}
/* ---------------------------------------------------------------------- */
/*	Wrap
/* ---------------------------------------------------------------------- */

.container {
	margin: 0 auto;
	position: relative;
	padding:20px;
	width: 980px;
}

.fiche_responsive .container {
	padding:0px;
	width:954px;
}
/* -------------------------------------------------- */
/*	Columns
/* -------------------------------------------------- */

.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-one {
	float: left;
	margin-right: 20px;
}
.one-half.last, .one-third.last, .two-third.last, .one-fourth.last, .three-fourth.last, .one-one {
	margin-right: 0px;
}
.one-half {
	width: 460px;
}
.one-third {
	width: 300px;
}
.two-third {
	width: 620px;
}
.one-fourth {
	width: 215px;
}
.three-fourth {
	width: 700px;
}
.one-one {
	width: 100%;
}
/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */
/*
#header {
	height: 124px;
	z-index: 97;
}
#logo {
	float: left;
	margin-top: 15px;
}
*/
.menu_droite {
	float: right;
	text-align: right;
}
.menu_recherche {
	padding-top: 18px;
}



/* ---------------------------------------------------------------------- */
/*	Content
/* ---------------------------------------------------------------------- */

#content {
	padding-top: 30px;
}
.ie7 #content {
	padding-top: 35px;
}


.fiche_lot_description br {   
display: block;
   margin: 4px 0;
}
	
.page-title {
    border-bottom: 1px solid #333333;
    color: #333333;
    float: left;
    font-size: 16px;
    margin-bottom: 35px;
    padding: 0 0 5px;
    width: 100%;
}
	 
/* -------------------------------------------------- */
/*	Page Header
/* -------------------------------------------------- */

/*
.page-header {
	margin: -15px 0 40px;
}
.page-header2 {
	margin: -15px 0 0px;
}
.ie7 .page-header {
	margin-top: 0;
}
.slogan, .page-title, .page-description, .page-subdescription, .project-title {
	margin-bottom: 0;
}
.page-title, .page-description, .page-subdescription, .project-title {
	font-size: 13px;
	margin-top: 0px;
	padding: 0 0 20px;
}
.slogan {
	font-size: 24px;
	margin-bottom: 40px;
}
.page-title {
	margin-top: 0;
}
.page-subdescription {
	font-size: 20px;
}
.project-title {
	margin-top: -15px;
	padding-bottom: 30px;
}
.page-description {
	font-size: 32px;
	font-weight: 400;
	padding: 0 0 40px;
}
.page-title ~ hr, .page-description ~ hr, .page-subdescription ~ hr, .project-title ~ hr {
	margin-bottom:10px;
	margin-top: 0;
}
.section-title {
	font-weight: 800;
	text-transform: uppercase;
}
*/
/* -------------------------------------------------- */
/*	Main
/* -------------------------------------------------- */

#main {
	float: left;
	margin: 0 40px 0 0;
	width: 680px;
}
.sidebar-left #main {
	float: right;
	margin-left: 40px;
	margin-right: 0;
}
/* ---------------------------------------- */
/*	Columns
/* ---------------------------------------- */

#main .one-half {
	width: 330px;
}
#main .one-third {
	width: 213px;
}
#main .two-third {
	width: 447px;
}
#main .one-fourth {
	width: 155px;
}
#main .three-fourth {
	width: 505px;
}
#main .one-one {
	width: 555px;
}
/* -------------------------------------------------- */
/*	Image Gallery Slider
/* -------------------------------------------------- */

.image-gallery-slider {
	position: relative;
	margin: 0 0 10px;
}
.image-gallery-slider > ul {
	margin: 0;
}
.image-gallery-slider > ul > li {
	/*background: #fff;*/
	display: none;
	list-style: none;
	margin: 0;
}
.no-js .image-gallery-slider > ul > li, .image-gallery-slider.disabled > ul > li {
	display: block;
	margin-bottom: 25px;
}
.image-gallery-slider > ul > li:first-child {
	display: block;
}
.image-gallery-slider a {
	margin: 0 auto;
}
.liste.image-gallery-slider img, .image-gallery-slider img.entry-image {
	display: block;
	margin: 0 auto;
	max-height: 100px;
	overflow: hidden;
	border: 1px solid #ccc;
	float: left;
}
.image-gallery-slider img, .image-gallery-slider img.entry-image {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 231px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.image-gallery-slider.no_limit img, .image-gallery-slider.no_limit img.entry-image {
	max-height: 100%;
	overflow: show;
	border: none;
}
.image-gallery-slider-nav {
}
.image-gallery-slider-nav a {
	background: rgb(0, 0, 0) url(/style/responsive/images/slider-arrows-medium.png) no-repeat 0 0; /* Fallback for old IE */
	filter: alpha(opacity=20); /* Fallback for old IE */
	background: rgba(0, 0, 0, 0.2) url(/style/responsive/images/slider-arrows-medium.png) no-repeat 0 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font: 0/0 a;
	height: 53px;
	margin: -26.5px 0 0;
	position: absolute;
	text-shadow: none;
	top: 50%;
	width: 25px;
	z-index: 90;
}
.image-gallery-slider-nav a.prev {
	background-position: -7px center;
	left: 0;
}
.image-gallery-slider-nav a.next {
	background-position: -46px center;
	right: 0;
}
.image-gallery-slider-nav a:hover, .image-gallery-slider-nav a:active {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 1);
	filter: alpha(opacity=100); /* Fallback for old IE */
}
/* -------------------------------------------------- */
/*	Widgets
/* -------------------------------------------------- */

/* ---------------------------------------- */
/*	Accordion Content
/* ---------------------------------------- */

.acc-trigger {
	border-top: 1px dotted #ced8df;
	cursor: pointer;
	display: block;
	margin: 0;
}
.acc-trigger:last-of-type, .acc-container:last-of-type {
	border-bottom: 1px dotted #ced8df;
	margin-bottom: 20px;
}
.no-js .acc-trigger:last-of-type {
	border-bottom: none;
}
.acc-trigger a {
	background: url(/style/responsive/images/accordion-content-buttons.png) no-repeat 20px 23px;
	display: block;
	color: #959393;
	outline: medium none;
	padding: 25px 20px 25px 55px;
	text-decoration: none;
	text-shadow: none;
}
h3.acc-trigger a, h4.acc-trigger a {
	background-position: 20px 24px;
}
h6.acc-trigger a {
	background-position: 20px 21px;
}
.acc-trigger a:hover {
	background-color: #f8f8f8;
}
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover {
	color: #ed171f;
}
.acc-trigger.active a:hover {
	background-color: transparent;
}
.acc-trigger.active {
	cursor: default;
}
.acc-trigger.active:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}
.acc-trigger.active a {
	background-position: 20px -88px;
	cursor: default;
}
h3.acc-trigger.active a, h4.acc-trigger.active a {
	background-position: 20px -87px;
}
h6.acc-trigger.active a {
	background-position: 20px -90px;
}
.acc-container .content {
	padding: 0 20px 25px 55px;
}
.js .acc-container {
	margin-top: -15px;
}
/* ---------------------------------------- */
/*	Content Tabs
/* ---------------------------------------- */

.tabs-nav {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.tabs-nav li {
	float: left;
	line-height: 32px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.tabs-nav li.active {
	line-height: 31px;
}
.tabs-nav li a {
	background: #f8f8f8;
	border: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: none;
	color: #959393;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 0 16px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
.tabs-nav li:first-child a {
	border-left: 1px solid #eaeaea;
}
.tabs-nav li a:hover {
	background: #f0f0f0;
}
.tabs-nav li a:hover, .tabs-nav li.active a {
	color: #ed171f;
}
.tabs-nav li.active a {
	background: #fff;
	border-bottom: 2px solid #fff;
	border-top: 1px solid #ed171f;
}
.tabs-container {
	border: 1px solid #eaeaea;
	margin: -1px 0 20px;
	overflow: hidden;
	width: 100%;
}
.tab-content {
	padding: 20px;
}
/* ---------------------------------------------------------------------- */
/*	Home
/* ---------------------------------------------------------------------- */
	
			/* SLIDE ACCUEIL */
			
			
#wrapper #slidecaption {
	position: absolute;
	bottom: 50px;
	text-shadow: none;
	overflow: visible;
	width: 550px;
	text-align: left;
}
.slider_details_bottom #wrapper #slidecaption {
	bottom: 95px;
}
#slidecaption h2 {
	/*font-family:Arial, Helvetica, sans-serif;*/
	display: inline-block;
	padding: 17px 7px 0px 20px;
	zoom: 1;
	right: 0;
	margin: 0;
	bottom: 33px;
	color: white;
	background: url(/style/responsive/images/slider-bg.png) repeat top left;
}
#slidecaption p {
	color: white;
	margin: 0;
	display: block;
	padding: 7px 7px 17px 20px;
/*	font-family: Arial, Helvetica, sans-serif;*/
	position: relative;
	right: 0;
	bottom: -7px;
	text-transform: uppercase;
	font-size: 14px;
}
#wrapper #slidecaption a {
	text-decoration: underline;
}
#wrapper #slidecaption a.slider_link {
	position: relative;
	bottom: 0px;
	color: white;
	padding: 4px 8px;
	text-decoration: none;
	margin: 0;
}
#wrapper #slidecaption a:hover {
	text-decoration: underline;
}
.slider_details_bottom #wrapper #slidecounter {
	bottom: 53px;
}
#wrapper #slidecounter {
	position: absolute;
	right: 10px;
	bottom: 183px;
	color: white;
	text-shadow: none;
	font-size: 18px;
}
#nextslide {
	background: url(/style/responsive/images/thumb-forward.png) no-repeat scroll 0 0 transparent;
	right: 60px;
	bottom: 163px;
	text-indent: -9999px;
}
#prevslide {
	background: url(/style/responsive/images/thumb-backward.png) no-repeat scroll 0 0 transparent;
	text-indent: -9999px;
	bottom: 163px;
	right: 90px;
}
.slider_details_bottom #wrapper #nextslide, .slider_details_bottom #wrapper #prevslide {
	bottom: 33px;
}
#wrapper #play-button {
	position: absolute;
	bottom: 173px;
	right: 150px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.slider_details_bottom #wrapper #play-button {
	bottom: 42px;
}
#wrapper #play-button {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* FIN SLIDE ACCUEIL */
/* -------------------------------------------------- */
/*	Slider
/* -------------------------------------------------- */

.ss-slider {
	background: #fff url(/style/responsive/images/loader.gif) no-repeat center 185px;
	margin: 20px auto 80px;
	max-height: 465px;
	max-width: 940px;
	overflow: hidden;
	position: relative;
}
.ss-slider.fully-loaded {
	overflow: visible;
}
.ss-slider.fully-loaded, .no-js .ss-slider {
	background: none;
}
.no-js .ss-slider {
	max-height: none;
}
/* ---------------------------------------- */
/*	Single Slide
/* ---------------------------------------- */

.ss-slider .slides-container {
}
.ss-slider .slide {
	display: none;
	margin: 0;
}
.ss-slider .slide:first-child {
	display: block;
}
.ss-slider.fully-loaded .slide, .no-js .ss-slider .slide {
	background-repeat: no-repeat;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.ss-slider.fully-loaded .slide {
	height: 100%;
}
.no-js .ss-slider .slide {
	margin: 40px 0 0;
}
.no-js .ss-slider .slide:first-child {
	margin-top: 0;
}
.ss-slider .slide-img {
	background-repeat: no-repeat;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}
.ss-slider .slide-images-container {
	background: #fff;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	z-index: 11;
}
.ss-slider .slide-bg-image {
	background: #fff;
	margin: 0;
	width: 100%;
}
.ss-slider.fully-loaded .slide-bg-image {
	display: none;
}
.no-js .ss-slider .slide-bg-image {
	display: block;
}
/* ---------------------------------------- */
/*	Button
/* ---------------------------------------- */

.ss-slider .buttons-container {
	background: #fff;
	overflow: hidden;
	width: 100%;
}
.ss-slider.hide-bottom-buttons .buttons-container {
	display: none;
}
.ss-slider .slide-button, .no-js .ss-slider .slide-button:hover {
	background: #f8f8f8;
	border-bottom: 1px solid #e9e9e9;
	border-top: 4px solid #dfdfdf;
	-webkit-box-shadow: 1px 0 0 #fff inset, 0 1px 0 0 #fff inset;
	-moz-box-shadow: 1px 0 0 #fff inset, 0 1px 0 0 #fff inset;
	box-shadow: 1px 0 0 #fff inset, 0 1px 0 0 #fff inset;
	color: #3a3a3a;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 20px;
	height: 40px;
	overflow: hidden;
	padding: 20px;
	text-align: left;
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	width: 100%;
}
.ss-slider.hide-bottom-buttons .slide-button {
	display: none;
}
.ss-slider .slide:first-child .slide-button {
	-webkit-box-shadow: 0 1px 0 0 #fff inset;
	-moz-box-shadow: 0 1px 0 0 #fff inset;
	box-shadow: 0 1px 0 0 #fff inset;
}
.ss-slider.fully-loaded .slide-button:hover, .ss-slider.fully-loaded .slide-button.active {
	background: #f0f0f0;
	color: #ed171f;
}
.ss-slider.fully-loaded .slide-button:hover {
	border-top-color: #aeaeae;
}
.no-js .ss-slider .slide-button, .no-js .ss-slider .slide-button:hover {
	cursor: auto;
}
.no-js .ss-slider a > .slide-button:hover {
	cursor: pointer;
}
.ss-slider .slide-button h5 {
	color: #3a3a3a;
/*	font: 700 14px/1.5 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	margin: 0;
}
.ss-slider.fully-loaded .slide-button.active h5 {
	color: #ed171f;
}
.ss-slider .slide-button .description {
	color: #959393;
	display: block;
	font-size: 11px;
	line-height: 12px;
}
.ss-slider .slide-button .dropcap {
	background: #3a3a3a;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	color: #fff;
	font-weight: 700;
	height: 38px;
	width: 38px;
}
.ss-slider .slide-button.image, .no-js .ss-slider .slide-button.image:hover {
	height: 80px;
	padding: 0;
	text-align: center;
}
.ss-slider .slide-button img {
	background: #f8f8f8;
	display: inline-block;
	font-size: 11px;
	max-height: 80px;
	filter: alpha(opacity=35); /* Fallback for old IE */
	opacity: 0.35;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.ss-slider .slide-button:hover img, .ss-slider.fully-loaded .slide-button.active img {
	background: #f0f0f0;
}
.no-js .ss-slider .slide-button:hover img, .no-js .ss-slider .slide-button.active img {
	background: #f8f8f8;
}
.ss-slider.fully-loaded .slide-button:hover img, .ss-slider.fully-loaded .slide-button.active img, .no-js .ss-slider .slide-button img {
	filter: alpha(opacity=100); /* Fallback for old IE */
	opacity: 1;
}
/* ---------------------------------------- */
/*	Content
/* ---------------------------------------- */

.ss-slider .content-container, .no-js .ss-slider .slide-content {
	background: rgb(0, 0, 0); /* Fallback for old IE */
	filter: alpha(opacity=60); /* Fallback for old IE */
	background: rgba(0, 0, 0, .6);
	bottom: 115px;
	display: block;
	left: 30px;
	margin: 0;
	overflow: hidden;
	padding: 25px 30px 30px;
	position: absolute;
	width: 255px;
	z-index: 2;
}
.ss-slider.hide-content .content-container {
	display: none;
}
.ss-slider.hide-bottom-buttons .content-container, .no-js .ss-slider.hide-bottom-buttons .slide-content {
	bottom: 30px;
}
.ss-slider.show-content-onhover .content-container, .ss-slider.show-content-onhover .pagination-container a {
	opacity: 0;
	filter: alpha(opacity=0); /* Fallback for old IE */
}
.ss-slider.fully-loaded.show-content-onhover:hover .content-container, .ss-slider.fully-loaded.show-content-onhover:hover .pagination-container a {
	opacity: 1;
	filter: alpha(opacity=60); /* Fallback for old IE */
}
.ss-slider.fully-loaded .content-container {
	-webkit-transition: bottom .2s ease, height .2s ease, opacity .2s ease-in-out;
	-moz-transition: bottom .2s ease, height .2s ease, opacity .2s ease-in-out;
	-ms-transition: bottom .2s ease, height .2s ease, opacity .2s ease-in-out;
	-o-transition: bottom .2s ease, height .2s ease, opacity .2s ease-in-out;
	transition: bottom .2s ease, height .2s ease, opacity .2s ease-in-out;
}
.ss-slider .content-container.center {
	bottom: auto;
	left: 50%;
	margin-left: -193px;
	padding: 20px 30px;
	text-align: center;
	top: 135px;
	width: 326px;
}
.ss-slider .content-container.bottom {
	bottom: 85px;
	left: 38px;
	max-width: 804px;
	padding: 10px 30px;
	text-align: left;
	width: 100%;
}
.ss-slider.hide-bottom-buttons .content-container.bottom {
	bottom: 0;
}
.ss-slider .slide-content {
	color: #bfbfbf;
	display: none;
	text-shadow: 0 -1px rgba(0, 0, 0, .75);
}
.ss-slider .slide-content a {
	color: #ed171f;
}
.ss-slider .slide-content a:hover {
	text-decoration: underline;
}
.ss-slider .slide-content h1, .ss-slider .slide-content h2, .ss-slider .slide-content h3, .ss-slider .slide-content h4, .ss-slider .slide-content h5, .ss-slider .slide-content h6 {
	color: #fff;
	margin: 0;
}
.ss-slider .slide-content h1 + *, .ss-slider .slide-content h2 + *, .ss-slider .slide-content h3 + *, .ss-slider .slide-content h4 + *, .ss-slider .slide-content h5 + *, .ss-slider .slide-content h6 + * {
	margin-top: 5px;
}
.ss-slider .slide-content h2 {
	font-size: 20px;
	font-weight: 700;
}
.ss-slider .slide-content h6 {
	font-size: 13px;
	font-weight: 400;
}
.ss-slider .slide-content p {
	margin-bottom: 10px;
}
.ss-slider .slide-content p:last-of-type {
	margin-bottom: 0;
}
.ss-slider .slide-content .button {
	color: #fff;
	font-size: 11px;
	padding: 5px 14px;
	text-shadow: none;
}
.ss-slider .slide-content .button:hover {
	text-decoration: none;
}
/* ---------------------------------------- */
/*	Pagination
/* ---------------------------------------- */

.ss-slider .pagination-container a {
	background: rgb(0, 0, 0) url(/style/responsive/images/slider-arrows-small.png) no-repeat 0 center; /* Fallback for old IE */
	filter: alpha(opacity=60); /* Fallback for old IE */
	background: rgba(0, 0, 0, 0.6) url(/style/responsive/images/slider-arrows-small.png) no-repeat 0 center;
	bottom: 115px;
	color: transparent;
	cursor: pointer;
	display: block;
	font: 0/0 a;
	min-height: 27px;
	left: 346px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-shadow: none;
	-webkit-transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
	-moz-transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
	-ms-transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
	-o-transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
	transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
	width: 15px;
	z-index: 2;
}
.ss-slider.hide-bottom-buttons .pagination-container a {
	bottom: 30px;
}
.ss-slider.hide-content .pagination-container a {
	display: none;
}
.ss-slider .pagination-container .next {
	background-position: -15px center;
	bottom: 156px;
}
.ss-slider.hide-bottom-buttons .pagination-container .next {
	bottom: 71px;
}
.ss-slider .pagination-container a:hover, .ss-slider.show-content-onhover:hover .pagination-container a:hover {
	background-color: #000;
	filter: alpha(opacity=100) !important; /* Fallback for old IE */
}
.ss-slider .pagination-container.center a {
	background-image: url(/style/responsive/images/slider-arrows-large.png);
	bottom: auto;
	left: 50%;
	min-height: 40px;
	top: 135px;
	width: 35px;
}
.ss-slider .pagination-container.center .prev {
	background-position: 0 center;
	left: 241px;
}
.ss-slider .pagination-container.center .next {
	background-position: -35px center;
	left: auto;
	right: 241px;
}
.ss-slider .pagination-container.bottom a {
	background-image: url(/style/responsive/images/slider-arrows-medium.png);
	bottom: 85px;
	min-height: 20px;
	width: 37px;
}
.ss-slider.hide-bottom-buttons .pagination-container.bottom a {
	bottom: 0;
}
.ss-slider .pagination-container.bottom .prev {
	background-position: -1px center;
	left: 0;
}
.ss-slider .pagination-container.bottom .next {
	background-position: -40px center;
	left: auto;
	right: 0;
}
/* ---------------------------------------- */
/*	Active Slide Bar
/* ---------------------------------------- */

.ss-slider .active-slide-bar {
	background: #ed171f;
	bottom: 0;
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	visibility: hidden;
	z-index: 10;
}
.ss-slider.hide-bottom-buttons .active-slide-bar {
	display: none;
}
/* -------------------------------------------------- */
/*	Projects Carousel
/* -------------------------------------------------- */

.no-js .projects-carousel, .no-js .post-carousel {
	border-top: 1px solid #efefef;
	margin: 15px -20px 60px 0;
	padding: 25px 0 0;
}
.projects-carousel > li, .post-carousel > li, #portfolio-items > article {
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
	overflow: hidden;
	position: relative;
}
.projects-carousel > li, .post-carousel > li {
	width: 220px;
}
.projects-carousel, #portfolio-items {
/*	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
}
.no-js .post-carousel > li {
	display: inline-block;
	float: none;
}
.no-js .projects-carousel > li, .no-js #portfolio-items > article {
	margin-bottom: 40px;
}
.projects-carousel a, #portfolio-items article a {
	/*border-bottom: 1px solid #efefef;*/
	display: block;
	text-decoration: none;
}
.projects-carousel a {
	padding: 20px 0 0;
}
#portfolio-items article a, #portfolio-items article .audio-player, #portfolio-items article .video-player {
	margin: 0 auto;
	text-align: left;
}
.projects-carousel img, #portfolio-items article img {
	border-radius: 2px;
	margin: 0 auto -5px;
	filter: alpha(opacity=100); /* Fallback for old IE */
	opacity: 1;
	max-height:180px;
	max-width:180px;
	/* min-height: 180px;*/
}
.no-js .projects-carousel img, .no-js #portfolio-items article img {
	margin-bottom: 0;
}
.projects-carousel img {
	margin: -25px auto 20px;
}
.projects-carousel.clearfix.resultats img {
	margin: 0px;
}
.description_lot {
	text-align: left;
}
/*.encart_lot_resultat {
	text-align: left;
}
*/
.projects-carousel .title, #portfolio-items > article .title {
	font-weight: 400;
	margin-bottom: 0;
}
.projects-carousel > li .categories, #portfolio-items > article .categories {
	color: #939393;
	display: block;
	margin: -1px 0 10px;/*font-weight: bold;*/
}
.projects-carousel a:hover, #portfolio-items > article:hover {
/*background: #f8f8f8;
    border-bottom: 2px solid #ccc;*/
}
.projects-carousel a:hover {
	background: #f8f8f8;
	border-bottom: 0px solid #ccc;
}
.not-ie .projects-carousel a:hover:after, .not-ie #portfolio-items > article:hover:after {
	background: #f8f8f8;
	bottom: -2.5px;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	margin: 0 0 0 -2.5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	width: 0px;
}
.projects-carousel a:hover img, #portfolio-items > article:hover img {
	filter: alpha(opacity=50); /* Fallback for old IE */
	opacity: 0.5;
}
.projects-carousel a:hover .title, #portfolio-items > article:hover .title {
	color: #ed171f;
}
/* -------------------------------------------------- */
/*	Post Carousel
/* -------------------------------------------------- */

.post-carousel .entry-meta {
	float: left;
	font-style: italic;
	letter-spacing: -0.5px;
	line-height: 1.3;
	margin: 0 12px 0 0;
	text-align: center;
	width: 33px;
}
.post-carousel .entry-meta a {
	display: block;
	font-style: normal;
}
.post-carousel li .post-format {
	margin: 0;
}
.post-carousel li .date {
	display: block;
	margin: 8px 0 0;
}
.post-carousel .entry-body .title {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.post-carousel .entry-body {
	float: right;
	margin: 0;
	width: 175px;
}
.post-carousel .entry-image, .post-carousel .entry-video, .post-carousel .entry-audio, .post-carousel .fluid-width-video-wrapper {
	margin-bottom: 15px;
	max-width: 100%;/*width: 100%;*/
}
.post-carousel .entry-video, .post-carousel .entry-audio, .post-carousel .fluid-width-video-wrapper {
	margin-bottom: 15px;
}
.touch-device .post-carousel .entry-audio {
	margin-top: -8px;
}
/* Image Gallery Slider */

.post-carousel .image-gallery-slider {
	margin-bottom: 15px;
}
.post-carousel .image-gallery-slider li {
	margin: 0;
}
.post-carousel .image-gallery-slider img {
	margin-bottom: 0;
}
/* -------------------------------------------------- */
/*	Projects & Post Carousel Navigation
/* -------------------------------------------------- */

.jcarousel-container {
	border-top: 1px solid #efefef;
	margin: 45px -20px 80px 0;
	max-width: 100%;
	padding: 25px 0 0;
}
.section-title + .jcarousel-container {
	margin-top: 15px;
}
.jcarousel-clip {
	overflow: hidden;
	width: 100%;
}
.jcarousel-item {
	margin: 0 20px 0 0;
	width: 220px;
}
.jcarousel-next, .jcarousel-prev {
	background: #000 url(/style/responsive/images/button-arrows.png) no-repeat 0 0;
	cursor: pointer;
	height: 19px;
	position: absolute;
	right: 0;
	top: -35px;
	width: 19px;
}
.jcarousel-prev {
	background-position: 0 -19px;
	right: 20px;
}
.jcarousel-next:hover, .jcarousel-next:focus, .jcarousel-next:active, .jcarousel-prev:hover, .jcarousel-prev:focus, .jcarousel-prev:active {
	background-color: #000;
}
.jcarousel-next-disabled, .jcarousel-next-disabled:hover, .jcarousel-next-disabled:focus, .jcarousel-next-disabled:active, .jcarousel-prev-disabled, .jcarousel-prev-disabled:hover, .jcarousel-prev-disabled:focus, .jcarousel-prev-disabled:active {
	background-color: #eee !important;
	cursor: auto !important;
}
/* ---------------------------------------------------------------------- */
/*	Our Team
/* ---------------------------------------------------------------------- */

.team-member {
	border-bottom: 1px solid #efefef;
	color: #777;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-transition: background-color .2s ease, border .2s ease;
	-moz-transition: background-color .2s ease, border .2s ease;
	-ms-transition: background-color .2s ease, border .2s ease;
	-o-transition: background-color .2s ease, border .2s ease;
	transition: background-color .2s ease, border .2s ease;
}
.team-member:hover {
	background: #f8f8f8;
	border-bottom-color: #ed171f;
}
.not-ie .team-member:hover:after {
	background: #2e64a8;
	bottom: -2.5px;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	margin: 0 0 0 -2.5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	width: 5px;
}
.team-member .photo, .team-member > a {
	display: block;
	margin: 0 auto 15px;
}
.team-member > a > .photo {
	margin: 0 auto;
}
.team-member .content {
	padding: 0 15px;
}
.team-member .name {
	color: #414141;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
.team-member .job-title {
	color: #aeaeae;
	display: block;
	font-style: italic;
	margin: 0 0 10px;
}
.team-member .social-links {
	border-top: 1px solid #efefef;
	margin: 0 0 5px;
	padding: 15px 0 0;
}
.team-member:hover .social-links {
	border-top-color: #ebebeb;
}
.team-member .social-links li {
	margin: 0 0 10px 10px;
}
.team-member .social-links a {
	opacity: 0.3;
}
.team-member .social-links a:hover {
	opacity: 1;
}
/* ---------------------------------------------------------------------- */
/*	Blog
/* ---------------------------------------------------------------------- */

.entry {
	border-bottom: 1px dotted #ced8df;
	margin: 0 0 50px;
	padding: 0 0 30px;
}
.entry.single {
	margin-bottom: 45px;
	padding-bottom: 25px;
}
.entry-image, .entry-video, .entry-audio {
	display: block;
	margin: 0 auto 25px;
}
.entry .entry-audio {
	margin-bottom: 20px;
	padding-top: 5px;
}
.touch-device .entry .entry-audio {
	margin-top: -12.5px;
}
.single-image .entry-image, .image-gallery .entry-image, .iframe .entry-image {
	margin-bottom: 20px;
}
.entry-body {
	float: right;
	margin: 5px 0 0;
	width: 100%;
}
.entry-body .title {
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
}
.entry-meta {
	color: #878787;
	float: left;
/*	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	margin: 0 20px 0 0;
	text-align: right;
	width: 110px;
}
.entry-meta ul {
	margin: 0;
}
.entry-meta li {
	list-style: none;
	margin: 0;
}
.entry-meta .title {
	font-weight: 700;
}
.entry-meta a {
	color: #959393;
	display: inline-block;
	font-style: italic;
}
.entry-meta a:hover {
	color: #ed171f;
}
.post-format {
	background-color: #ddd;
	background-image: url(/style/responsive/images/icon-post-formats.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #959393;
	cursor: pointer;
	display: block;
	height: 33px;
	margin: 0 0 10px 0;
	text-align: left;
	text-indent: -9999px;
	width: 33px;
}
.post-format.gallery, .post-format.image {
	background-position: -33px 0;
}
.post-format.video {
	background-position: -66px 0;
}
.post-format.audio {
	background-position: -99px 0;
}
.post-format.link {
	background-position: -132px 0;
}
.post-format.quote {
	background-position: -165px 0;
}
.post-format.aside {
	background-position: -199px 0;
}
a:hover > .post-format {
	background-color: #ed171f;
	color: #ed171f;
}
/* VideoJS */

.video-js {
	max-width: 100%;
}
/* -------------------------------------------------- */
/*	Comments
/* -------------------------------------------------- */

#comments {
}
#comments .section-title, #respond .section-title {
	font-weight: 600;
	margin-bottom: 15px;
}
.comments-list {
	border-bottom: 1px dotted #ced8df;
	margin: 27px 0 45px;
	padding: 0 0 30px;
	overflow: hidden;
}
.comment {
	border-top: 1px dotted #ced8df;
	list-style: none;
	margin: 30px 0 0;
	padding: 35px 0 0;
}
.comment:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.comment > article {
	margin: 0;
	overflow: hidden;
}
.comment .avatar {
	background: #fff;
	float: left;
	margin: 0 0 5px 0;
	position: relative;
	width: 54px;
	z-index: 1;
}
.comment .comment-body, .comment .comment-meta {
	float: right;
	margin: 0 0 -20px 15px;
	width: 611px;
}
.comment .comment-meta {
	margin-bottom: 0;
}
.comment .author, .comment .author a {
	color: #54555a;
	margin: 0;
}
.comment .author .comment-reply-link {
	font-size: 11px;
}
.comment .date, .comment .date a {
	color: #adb3b8;
	font-style: italic;
	margin: 1px 0 5px;
}
.comment .author a:hover, .comment .date a:hover {
	color: #ed171f;
}
.comment .children {
	margin: 0;
	padding: 30px 0 0 70px;
	position: relative;
}
.comment .children .comment {
	border-top: 1px dotted #ced8df;
	margin: 30px 0 0;
	padding: 35px 0 0;
	position: relative;
}
.comment .children .comment:first-child {
	margin-top: 0;
}
.comment .children .comment-body, .comment .children .comment-meta {
	width: 541px;
}
/* -------------------------------------------------- */
/*	Respond
/* -------------------------------------------------- */

#respond {
}
.comments-form {
	margin: 20px -20px 0 0;
}
.comments-form input {
	width: 191px;
}
.comments-form textarea {
	height: 150px;
	width: 657px;
}
/* -------------------------------------------------- */
/*	Pagination
/* -------------------------------------------------- */

.pagination {
	margin: 0;
}
.pagination li {
	display: inline-block;
	list-style: none;
	margin: 0 5px 0 0;
}
.ie7 .pagination li, .ie7 .pagination a {
	display: inline;
}
.pagination li:last-child {
	margin-right: 0;
}
.pagination .current {
	background: #e6edef;
	color: #707070;
}
.pagination a, .pagination .current {
	border: 1px solid transparent;
	color: #9c9c9c;
	display: inline-block;
	padding: 2px 8px 4px;
}
.pagination a:hover {
	border-color: #e6edef;
	color: #ed171f;
}
.pagination .next a, .pagination .prev a {
	border: none;
}
/* ---------------------------------------------------------------------- */
/*	Portfolio
/* ---------------------------------------------------------------------- */

#portfolio-items-filter {
	float: right;
	margin: -65px 0 0;
	overflow: hidden;
}
.no-js #portfolio-items-filter {
	display: none;
}
#portfolio-items-filter li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
}
#portfolio-items-filter li:first-child {
	margin-top: 5px;
	margin-right: 5px;
}
.ie7 #portfolio-items-filter li:first-child {
	display: none !important;
}
#portfolio-items-filter a {
	background: #000;
	color: #fff;
	cursor: pointer;
	display: block;
	margin: 0 0 5px 5px;
	padding: 5px 10px;
}
.ie7 #portfolio-items-filter a {
	display: block !important;
	margin: 0 0 5px 5px !important;
	padding: 5px 10px !important;
	width: auto !important;
}
#portfolio-items-filter a:hover {
	background: #000;
}
#portfolio-items {
	margin: 0px;
}
.catalogue {
/*border-top: 3px solid #000000;*/
	/*border-top: 2px solid #000;*/
}
#portfolio-items article {
border: 1px dotted #cccccc;
	padding: 10px;
	margin-top:10px;
	margin-bottom: 10px;
	margin-right:10px;
	min-height:443px;
	max-height:443px;
	width:209px;
/*	
	border-bottom: 1px solid #CCCCCC;
    height: 460px;
    margin-bottom: 20px;
    padding: 10px 0;
*/}
#portfolio-items #mode_ligne article {
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
	padding-top: 19px;
}
#portfolio-items .project-meta {
	display: block;
	margin: 0px;
	padding: 0px 0 0;
	text-align: left;
}
/* Isotope */

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	z-index: 2;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: top, left, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/* -------------------------------------------------- */
/*	Single Project
/* -------------------------------------------------- */

.project-title {
	color: #3a3a3a;
	font-size: 32px;
	font-weight: 400;
}
.portfolio-pagination li {
	display: inline-block;
	list-style: none;
	line-height: 25px;
	margin: 0;
}
.portfolio-pagination {
    float: right;
}

.portfolio-pagination li {
    display: inline-block;
    line-height: 25px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.portfolio-pagination .prev {
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-right-color-value: #E8E8E8;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
    padding-top: 0;
}
.portfolio-pagination li {
    display: inline-block;
    line-height: 25px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.ie7 .portfolio-pagination li {
	display: inline;
}
.portfolio-pagination .prev {
	border-right: 1px solid #e8e8e8;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}
.single-project .page-header .button {
	color: #a1a1a1;
	font-style: italic;
	margin-top: -5px;
}
.single-project .page-header a:hover {
	color: #ed171f;
}
.single-project .image-gallery-slider > ul, .no-js .single-project .image-gallery-slider > ul > li {
/*-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);*/
}
.no-js .single-project .image-gallery-slider > ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.single-project {
}
/* ---------------------------------------------------------------------- */
/*	Contact Us
/* ---------------------------------------------------------------------- */

#map {
	border-bottom: 1px solid #c5c3c0;
	border-top: 1px solid #c5c3c0;
	height: 440px;
	margin: -41px 0 40px;
	position: relative;
	width: 100%;
}
#map:before, #map:after {
	background: none;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#map:after {
	bottom: 0;
	top: auto;
}
.contact-form, .comments-form {
	max-width: 100%;
}
.contact-form {
	margin: 0 -20px 0 0;
}
.contact-form .input-block, .comments-form .input-block {
	float: left;
	margin: 0 20px 20px 0;
}
.contact-form .input-block:nth-of-type(3n), .comments-form .input-block:nth-of-type(3n) {
	margin-right: 0;
}
.contact-form input {
	width: 198px;
}
.contact-form .textarea-block, .comments-form .textarea-block {
	clear: both;
}
.contact-form textarea {
	height: 150px;
	max-width: 100%;
	width: 678px;
}
.contact-form input[type="submit"], .comments-form input[type="submit"], .contact-form input[type="reset"], .comments-form input[type="reset"] {
	margin: 0 0 20px;
	width: auto;
}
/* ---------------------------------------------------------------------- */
/*	Sidebar
/* ---------------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 220px;
}
.sidebar-left #sidebar {
	float: left;
}
/* -------------------------------------------------- */
/*	Widgets
/* -------------------------------------------------- */

#sidebar .widget {
	margin: 0 0 50px;
}
#sidebar .widget-title {
	color: #414141;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 12px;
}
/* ---------------------------------------- */
/*	Categories
/* ---------------------------------------- */

.categories {
}
.categories li {
	background: url(/style/responsive/images/arrow-right-grey.png) no-repeat 0 11px;
	border-bottom: 1px dotted #ced8df;
	list-style: none;
	margin: 0;
}
.categories li:last-child {
	border-bottom: none;
}
.categories a {
	color: #868686;
	display: block;
	padding: 5px 0 5px 15px;
}
.categories a:hover {
	color: #ed171f;
}
/* ---------------------------------------- */
/*	Accordion Content
/* ---------------------------------------- */

#sidebar .acc-trigger a {
	background-position: 0 8px;
	font-size: 11px;
	font-weight: 400;
	padding: 12px 12px 12px 30px;
}
#sidebar .acc-trigger:first-of-type {
	border-top: none;
}
#sidebar .acc-trigger:last-of-type {
	border-bottom: none;
}
#sidebar .acc-trigger.active a {
	background-position: 0 -103px;
	cursor: default;
}
#sidebar .acc-container {
	margin: -5px 0 0;
}
#sidebar .acc-container:first-of-type {
	border-top: none;
}
#sidebar .acc-container:last-of-type {
	border-bottom: none;
}
#sidebar .acc-container .content {
	padding: 0 12px 12px 30px;
}
/* ---------------------------------------- */
/*	Tweets
/* ---------------------------------------- */

.tweets-feed {
	margin: 0;
}
.tweets-feed li {
	background: url(/style/responsive/images/icon-tweets.png) no-repeat 0 3px;
	display: block;
	list-style: none;
	margin: 0 0 15px;
	padding: 0 0 0 30px;
}
#sidebar .tweets-feed li a, #footer .tweets-feed li a {
	color: #ed171f;
}
#sidebar .tweets-feed li a:hover, #sidebar .tweets-feed .date a:hover {
	color: #3a3a3a;
}
.tweets-feed .date {
	display: block;
}
#sidebar .tweets-feed li .date a, #footer .tweets-feed li .date a {
	color: #bbb;
	font-size: 10px;
	font-style: italic;
}
#sidebar .tweets-feed li a:hover {
	color: #3a3a3a;
}
#footer .tweets-feed li a:hover {
	color: #fff;
}
/* ---------------------------------------- */
/*	Flickr Images
/* ---------------------------------------- */

.flickr-feed {
	margin: 15px -5px 0 0;
}
.flickr-feed li {
	display: inline-block;
	list-style: none;
	margin: 0 2px 1px 0;
}
.ie7 .flickr-feed li {
	display: inline;
	margin: 0 5px 5px 0;
}
.flickr-feed a {
}
.flickr-feed li img {
	margin: 0;
	height: 70px;
	width: 70px;
}
/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */

/*#footer {
	color: #ffffff;
	margin-top: 80px;
	padding: 10px 0 0 0px;
	position: relative;
}*/
/*.not-ie #footer:before {
	background: #fff;
	content: '';
	left: 50%;
	display: block;
	height: 15px;
	margin: 0 0 0 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -8px;
	width: 15px;
}*/
x:-o-prefocus, .not-ie #footer:before {
 display: none;
} /* Fix for Opera */
#footer, #footer a, #footer-bottom, #footer-bottom a {
	color: #333333;
}
#footer a:hover, #footer-bottom a:hover {
	color: #CC0000;
}
#footer .title {
	border-bottom: 1px solid #4b4b4b;
	display: block;
	font-size: 10px;
	margin: 0 0 12px;
	padding: 10px 0px 0px 0px;
}
/* -------------------------------------------------- */
/*	Footer Navigation
/* -------------------------------------------------- */

#footer-nav {
	border-bottom: 1px solid #4b4b4b;
	margin: 0 0 12px;
	padding: 0 0 12px;
}
#footer-nav ul {
	margin: 0;
}
#footer-nav li {
	background: none;
	border: none;
	display: inline-block;
	list-style: none;
	margin: 0 -3px 0 0;
}
.ie7 #footer-nav li {
	display: inline;
}
#footer-nav li a {
	border-left: 1px solid #484848;
	font-size: 10px;
	display: block;
	padding: 0 15px;
	text-transform: uppercase;
}
#footer-nav li:first-child a {
	border-left: none;
	padding-left: 0;
}
#footer-nav li:last-child a {
	padding-right: 0;
}
/* -------------------------------------------------- */
/*	Contact Info
/* -------------------------------------------------- */

#footer .contact-info {
}
.contact-info {
	margin: 0;
}
.contact-info li {
	float: left;
	list-style: none;
	margin: 0 0 5px 24px;
	padding: 0 0 0 24px;
}
.contact-info li:first-child {
	margin-left: 0;
}
.contact-info .address {
	background: url(/style/responsive/images/icon-address.png) no-repeat 0 0;
}
.contact-info .phone {
	background: url(/style/responsive/images/icon-phone.png) no-repeat 0 1px;
}
.contact-info .email {
	background: url(/style/responsive/images/icon-email-2.png) no-repeat 0 4px;
}
/* -------------------------------------------------- */
/*	Social Links
/* -------------------------------------------------- */

.social-links {
	margin: 0;
}
.social-links li {
	display: inline-block;
	list-style: none;
	margin: 0 0 10px 15px;
	text-indent: -9999px;
}
.ie7 .social-links li {
	display: inline;
	font-size: 0;
	text-indent: 0;
}
.social-links li:nth-child(6n+1) {
	margin-left: 0;
}
.social-links li:nth-child(6n) {
	margin-right: 15px;
}
.social-links li:last-child {
	margin-right: 0;
}
.social-links a {
	background-repeat: no-repeat;
	background-position: 0 -16px;
	display: block;
	height: 16px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	width: 20px;
}
.social-links li.behance a {
	background-image: url(/style/responsive/images/icon-behance.png);
}
.social-links li.delicious a {
	background-image: url(/style/responsive/images/icon-delicious.png);
	background-position: 0 -14px;
	height: 14px;
}
.social-links li.deviantart a {
	background-image: url(/style/responsive/images/icon-deviantart.png);
}
.social-links li.digg a {
	background-image: url(/style/responsive/images/icon-digg.png);
	background-position: 0 -14px;
	height: 14px;
}
.social-links li.dribbble a {
	background-image: url(/style/responsive/images/icon-dribbble.png);
}
.social-links li.dropbox a {
	background-image: url(/style/responsive/images/icon-dropbox.png);
	background-position: 0 -15px;
	height: 15px;
}
.social-links li.email a {
	background-image: url(/style/responsive/images/icon-email.png);
}
.social-links li.facebook a {
	background-image: url(/style/responsive/images/icon-facebook.png);
}
.social-links li.flickr a {
	background-image: url(/style/responsive/images/icon-flickr.png);
}
.social-links li.forrst a {
	background-image: url(/style/responsive/images/icon-forrst.png);
}
.social-links li.github a {
	background-image: url(/style/responsive/images/icon-github.png);
}
.social-links li.google a {
	background-image: url(/style/responsive/images/icon-google.png);
}
.social-links li.googleplus a {
	background-image: url(/style/responsive/images/icon-googleplus.png);
}
.social-links li.ichat a {
	background-image: url(/style/responsive/images/icon-ichat.png);
	background-position: 0 -15px;
	height: 15px;
}
.social-links li.lastfm a {
	background-image: url(/style/responsive/images/icon-lastfm.png);
	background-position: 0 -15px;
	height: 15px;
}
.social-links li.linkedin a {
	background-image: url(/style/responsive/images/icon-linkedin.png);
}
.social-links li.mobypicture a {
	background-image: url(/style/responsive/images/icon-mobypicture.png);
}
.social-links li.myspace a {
	background-image: url(/style/responsive/images/icon-myspace.png);
}
.social-links li.picasa a {
	background-image: url(/style/responsive/images/icon-picasa.png);
}
.social-links li.plixi a {
	background-image: url(/style/responsive/images/icon-plixi.png);
}
.social-links li.rss a {
	background-image: url(/style/responsive/images/icon-rss.png);
}
.social-links li.skype a {
	background-image: url(/style/responsive/images/icon-skype.png);
}
.social-links li.stumbleupon a {
	background-image: url(/style/responsive/images/icon-stumbleupon.png);
	background-position: 0 -17px;
	height: 17px;
}
.social-links li.tumblr a {
	background-image: url(/style/responsive/images/icon-tumblr.png);
	background-position: 0 -15px;
	height: 15px;
}
.social-links li.catalogue a {
	background-image: url(/style/responsive/images/icon-catalogue.png);
	background-position: 0 -15px;
	height: 15px;
	width: 21px;
}
.social-links li.visite a {
	background-image: url(/style/responsive/images/icon-visite.png);
	background-position: 0 -15px;
	height: 15px;
	width: 21px;
}
.social-links li.live a {
	background-image: url(/style/responsive/images/icon-live.png);
	background-position: 0 -15px;
	height: 15px;
	width: 21px;
}
.social-links li.lots a {
	background-image: url(/style/responsive/images/icon-lots.png);
	background-position: 0 -15px;
	height: 15px;
	width: 21px;
}
.social-links li.infos a {
	background-image: url(/style/responsive/images/icon-infos.png);
	background-position: 0 -15px;
	height: 15px;
	width: 21px;
}
.social-links li.twitter a {
	background-image: url(/style/responsive/images/icon-twitter.png);
	background-position: 0 -15px;
	height: 15px;
	width: 21px;
}
.social-links li.vimeo a {
	background-image: url(/style/responsive/images/icon-vimeo.png);
	background-position: 0 -15px;
	height: 15px;
}
.social-links li.youtube a {
	background-image: url(/style/responsive/images/icon-youtube.png);
	background-position: 0 -15px;
	height: 15px;
}
.social-links li a:hover {
	background-position: 0 0;
}
/* -------------------------------------------------- */
/*	Misc Elements
/* -------------------------------------------------- */

#footer .button:hover, #footer input[type="submit"]:hover #footer input[type="reset"]:hover, #footer button:hover {
	background: #ddd;
	color: #3a3a3a;
}
#footer .button.no-bg {
	color: #ddd;
}
#footer .button .arrow {
	background-color: #3a3a3a;
}
#footer blockquote {
	background-color: #464646;
}
#footer blockquote.simple {
	background: none;
	border-left-color: #484848;
	color: #868686;
}
#footer .infobox {
	background: #464646;
	border-color: #363636;
}
#footer .infobox, #footer .infobox * {
	color: #868686;
}
/* ---------------------------------------------------------------------- */
/*	Footer Bottom
/* ---------------------------------------------------------------------- */

#footer-bottom {
	background: #000;
	line-height: 2px;
	padding: 12px 0;
}
#footer-bottom ul {
	margin: 0;
}
#footer-bottom li {
	float: left;
	list-style: none;
	margin: 0;
}
#footer-bottom li:first-child {
	margin-right: 15px;
}
#footer-bottom li a {
	border-left: 1px solid #484848;
	display: block;
	padding: 0 15px;
}
#footer-bottom li:first-child a {
	border-left: none;
	padding-left: 0;
}
#footer-bottom li:last-child a {
	padding-right: 0;
}
/* ---------------------------------------------------------------------- */
/*	Media Queries
/* ---------------------------------------------------------------------- */
.tri_ventes {
	display: none;
}

/* Standard 960 or larger (browsers) */
@media only screen and (min-width: 60px) {
#wrapper #slidecaption h2 {
	font-size: 36px;
	line-height: 36px;
}
.catalogue_img {
	width: 218px;
	overflow: hidden;
	}
#portfolio-items article .lot_visu:hover {
/*	opacity: 0.5;
	filter: alpha(opacity=50);*/
}
.catalogue_img img:hover {
	opacity: 0.5;
}
/* -------------------------------------------------- */
    /*	Pricing Tables > Tooltip
    /* -------------------------------------------------- */

.fiche_responsive .picto_ordre, .fiche_responsive .picto_tel {
    background-color: #ffffff;
    border-radius: 2px;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    height: 23px;
    padding: 10px;
    text-align: left;
    width: 251px;    
}


.picto_ordre {        
	background-image:url(/image/picto2_ordreachat.png);
	background-repeat:no-repeat;
	background-position:left;
        padding-bottom: 0;   
        text-indent: 20px;
}

.picto_tel {        
	background-image:url(/image/picto2_encheretel.png);
	background-repeat:no-repeat;
	background-position:left;
        padding-bottom: 0;   
        text-indent: 20px;
}



.picto_ordre a, .picto_ordre a:link, .picto_ordre a:visited {
    color: #333333;
	font-size:12px;
    text-decoration: none;
}

.picto_ordre a:hover {
    color: #2e64a8;
	font-size:12px;
	text-decoration:underline;
}



.picto_tel a, .picto_tel a:link, .picto_tel a:visited {
    color: #333333;
	font-size:12px;
    text-decoration: none;
}


.picto_tel a:hover {
    color: #2e64a8;
	font-size:12px;
	text-decoration:underline;
}

.portfolio-pagination {
	float: right;
	margin: 0px 10px 0 0;
}
.lot_suivant {
	margin-left: 960px;
}
.ordre_achat {
	float: right;
}
.informations_droite {
	width: 70%;
}
.estimation_ordre {
	float: left;
	margin-left: 10px;
}
.ordre_droite {
	float: right;
	width: 49%;
}
.info_vente {
	width: 50%;
}
h5 {
	text-transform: uppercase;
	text-align: left;
}
.picto_mobile {
	display: none;
!important;
}
.calendrier_img img {
	height: 150px;
	float: left;
}
.infos_vente_droite {
	float: right;
    margin-bottom: 1;
    margin-left: 0;
    margin-right: 36px;
    margin-top: 14px;
    width: 257px;
}
.droite_catalogue {
	text-align: right;
}
.bande_noire {
	margin-top: 0px;
}
/*
    #portfolio-items > article img {
    height:180px;
    overflow:hidden;
    }
    */
#filters {
	float: left;
}
.search_ventes {
}
.tri_ventes {
	margin-bottom: 20px;
	float: left;
	display: none;
}
.gauche {
	float: left;
    margin: 35px 35px 30px 0;
    width: 445px;
}
.droite {
 float: left;
    margin-top: 35px;
	margin-bottom:30px;
    width: 445px;
}
.couv_catalogue {
	height: 231px;
}
.picto_hidden {
	opacity: 0.3;
}
.simple-pricing-table .features li[data-tooltip], .extended-pricing-table .features li[data-tooltip] {
	cursor: help;
}
.ie7 .simple-pricing-table .features li[data-tooltip], .ie7 .extended-pricing-table .features li[data-tooltip] {
	cursor: auto;
}
.simple-pricing-table .features li[data-tooltip]:hover, .extended-pricing-table .features li[data-tooltip]:hover {
	color: #54555a;
}
/* Tooltip container */
.simple-pricing-table .features li[data-tooltip]:before, .extended-pricing-table .features li[data-tooltip]:before {
	background: #fff8de;
	border: 1px solid #fee5a2;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .10);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .10);
	box-shadow: 0 0 10px rgba(0, 0, 0, .10);
	bottom: 0;
	color: #7b7b7b;
	content: attr(data-tooltip) !important;
	font-size: 11px;
	left: 9px;
	line-height: 1.5;
	opacity: 0;
	padding: 5px 10px;
	position: absolute;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 143px;
	z-index: 98;
}
.simple-pricing-table .features li[data-tooltip]:before {
	left: 10px;
	width: 192px;
}
.extended-pricing-table .features-list .features li[data-tooltip]:before {
	left: 10px;
	text-align: left;
	width: 158px;
}
.simple-pricing-table .features li[data-tooltip]:hover:before, .extended-pricing-table .features li[data-tooltip]:hover:before {
	bottom: 100%;
	opacity: 1;
}
/* Tooltip arrow */
.not-ie .simple-pricing-table .features li[data-tooltip]:after, .not-ie .extended-pricing-table .features li[data-tooltip]:after {
	background: #fff8de;
	border-bottom: 1px solid #fee5a2;
	border-right: 1px solid #fee5a2;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
	bottom: 0;
	content: '';
	display: block;
	height: 10px;
	left: 50%;
	margin: 0 0 0 -5px;
	opacity: 0;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 10px;
	z-index: 99;
}
.simple-pricing-table .features-list .features li[data-tooltip]:after, .extended-pricing-table .features-list .features li[data-tooltip]:after {
	left: 22px;
	margin-left: 0;
}
.not-ie .simple-pricing-table .features li[data-tooltip]:hover:after, .not-ie .extended-pricing-table .features li[data-tooltip]:hover:after {
	bottom: 30px;
	opacity: 1;
}
.simple-pricing-table .features li[data-tooltip]:hover:after {
	bottom: 24px !important;
}
.ie8 .simple-pricing-table .features li[data-tooltip]:before, .ie8 .simple-pricing-table .features li[data-tooltip]:after, .ie8 .extended-pricing-table .features li[data-tooltip]:before, .ie8 .extended-pricing-table .features li[data-tooltip]:after {
	display: none;
}
.ie8 .simple-pricing-table .features li[data-tooltip]:hover:before, .ie8 .extended-pricing-table .features li[data-tooltip]:hover:before {
	display: block;
}
/* -------------------------------------------------- */
    /*	Home > Slider
    /* -------------------------------------------------- */

.ss-slider .slides-container {
	display: block;
}
.ss-slider .slide-images-container {
	display: none;
}
/*
#logo{
	margin-left:124px;}
}
*/
/* Smaller than standard 960 (devices and browsers) */

.couv_catalogue {
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
.couv_catalogue img {
/*border: 1px solid #ccc;*/
}
.cata_couv_catalogue {
	float: left;
	margin-right: 45px;
	width:110px;
}
.cata_couv_catalogue img {
	width: 137px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
}
.image_catalogue {
	width: 175px;
/*	box-shadow: 3px 3px 7px #4B4B4B;*/
}
.cata_no_couv_catalogue {
	float: left;
	margin-right: 40px;
	border: 1px solid #666666;
    border-radius: 2px;
    margin-bottom: 15px;
}
.link_picto {
	color: #fff;
	text-decoration: none;
}
.picto {
	height: 20px;
	width: 80px;
	padding: 5px;
	background-color: #fff;
	color: #ccc;
	float: left;
	margin: 5px 5px 5px 0;
	border: 1px solid #ccc;
}
.picto {
	text-decoration: none;
}
/*
.link_picto a, a:link, a:hover, a:visited, a:active {
	text-decoration: none;
}

a, a:link, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #ed171f;
}
*/

.picto a {
	text-decoration: none;
	color: #ccc;
}
a.link_picto {
	color: #ccc;
}
.picto:hover {
	cursor: pointer;
	background-color: #000;
}
.picto.catalogue:after {
	content: "Catalogue";
	color: #ccc;
}
.picto.lot:after {
	content: "Lots";
	color: #ccc;
}
.picto.infos:after {
	content: "+ Informations";
	color: #ccc;
}
.picto.visite:after {
	content: "Visite de salle";
	color: #ccc;
}
.picto.live:after {
	content: "";
	color: #ccc;
}
.picto.live:after {
	content: "";
	color: #ccc;
}
.bouton_ok {
	float: left;
}
.bouton_ok img {
}
.one-fourth .lieu {
	display: none;
}
.lieu {
	color: #999;
	margin-bottom: 10px;
	text-align: left;
}
.tri_categories {
	width: 100%;
	margin-bottom: 20px;
}
/*---- Bouton ----*/

a.bouton {
	-webkit-transition: all 300ms ease-out;
	/* background-image:-webkit-gradient(linear, 0 100%, 0 0%, from(#2557AD), to(#5EACFF));*/

    /*box-shadow:#AAAAAA 2px 3px 3px;*/
	color: #FFFFFF;
	/*display:block !important;*/
	float: left;
	font-size: 13pt;
	height: 15px;
	/*padding:5px 2px;*/
	position: relative !important;
	text-align: left;
	text-shadow: #11294F 1px 1px 0;
	/*padding-left:15px;*/
	width: 21px;
	padding-right: 10px;
	padding-left: 10px;
	z-index: 9999;
}
a.bouton:hover {
	color: #02409e;
	/*text-shadow: 1px 1px 0px #85c2ff;*/
	box-shadow: 1px 1px 0px #fff;
	-webkit-box-shadow: 1px 1px 0px #fff;
	-moz-box-shadow: 1px 1px 0px #fff;
	-ms-box-shadow: 1px 1px 0px #fff;
	-o-box-shadow: 1px 1px 0px #fff;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
}


/*---- Bouton > info-bulle ----*/

.lot_resultat_2 {
    background-color: #666;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    clear: both;
    color: #ffffff;
    float: left;
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
}



a.bouton div.info-bulle {
	visibility: hidden;
	opacity: 0;
	position: absolute !important;
	top: -20px;
	left: 0;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	width: 100px;
	z-index: 999;
}
a.bouton:hover div.info-bulle {
	visibility: visible;
	opacity: 1;
	top: -50px;
	transition: all 800ms ease-out;
	-webkit-transition: all 800ms ease-out;
	-moz-transition: all 800ms ease-out;
	-ms-transition: all 800ms ease-out;
	-o-transition: all 800ms ease-out;
}
div.info-bulle {
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	background: #fff;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: 3px 5px 10px #aaa;
	-webkit-box-shadow: 3px 5px 10px #aaa;
	-moz-box-shadow: 3px 5px 10px #aaa;
	-ms-box-shadow: 3px 5px 10px #aaa;
	-o-box-shadow: 3px 5px 10px #aaa;
}
div.info-bulle::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 15%;
	width: 0;
	height: 0;
	border-top: 5px solid #EFEEEE;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	z-index: 9999;
}
div.info-bulle p {
	color: #555;
	padding: 10px 5px;
	margin: 0;
	text-align: left;
	text-shadow: 1px 1px 0px #fff;
	font-size: 10px;
	z-index: 9999;
}
.visite2 {
	background: url(/style/responsive/images/icon-visite.png) no-repeat 50% -15px;
}
.visite2:hover {
	background-position: 50% 0px;
}
.catalogue2 {
	background: url(/style/responsive/images/icon-catalogue.png) no-repeat 50% -15px;
}
.catalogue2:hover {
	background-position: 50% 0px;
}
.infos2 {
	background: url(http://sitetest.zonesecure.org/img/icon-infos.png) no-repeat 50% -15px;
}
.infos2:hover {
	background-position: 50% 0px;
}
.live2 {
	background: url(/style/responsive/images/icon-live.png) no-repeat 50% -15px;
}
.live2:hover {
	background-position: 50% 0px;
}
.lots2 {
	background: url(/style/responsive/images/icon-lots.png) no-repeat 50% -15px;
}
.lots2:hover {
	background-position: 50% 0px;
}
.pictos_minis {
	margin-bottom: 10px;
	margin-top: 15px;
	float: left;
	display: none;
}
.sans_lot_phare .image-gallery-slider-nav {
	display: none;
}
.blanc, .banc a:link, a:visited, a:active {
	color: #000;
}
.lot_resultat {
	background-color: #2e64a8;
    border-radius: 8px;
    clear: both;
    color: #FFFFFF;
    float: left;
    font-size: 17px;
    margin-bottom: 15px;
 /*   margin-left: -5px;*/
    margin-top: 5px;
    padding: 4px 12px;
}
.photoPlus {
	min-height: 20px;
	min-width:20px;
	text-align: left;
}
.images_supp_lot ul {
	display: inline;
	list-style: disc outside none;
}
.images_supp_lot li {
	display: inline;
	float: left;
	margin-left: 5px;
	margin-bottom: 3px;
}
.images_supp_lot img {
	margin: 0;
	padding: 0;
	max-width:20px;
}
.actualite_bloc {
	float: left;
}
.actualite_bloc_image {
	float: left;
	margin-right: 15px;
}
.actualite_bloc_image img {
	width: 100px;
	border: 1px solid #666666;
/*	box-shadow: 3px 3px 7px #4B4B4B;
*/}
.actualite_bloc_texte {
	float: left;
}
.separation_actualites {
	border-bottom: 1px solid #CCCCCC;
	float: left;
	height: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 80%;
}
.actualite_date {
	color: #000;
}
.actualite_titre {
font-size:14px;
	 color: #2e64a8;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0;
	line-height:16px;
}
a.actualite_bloc_lien {
	color: inherit;
}
.calendrier_annees {
	float: left;
}
.texte5 {
	color: #ED171F;
	font-size: 12px;
	font-weight: bold;
}
.uppercase {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
/* ---------------------------------------------------------------------- */
/*	Formulaire Demande Estimation
/* ---------------------------------------------------------------------- */

/*
.inscription_legende {
	float: left;
	width: 150px;
}*/
.input_civilite {
	float: left;
}
/*.inscription_etape {
	color: #000;
	padding-bottom: 5px;
	width: 70px;
	float: left;
	margin: 15px 0 15px 0;
	display: none;
}
.calendrier_theme {
	color: #000;
	padding-bottom: 5px;
	float: left;
	margin: 15px 0 15px 0;
}*/

.inscription_etape2 {
	margin: 15px 0 15px 0;
	color: #000;
	padding-bottom: 5px;
	width: 70px;
	float: left;
	display: none;
}
.calendrier_theme2 {
	padding-top: 15px;
	color: #000;
	padding-bottom: 5px;
	float: left;
}
.inscription_etape3 {
	padding-top: 15px;
	color: #000;
	padding-bottom: 5px;
	margin: 15px 0 15px 0;
	width: 70px;
	float: left;
	display: none;
}
.calendrier_theme3 {
	margin: 15px 0 15px 0;
	padding-top: 15px;
	color: #000;
	padding-bottom: 5px;
	float: left;
}
.estimation_etape1.select, input {
/*	margin-bottom: 5px;*/
}
.estimation_etape2.input {
	height: 30px;
}
.estimation_etape2.select {
	margin-bottom: 5px;
}
.mode_affichage_calendrier {
	float: right;
	padding-top: 7px;
	display: none;
}
.nppForm {
	display: none;
}
.ordreCataSearch {
	display: none;
}
.affForm {
	display: none;
}
#nav {
/*	display: none;
*/}
.page_recherche #nav {
	display: block;
}
.droite_catalogue {
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
    color: #000000;
    font-size: 11px;
    margin-top: -1px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    text-transform: uppercase;
    width: 234px;
}
.droite_catalogue a, .droite_catalogue a:link, .droite_catalogue a:visited {
    color: #333;
    text-decoration:none;
}

.droite_catalogue a:hover {
	color: #333;
	text-decoration: underline;
}




.droite_catalogue.live {
/*    border-radius: 2px;
    height: 25px;
    margin-left: -3px;
    padding-top: 12px;
    text-align: left;
    width: 258px;*/
	background-color:#fff;
}
a.lien_droite {
	color: #333;
}
a.lien_droite:hover {
	color: #2e64a8;
}
a.project-meta.num_lot {
	color: #000;
}
.lotlabel {
	display: none;
}
.lotlabelnum {
	display: none;
}
/*.nom_artiste {
	font-weight: bold;
        color: #000;
        margin-bottom: 5px;
}
*/
.num_lot {
	margin: 10px 0 10px 0;
	color: #2e64a8;
	/*  font-weight: bold;*/
	font-size: 25px
}
.fiche_responsive .num_lot {
	/*float: left;
	width: 100%;*/
padding-top: 25px;
}
.nbre_lot_bas {
	display: none;
}
/* ---------------------------------------------------------------------- */
/*            DEBUT RECHERCHE  catalogue*/
/* ---------------------------------------------------------------------- */

#cataSearch {
	clear: both;
	float: left;
	border: 1px solid #cccccc;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    margin: 35px 0 0 0px;
    padding: 10px 0px 0px 20px;
	width:935px;
	height: 68px;
	background-image: -webkit-linear-gradient(top center, #FFF 0%, #CCC 100%);
	background-image:    -moz-linear-gradient(top center, #FFF 0%, #CCC 100%);
	background-image:     -ms-linear-gradient(top center, #FFF 0%, #CCC 100%);
	background-image:      -o-linear-gradient(top center, #FFF 0%, #CCC 100%);
	background-image:         linear-gradient(top center, #FFF 0%, #CCC 100%);
	/*background-color: #EFEEEE;
    float: left;
    height: 27px;
    margin: 31px 0 20px -37px;
    width: 108%;*/
}
#searchForm {
/*display: none;
*/float: left;*/
}
#numCataSearch {
	float: left;
}
#numForm {
	float: left;
}
.numCataSearch, .numLabel, .numForm {
	float: left;
}

#searchLabel {
/*	display:none;
*/	width: 150px;	
	padding-top: 8px;
        color: #333333;
        font-size: 11px;
        font-weight: bold;
        padding-top: 6px;
}

#numLabel {	    
    padding-top: 3px;
    width: 130px;
}

#ordreForm{
/*    padding-top: 19px;
*/}

#r{
    float:left;
    width: 170px;
}

input.texte1 {
	height: 16px;
}
#numForm input.texte1[type="text"] {
	float:left;
border-radius: 4px 0 0 4px;
color: #000000;
    font-family: Arial,Helvetica,verdana,sans-serif;
    font-size: 12px;
    line-height: 16px;
}
input.texte1[type="submit"] {
    float: left;
    height: 28px;
    padding: 2px 22px;
    width: 20px;
}
.rowCataSearch {
	float: left;
	margin-top:0px;
	margin-right: 20px;
}
.nbre_lot_haut {
	clear: both;
float: left;
    margin: 16px 0px 20px 0px;
}
.pagination_haut {
	display:none;
	/*float: right;
    margin: 0 20px 0px 20px;
    text-align: right;*/
   
}
/* ---------------------------------------------------------------------- */
/*          Afficher cacher div 
/* ---------------------------------------------------------------------- */
.bouton_texte {
	font-size: 12px;
	cursor: pointer;
	text-decoration: underline;
}
.bouton_texte:hover {
	text-decoration: underline;
	color: #333;
}
.texte {
}
/* ---------------------------------------------------------------------- */
/*          Catalogues Entête
/* ---------------------------------------------------------------------- */

.info_vente {
	float: left;
    font-size: 13px;
    margin-bottom: 19px;
    height: 175px;
    padding-bottom: 5px;
    padding-top: 0;
}
.info_vente > .date_vente {
	color: #534741;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin: -1px 0 6px;
    padding-left: 34px;
    text-transform: capitalize;
}
.lot_description {
	color: #333;
	line-height: 20px;
}
.lieu_vente {
	margin-bottom: 10px;
	text-align: left;
	font-style: italic;
	font-size: 13px;
    padding-left: 34px;
}
.info_vente > .cp_vente {
	color: #000;
}
.cp_infos_vente {
	display: none;
}
.label_date_vente, .label_lieu_vente, .label_conditions_vente, .label_informations_vente {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	display: none;
}
.label_informations_vente, .label_conditions_vente {
	color: #000;
	margin: 20px 0 5px 0;
}


	
#numLabel , #affLabel, #nppLabel
{ color: #333333;
    font-size: 11px;
    font-weight: bold;
    padding-top: 6px;
    text-transform: uppercase;
	}
	
	#affLabel, #affForm{
/*		display:none;
*/	}
	
        #ordreLabel{
			 color: #333333;
    font-size: 11px;
    font-weight: bold;
    padding-top: 6px;
    text-transform: uppercase;
/*            display:none;
*/        }	



/**** PAGE RECHERCHE *****/
/*
#label_recherche {
	float: left;
}
#label_avance {
	float: right;
}

#bloc_recherche {
	padding: 10px;
	margin-left: 23px;
	background-color: #fff;
	color: #CC0000;
	float: left;
	text-align: left;
	width: 927px;
}

#bloc_recherche form {
	color: #000000;
	display: block;
}

#bloc_recherche_1 {
	float: left;
	width: 450px;
}
#bloc_recherche_3 {
	float: left;
	width: 290px;
}

#bloc_recherche_4 {
	float: left;
	width: 350px;
}

#advancedPanel {
	float: left;
	padding: 10px;
	border-top: thin dashed #CC0000;
	width: 910px;
}

#bloc_recherche_2 {
	float: right;
	width: 400px;
	text-align: right;
}
#identifier {
	float: left;
}
#options_base {
	width: 910px;
	float: left;
	padding: 10px;
}

/*#pagination {
	clear: both;
	border-bottom: thin dashed #CC0000;
	color: #CC0000;
	font-size: 11px;
	padding: 5px 10px;
	width: 906px;
}

#bloc_alerte {
	clear: both;
	float: right;
}
#alertEmail {
	background-color: grey;
	border: 1px solid #EEEEEE;
	border-radius: 4px 4px 4px 4px;
	display: none;
	height: 60px;
	position: absolute;
	width: 255px;
	z-index: 4;
}

.recherche {
	display: none;
}
.label_recherche {
	margin-top: -2px;
}
#email {
	margin-left: 4px;
	float: left;
	font-size: 11px;
	height: 20px;
	width: 208px;
	background: none repeat scroll 0 0 #FFFFFF;
}
#submitAlert {
	float: left;
	border-radius: 0px 4px 4px 0px;
	height: 32px;
	margin-left: -6px;
	width: 32px;
	cursor: pointer;
	background: none repeat scroll 0 0 #FFFFFF;
}
#alertEmailBackGround {
	display: none;
	position: fixed;
	height: 80px;
	width: 200px;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 3;
	opacity: 0.7;
}
#alertDiv {
	width: 254px;
	cursor: pointer;
}
#alertEmailResult {
	float: left;
	margin-left: 6px;
}

#recherche_resultats {
	border-top: thin dashed #CC0000;
	float: left;
	margin-left: 35px;
	margin-top: 10px;
	padding-bottom: 5px;
}

#recherche_query, #recherche_radio, #bloc_estimation, #bloc_lien_ordre, #recherche_label_1, #recherche_page, #recherche_extra {
	margin-bottom: 5px;
}*/
#recherche_label_1 {
	margin-bottom: 5px;
	float: left;
	width: 465px;
}
.lot_recherche {
	clear: both;
	float: left;
/*	width: 906px;*/
	padding: 25px 10px;
}
.even {
/*	background-color: #000000;*/
}
.odd {
	background-color: #EFEEEE;
    border-bottom: 1px solid #EFEEEE;
    border-top: 1px solid #EFEEEE;
    margin-left: 3px;
    width: 948px;
}
#image_recherche, #num_recherche, #des_recherche, #estim_recherche {
	float: left;
	margin-left: 10px;
}
#image_recherche {
	width: 100px;
	margin-left: 0px;
}
#num_recherche {
	width: 50px;
}
#des_recherche {
	width: 546px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-left: 15px;
	padding-right: 15px;
}
#estim_recherche {
	width: 140px;
	padding-right: 0px;
	margin-right: 0px;
}
.last {
	padding-right: 0px;
	margin-right: 0px;
}
.lot_recherche .Style5 {
/*	color: #CC0000;*/
font-size: 15px;
	font-weight: bold;
}
/*.nom_art {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
*/
.table_paginate {
	width: 906px;
}
a.lien_nav:link {
	text-decoration: none;
}
a.lien_nav:hover {
	text-decoration: underline;
}
#bloc_recherche #query {
	float: left;
    height: 28px;
    margin-top: 2px;
    padding: 2px;
    width: 470px;
}
/*
#recherche_page {
	float: right;
}
*/
#bloc_recherche #bok {
	height: 34px;
	margin: 2px 0 5px -3px;
	padding: 3px;
	vertical-align: bottom;
	width: 40px;
}
input#minEstim, input#maxEstim, #heigthMin, #heigthMax, #widthMin, #widthMax, #depthMin, #depthMax {
	width: 30px;
}
em {
	font-weight: bold;
	font-style: normal;
}
#page_recherche_v2 .logo img {
/*display:block;*/
}
#page_recherche_v2 #milieu {
/*float:left;*/
}
#page_recherche_v2 .search input {
	padding: 0px;
}



/* ---------------------------------------------------------------------- */
/*          Ordre d'achat
/* ---------------------------------------------------------------------- */
.ordre_libelle {
	width: 200px;
	float: left;
	margin-bottom: 5px;
}
.ordre_top_gauche {
	text-align: right;
	width: 100%;
	height: 30px;
}
.ordre_libelle input {
	height: 15px;
	width: 150px;
}
.ordre_libelle mail input {
	width: 15px;
	width: 500px;
}
.ordre_libelle textarea {
	width: 340px;
	margin-bottom: 5px;
}
.ordre_libelle.adresse {
	width: 100%;
}
.ordre_libelle.banque {
	width: 100%;
}
.ordre_libelle.respbanque {
	width: 100%;
}
.ordre_libelle.resptel {
	width: 100%
}
.titre_ordre_etape {
	display: none;
}
.titre_ordre_phrase {
	display: none;
}
.ordre_gauche {
	float: left;
	width: 48%;
	margin-right: 20px;
}
.ordre_libelle.mail input {
	width: 350px;
}
.ordre_cgv, .ordre_retour_catalogue {
	float: right;
}
.ordre_cgv {
	margin-right: 30px;
	padding-right: 15px;
	width: 200px;
}
.ordre_retour_catalogue {
	margin-left: 30px;
	padding-left: 15px;
	width: 200px;
}
.ordre_full {
	width: 100%;
	float: left;
}
.message {
}
.ordre_libelle.codebanque {
	width: 90px;
}
.ordre_libelle.codebanque input {
	width: 70px;
}
.ordre_libelle.comptebanque {
	width: 120px;
}
.ordre_libelle.comptebanque input {
	width: 100px;
}
.ordre_libelle.ordrebanque {
	width: 90px;
}
.ordre_libelle.ordrebanque input {
	width: 70px;
}
.ordre_libelle.clebanque {
	width: 50px;
}
.ordre_libelle.clebanque input {
	width: 40px;
}
.bt_valider_ordre input {
	background-color: #888;
	color: #fff;
	width: 135px;
	border: 0;
	margin-bottom: 20px;
	padding-top: 5px;
}
.bt_valider_ordre input:hover {
	background-color: #999;
	text-decoration: underline;
}
.liste_ordre {
	width: 100%;
	padding-top: 20px;
}
.img_ordre {
	float: left;
	width: 90px;
	;
}
.num_lot_ordre {
	float: left;
	width: 5%;
	margin-left: 10px;
}
.infos_ordre {
	float: left;
	width: 65%;
	margin-left: 10px;
}
/*
.nom_art {
	float: left;
}
*/
.num_lot_ordre {
	float: left;
	text-align: center;
}
input.saisie_ordre {
	height: 15px;
	width: 70px;
	float: left;
}
input.envoi_ordre {
	height: 26px;
	width: 40px;
	float: left;
	padding: 0px 6px 0px 0px;
}
.title.colonne {
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.heure_colonne, .lieu_colonne {
	color: #7b7b7b;
	text-transform: capitalize;
}
.heure_colonne {
	padding-bottom: 5px;
}
.message_ordre {
	color: #fff;
	background-color: #cc0000;
	height: 17px;
	padding: 10px;
	border-radius: 6px;
}
.message_ordre.ok {
	color: #fff;
	background-color: #80CC57;
	height: 17px;
	padding: 10px;
	border-radius: 6px;
}
.actualite_texte {
	float: left;
}
.informations_image {
	float: left;
	margin-right: 30px;
}
.informations_image img {
	box-shadow: 3px 3px 7px #4B4B4B;
}
.informations_droite {
	float: left;
}
.noclass .actualite_texte {
	float: none;
}
.noclass .informations_droite {
	width: 100%;
}
.estimation input {
	height: 15px;
}
.estimation input[type="submit"] {
	height: 30px;
	background-color: #888;
	color: #fff;
}
.estimation input[type=file] {
	height: 25px;
	width: 400px;
	background-color: #fff;
	border: none;
	padding-top: 5px;
}
.estimation_etape2 {
	margin: 10px 0;
}
.message_estimation {
	color: #fff;
	background-color: #cc0000;
	height: 27px;
	padding: 10px;
	border-radius: 6px;
}
.message_estimation.ok {
	color: #fff;
	background-color: #80CC57;
	height: 27px;
	padding: 10px;
	border-radius: 6px;
}
.lot_nom_artiste {
	font-weight: bold;
	color: #534741;
	font-size:16px;
}
.fiche_lot_resultat {
	color: #cc0000;
	font-weight: bold;
	margin: 10px 0;
}
.estimLabelAff4 {
    color: #2e64a8;
    float: left;
    font-size: 14px;
    padding-top: 10px;
}

.estimAff4 {
    color: #2e64a8;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 10px;
}

.fiche_responsive .estimAff4 {
	float: left;
    font-size: 14px;
    margin-left: -14px;

}
.droite .estimAff4 { margin-left: 0;}

.panel_ordre_global {
	z-index: 99999;
	margin-top: 21px;
	 width: 266px;
}
.panel_ordre_montant, .panel_ordre {
	z-index: fff;
}
.panel_telephone_global {
	border-top: 1px solid #000;
}

.panel_ordre_montant, .panel_ordre_tel {
	border: 1px solid #ccc;
	border-top: none;
/*	padding: 0 0 5px 10px;*/
}
.panel_ordre_montant {
	background-color: #EFEEEE;
    border-radius: 2px;
    color: #333333;
    font-size: 22px;
    margin-bottom: 2px;
    margin-top: -3px;
    padding: 0 0 5px 10px;
	width: 259px;
}

.panel_ordre_tel {
    background-color: #EFEEEE;
    border-radius: 2px;
    float: left;
    height: 37px;
    margin-top: -4px;
    padding-top: 11px;
    width: 269px;
    z-index: 99999;
	color: #333333;
}

.panel_ordre_tel input[type="checkbox"] { 
height:15px;
}



.panel_ordre_montant input[type="text"] {
	background-color: #EFEEEE;
    color: #000;
    font-size: 15px;
    height: 15px;
    text-align: left;
    width: 90px;
}
.picto_ordre:hover, .picto_tel:hover {
/*	background-color: #333333;
	color: #fff;*/
}

/*
.picto_ordre a, .picto_tel a {
	color: #333;
	text-decoration: none;
}
*/

..picto_ordre, .picto_tel {
 color: #fff;
    font-size: 14px;
    font-stretch: extra-expanded;
}

.picto_ordre a, .picto_tel a, .picto_ordre a:link, .picto_tel a:link, .picto_ordre a:focus, .picto_tel a:focus, .picto_ordre a:visited, .picto_tel a:visited {
	color: #333;
	text-decoration:none;
	margin-right: 20px;
}
.picto_ordre a:hover, .picto_tel a:hover {
	color: #2e64a8;
	text-decoration: underline;
}



.panel_ordre_montant input[type="text"] {
	width: 100px;
	height: 15px;
	margin-left: 5px;
	background-color: #fff;
}


.texte_contact {
	vertical-align: top;
	font-size: 11px;
	margin-top: 5px;
}
.close {
	float: right;
    font-size: 13px;
    padding: 3px 5px 9px 0;
    text-align: right;
    text-decoration: none;
	margin-top: -32px;
}
.close a:link {
	color: #333;
    text-decoration: underline;
}

.close a:hover {
	color: #333; text-decoration: underline;
}

.panel_ordre_montant .close {
	padding-top:11px;
}
	
.fiche_responsive #content {
	padding-top: 0;
}
.valider_ordres {
	height: 50px;/* background-color: #ccc;
    color:#fff;*/
}
.lieu_colonne {
	display: none;
}
.nom_vente {
	color: #2e64a8;
    font-size: 16px;
    padding-bottom: 2px;
    padding-left: 32px;
    padding-top: 4px;
    text-transform: uppercase;
}
.one-fourth .panel_ordre_global {
	display: none;
}
.one-fourth .panel_telephone_global {
	display: none;
}
.achat_catalogue {
	font-size: 11px;
}
.choix_langue {
	margin: 10px 0;
	font-size: 11px;
}
.texte_live_info_droite {
	color: #888;
	padding-top: 7px;
	float: right;
	display: none;
}
.fiche_responsive .cata_couv_catalogue {
/*	display: none;*/
}
.your_bid {
	color: #2e64a8;
    font-size: 12px;
    padding-top: 5px;
    text-transform: uppercase;
}
input.boutonOK {
height: 25px;
    margin-left: 20px;
    padding: 0 5px;
}

input[type="submit"], input[type="reset"], button {
    border: 1px solid #CCCCCC;
    font-size: 13px;
    text-transform: uppercase;
}

.template_1 {
    float: left;
    margin-top: -216px;
	margin-left:20px;
    width: 950px;
}
.droite .cata_couv_catalogue {display:none;}

.fiche_responsive .a_masquer {
	display: none;
}
.template_2 {
	margin-top: 10px;
}

.fiche_responsive .template_2 .info_vente {
	display: none;
}


.fiche_responsive .droite_catalogue {
	text-align: left;
}
.fiche_responsive .template_2 .infos_vente_droite {
	float: left;
	display:none;
}

.fiche_responsive  {
	margin-top: 190px;
	}


.fiche_responsive .template_3 {
	display: none;
}

.fiche_responsive .description_vente {
/*	display: none;
*/}
.nav {
	font-size: 12px;
	color: #2e64a8;
}
.nav a, .nav a:link, .nav a:hover, .nav a:focus .nav a:visited {
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}
.pagination_bas {
	float: right;
	padding-right:60px;
	margin-bottom:10px;
}
.fiche_lot_description {
	margin-bottom: 20px;
    margin-top: 25px;
	font-size: 14px;
	clear: both;
}
.lot_precedent {
	background: url("/style/responsive/images/arrow-prev-large.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 60px;
	margin-left: -90px;
	margin-top: 250px;
	position: absolute;
	width: 60px;
	opacity: 0.2;
	z-index: 200;
}
.lot_suivant {
	background: url("/style/responsive/images/arrow-next-large.png") no-repeat scroll 0 0 transparent;
	float: right;
	height: 60px;
	margin-top: 250px;
	position: absolute;
	width: 60px;
	opacity: 0.2;
	z-index: 200;
	margin-left: 987px;
}
.lot_precedent:hover, .lot_suivant:hover {
	opacity: 1;
}
.catalogue_img_survol {
	visibility: hidden;
	/*  left: 50% !important;
     
    margin-left: -403px;
    position: fixed !important;
    top: 137px !important;
    z-index: 9999;*/
	top: -150px !important;
	/*left: -80px !important;*/
	position: absolute !important;
	/*  position: relative !important;*/
  /*  position: fixed !important;*/
	z-index: 9999;
	overflow: show;
}
#screenshot {
	position: absolute;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	display: none;
	color: #fff;
	z-index: 9999;
}
#supersized li {
	margin: 0;
}
.liste_ordre .montant_ordre {
	background-color: #666;
	color: #fff;
}
.liste_ordre .demande_tel {
	background-color: #666;
	color: #fff;
}
.liste_ordre .panel_ordre_tel {
	float: right;
}

.montant_ordre  {
	background-color: #2e64a8;
    border-radius: 8px;
    clear: both;
    color: #000000;
    float: left;
    font-size: 17px;
    margin-bottom: 15px;
    margin-left: -5px;
    margin-top: 5px;
    padding: 4px 12px;
}

.btok {
	border: medium none;
	color: #000000;
	height: 22px;
	margin-top: -7px;
	width: 30px;
}
.btok:hover {
	background-color: #3a3a3a;
	color: #fff;
}

input[type="submit"].nb {
	 color: #ffffff;
    width: 150px;
	background-color: #2e64a8;
    font-size: 13px;
    padding: 5px;
    text-transform: uppercase;
}

input[type="submit"].nb:hover {
	text-decoration: underline;
	}


.tabTriColor1.picto_ordre2 a, .tabTriColor1.picto_tel2 a, .tabTriColor1.demande_tel2 a, {
	color:#2e64a8;
	font-size:14px;
}

.tabTriColor2.picto_ordre2 a, .tabTriColor2.picto_tel2 a, .tabTriColor2.demande_tel2 a, {
	color:#2e64a8;
	font-size:14px;
}

.description_vente {
/*	float: left;
    margin: 15px 0 0 35px;
    text-align: justify;
    width: 710px;*/
	
	background-color: #f1f1f1;
    border-radius: 4px;
    float: left;
    margin-bottom: 0;
    margin-left: 34px;
    margin-right: 0;
    margin-top: 11px;
    padding: 15px;
	position:absolute;
    text-align: justify;
    width: 406px;
    z-index: 4;
}



.button.medium {
    font-size: 13px;
}


