/*Feuille de style commune*/
html{
{font-size: 100%;}
}
body { 
margin: 0em; 
padding:0em;
line-height: 1.2em;
font-family: 'Raleway', sans-serif;
background-color:#f4f4f4;
font-size:0.9em;
}
#container { 
padding: 0px ; 
margin: 0 auto; 
background-color:white;
border: 1px solid #dbdbdb;
-moz-border-bottom-colors:#dbdbdb #e6e6e6 #ececec #f1f1f1; 
-moz-border-top-colors: #dbdbdb #e6e6e6 #ececec #f1f1f1;
-moz-border-left-colors: #dbdbdb #e6e6e6 #ececec #f1f1f1;
-moz-border-right-colors:#dbdbdb #e6e6e6 #ececec #f1f1f1;
} 
#header { 
clear: both;
}
#clearbreak { 
clear: both;
}
#spacer, #corps{
background-color:white;
}
#corps{
clear: both;
margin: 0 auto;
}
#logo{
height : 297px;
}
ul.pager li
{
visibility: hidden;
}
.page-header {
padding-bottom: 0.3em;
}

/************** NAVIGATION ***************/
/**menu horizontal**********************************************/
ul.menuprincipal{
font-family: 'Oswald', sans-serif ; 
clear: none; 
z-index: 5; 
background: none; 
float:left;
position: absolute;  
margin-top:-42px;
padding:0;
}
ul.menuprincipal li{
float: left; 
line-height: 2.6; 
margin: 0px 0px 0px 50px; 
list-style: none;
}
ul.menuprincipal li a{ 
color: #ffffff; 
cursor: pointer; 
display: block; 
padding: 0px; 
border-top: none; 
font-size: 16px; 
text-decoration:none;
}
ul.menuprincipal li a:hover{ 
color:#FFD700;
}
.menuprincipal li img { 
height: 25px; 
width: 25px; 
margin: 7px 5px 0px 0px; 
}
ul.menuprincipal li ul{
display:none;
}
ul.menuprincipal li:hover ul{
display:block;
margin-left:-20px;
}
ul.menuprincipal li:hover ul li{
float:none;
/*width:250px;*/
padding-right:3em;
}
ul.menuprincipal li ul{
position:absolute;
/*width:100%;*/
}

ul.nav-child{ 
list-style: none; 
padding: 0px; 
margin: 0px;
background-color: #a70b1e;
}
ul.menuprincipal li ul.nav-child li{
padding-left:20px;
margin:0px;
}
ul .menuprincipal li ul.nav-child li a{
}
nav input,
nav label {
display: none;
width: 36px; 
height: 36px; 
color: #fff; 
text-align: center; 
line-height: 36px;
font-size: 1.6rem;
border-radius: 2px;
padding-top:8px;
} 
nav label {
position: absolute; 
z-index:20;
top: -37px;
right: 8px; 
transition: .4s;
}
nav label:hover {cursor:pointer;}
nav label:before {
font-family: FontAwesome;
font-size: 24px;
content: "\f0c9";
text-align: center;
}

/*Acces client***************************************/
.client{
display: inline-block; 
}
img.client{
padding-right:14px;
padding-bottom:10px;
}
#spacer { 
height: 20px; 
clear: both; 
}
#clearbreak { 
clear: both;
}

/*Liens********************************************************************************/
a { 
color:#000000;
}
nav a { 
color: #ffffff; 
text-decoration: none; 
}

/*Images*******************************************************************************/
img { 
border: none; 
vertical-align: middle; 
}
.homedata img{
max-width:100%;
min-width:30%;
margin:0 auto;
}
img.client{
padding-right:14px;
padding-bottom:10px;
}

/*Gestion des modules de ventes************************************************/
ul.vente li{
position: relative;
background-color:#f4f4f4;
box-shadow: inset 1px 1px 5px 5px #e8e8e8;
width:100%;
}
.grid.alt > li {
float: none;
vertical-align: top;
}
.grid > li {
margin: 0 0 1.1em 0.8em;
}

/*Partie Présentation - module spécifique*********************************************/
.text {
margin:0 auto;
padding:0.9em;
}
table.ModuleAccueil{
width:100%;
height:260px;
font-family:'Raleway', sans-serif;
}
table.ModuleAccueil td.moduletitre {
color:white;
font-family:'Oswald', sans-serif ; 
font-size:1.2em;
}
table.ModuleAccueil td.moduletitre p{
text-align:center;
}
table.ModuleAccueil td.moduletitre p{
padding-top:0.3em; 
padding-bottom:0.3em;
margin:0em;
}
table.ModuleAccueil td.modulepresentation{
vertical-align:top;
font-size:1em;

}
table.ModuleAccueil td.modulepresentation p{
margin:0px;
padding-top:0.2em;
padding-bottom:0.3em;
}
table.ModuleAccueil td.modulepresentation table{
width:100%;
}
table.ModuleAccueil td.modulepiedgauche, table.ModuleAccueil td.modulepiedcentre, table.ModuleAccueil td.modulepieddroit{
vertical-align:bottom;
font-size:0.9em;
color:white;
font-family: 'Oswald', sans-serif ; 
}
table.ModuleAccueil td p.titremauve,table.ModuleAccueil td p.titreorange, table.ModuleAccueil td p.titrerouge{
padding:0.3em 0em;
margin:0em;
}
table.ModuleAccueil td.modulepiedgauche a, table.ModuleAccueil td.modulepiedcentre a, table.ModuleAccueil td.modulepieddroit a{
color:white;
text-decoration:none;
}

hr{
color:#bebebe;
}

p.titrerouge{
background-color:#a70b1e;
text-align:center;
color:white;
}
p.titreorange{
background-color:#ed882a;
text-align:center;
}
p.titremauve{
background-color:#a98cb5;
text-align:center;
}

/*Gestion ventes*******************************************************************/
ul.vente li.largeScreen{
display:none;
}
ul.vente li.mediumScreen{
display:none;
}
ul.vente li.smallScreen{
display:none;
}

/*Liste des produits d'une vente*/
table.listeVentesTableau{
margin:0 auto;
border:1px solid #bebebe;
border-collapse: collapse;
text-align:center;
font-size:0.9em;
}

thead{
background-color:#a70b1e;
color:white;
font-family:'Oswald', sans-serif ; 
font-weight:400;
font-size:1em;
text-transform: uppercase;
}
thead th{
border: 1px solid #bebebe;
padding:10px;
}
thead th a, thead th a:hover{
color:white;
}

table.listeVentesTableau  td, table.listeVentesTableau  td{
border: 1px solid #bebebe;
font-family:'Oswald', sans-serif ; 
font-weight:400;
font-size:14px;
}
.t1{
width:12%;
}
.t7{
width:12%;
}
.t3, .t5, .t8{
width:8%;
}
.t4{
width:36%;
}
.t2, .t6, .t8, .t9{
width:6%;
}
tr.row0{
background-color:#f4f4f4;
}
tr.row1{
background-color:white;
}
td.descLot{
padding-left:0.8em;
padding-right:0.8em;
text-align:justify;
}
td.lotGroupeTableTD2, td.lotGroupeTableTD3{
padding-left: 0.8em;
padding-right: 0.8em;
text-align: justify;
margin-top
}


/*itineraire***/
.span5{
width:44%;
}
.fly-horizontal .control-label{
width:10px;
}
.fly-horizontal .controls{
margin-left:120px;/*avt 0px*/
}

/*Pagination*/
.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 0.3em 0.7em;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}
a:active {
	outline: 0;
}

/*page Références sur 4 colonnes*/
ul.ref li{
position: relative;
background-color:#f4f4f4;
box-shadow: inset 1px 1px 5px 5px #e8e8e8;
}

.textref {
margin:0 auto;
padding:0px;
}
table.presref{
width:100%;
font-family:'Raleway', sans-serif;
margin-top:0.75em;
}

/*Lot*********************/
#lot{
margin:0 auto;
padding:20px;
}
#lot table{
margin:0 auto
}
#lot table td{
 background-color: #f4f4f4 ;
 }
table.infoLotTable td{
padding:2px 0px;
} 
#infosLot table td.L2, #infosLot table td.L4{
 background-color: #ffffff ;
 }
#infosLot table td.L2 dl{
padding:0px;
margin:0px;
  }
#infosLot table td.L2 dt{
display:none;
 }
#infosLot table td.L2 dd{
text-align:center;
color:#a70b1e;
padding:0px;
margin:0px;
}
#infosLot table td.L5{
padding-top:10px;
}
p. InfoSupLotPP{
}
/*diaporama***************************/

.newgalSetup {
background-color:#f4f4f4;
box-shadow: inset 1px 1px 5px 5px #e8e8e8;
}
.newGalShow{
padding-bottom:1em;
}
.newgalSetupSup{
padding-bottom:1.2em;
}
table.newGalTab, table.infoLotTable, table.lotGroupeTable, .InfoSupLot{
width: 640px;
margin:0 auto;
}
.MagicToolboxContainer{
width: 610px;
padding: 1em 1em 0em 1em ;
margin:0 auto;
}

/*Informations sur le lot*/
#lot{
font-size:0.9em;
font-family: 'Oswald', sans-serif;
}
p.InfoSupLotPP{
color: #a70b1e;
text-transform: uppercase;
font-weight: bold;
font-size:1.2em;
}
/*Autres lots******************/
table.lotGroupeTable{
    /*margin: 0 auto;*/
    border: 1px solid #bebebe;
    border-collapse: collapse;
    text-align: center;
	}
table.lotGroupeTable td {
    border: 1px solid #bebebe;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1em;
	}
.CellC1StructNumLotObj{    
	background-color: #AA0B1E;
    position: absolute;
    /*margin-left: 0.95em;*/
    padding: 0.4em;
    color: white;
    font-weight: bold;
}
td div.CellC1StructNumLotObj a {
    color: white;
    text-decoration: none;
}
td.lotGroupeTableTD1{
width:126px;
}
td.lotGroupeTableTD3{
width:50px;
}
.VoirLot{
background-color: #a70b1e;
padding: 0.4em;
text-align: center;
}
table.lotGroupeTable td a{
color: white;
text-decoration: none;
text-transform: uppercase;
}




/*Bouton navigation */
#navPhotos, #boutonVideo, #boutonCacheVideo{
width: 600px;
margin:0 auto;
padding:0em 0em 2em 0em;
}
.btList,.btPrint{
text-align:center;
}
.btSuiv{
text-align:right;
}

.btPrec,.btList, .btPrint,.btSuiv,.FaireOffre{
width:25%;
float:left;
}

.btPrec2,.btList2, .btPrint2,.btSuiv2,.FaireOffre{
width:20%;
float:left;
}
.FaireOffre a{
font-weight : bold;
Color : #a70b1e;
text-transform: uppercase;
}

/*Affichage vidéo dans lot*/
#boutonVideo, #boutonCacheVideo{
background-color: #f4f4f4;
padding:1em 1em 1em 1em;
width: 600px;
margin: 0 auto;
margin-top:0.5em;
margin-bottom:0.5em;
}
#videozone{
padding:2em 1em 1em 1em;
}
video{
width:610px;
padding-top:10px;
}



#boutonVideo{
clear:both;
}
#infosLot{
clear:both;
margin-top:2em;

}
.docLot{
padding:10px;
}

/*informations sur le lot*/
.row{
margin:0px;
padding:0px;
}
dl.table-display{
margin: 0.9em 0;
padding: 0;
}
.table-display dt{
float: left;
margin: 0 0 0 0;
padding: .5em;
color:#a70b1e;
text-transform: uppercase;
}
#infosLot dl.table-display dd{
font-family: 'oswald',sans-serif;
}
#infosLot table.infoLotTable  td.L1 dl, #infosLot table.infoLotTable td.L3 dl,  #infosLot table.infoLotTable td.L5 .docLotTitre {
padding-left:10px;
}

.table-display dt.descr{
float:none;
}
.table-display dt.descr dd{
font-family: 'Oswald', sans-serif ;
font-weight:400;
width: 50%;
}

/* hack de commentaire avec un antislash pour ie5 mac \*/
dt { clear: both; }
/* end hack */

.infos,.long, .regroup{
clear: both;
}
.col-sm-6, .col-sm-12{
text-align:justify;
}
.column:first-child, .columns:first-child {
margin-left: 0; 
}
.column{
float:left;
margin-left: 0; 
}
.column1{
float:left;
margin-left: 0; 
}
/* 2 colonnes**/
.col-sm-6{
width: 50%;
}

/*1 colonne*/
.col-sm-12{
width:100%;

}
#docLot{
clear:both;
background-color:#bebebe;
margin-top:15px;
padding: 5px  0px;
}

/*Regroupement**/
div.regroup dd{
width:90%;
background-color:white;
margin-bottom:10px;
}
.docLotTitre{
color:#a70b1e;
text-transform: uppercase;
font-weight:bold;
}

.long dl.col-sm-12{
font-weight:200;
}

/*Itineraire*/
form#adminForm{
padding-top:2.2em;
}
table.contact{
background-color: #f4f4f4;
box-shadow: inset 1px 1px 5px 5px #e8e8e8;
padding:20px;
margin:0 auto;
}

/*Enchere en ligne*/
.boutonVente {
float:right;
}
.boutonVenteGauche ,.boutonVenteDroite  {
float:left;
}
.boutonVente a{
color:white;
text-decoration:none;
}
.boutonVenteGauche a{
padding-right:10px;
}

/*Signet page Nos Services*********/
table.tab-signet{
width:100%;
border:0;
}
td.signet{
width:20%;
text-align:top;
}

/*icone-pagination*****/
@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: .25em;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
	font-weight: normal;
}
.icon-joomla:before {
	content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
	content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-first:before {
	content: "\e003";
}
.icon-arrow-last:before {
	content: "\e004";
}
.icon-arrow-up-2:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-arrow-down-2:before {
	content: "\e00b";
}
.icon-arrow-left-2:before {
	content: "\e00c";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e010";
}
.icon-arrow-down-3:before {
	content: "\e011";
}
.icon-arrow-left-3:before {
	content: "\e012";
}
.icon-menu-2:before {
	content: "\e00e";
}
.icon-arrow-up-4:before {
	content: "\e201";
}
.icon-arrow-right-4:before {
	content: "\e202";
}
.icon-arrow-down-4:before {
	content: "\e203";
}
.icon-arrow-left-4:before {
	content: "\e204";
}
.icon-share:before,
.icon-redo:before {
	content: "\27";
}
.icon-undo:before {
	content: "\28";
}
.icon-forward-2:before {
	content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
	content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
	content: "\6c";
}
.icon-undo-2:before {
	content: "\e207";
}
.icon-move:before {
	content: "\7a";
}
.icon-expand:before {
	content: "\66";
}
.icon-contract:before {
	content: "\67";
}
.icon-expand-2:before {
	content: "\68";
}
.icon-contract-2:before {
	content: "\69";
}
.icon-play:before {
	content: "\e208";
}
.icon-pause:before {
	content: "\e209";
}
.icon-stop:before {
	content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
	content: "\7c";
}
.icon-next:before,
.icon-forward:before {
	content: "\7b";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-play-circle:before {
	content: "\e00d";
}
.icon-pause-circle:before {
	content: "\e211";
}
.icon-stop-circle:before {
	content: "\e212";
}
.icon-backward-circle:before {
	content: "\e213";
}
.icon-forward-circle:before {
	content: "\e214";
}
.icon-loop:before {
	content: "\e001";
}
.icon-shuffle:before {
	content: "\e002";
}
.icon-search:before {
	content: "\53";
}
.icon-zoom-in:before {
	content: "\64";
}
.icon-zoom-out:before {
	content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-brush:before {
	content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
	content: "\5d";
}
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}
.icon-new:before,
.icon-plus:before {
	content: "\2a";
}
.icon-plus-circle:before {
	content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
	content: "\4b";
}
.icon-ban-circle:before,
.icon-minus-circle:before {
	content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
	content: "\4a";
}
.icon-cancel-circle:before {
	content: "\e217";
}
.icon-checkmark-2:before {
	content: "\e218";
}
.icon-checkmark-circle:before {
	content: "\e219";
}
.icon-info:before {
	content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
	content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
	content: "\e222";
}
.icon-notification:before {
	content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
	content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
	content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
	content: "\e225";
}
.icon-checkbox-unchecked:before {
	content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
	content: "\3e";
}
.icon-checkbox-partial:before {
	content: "\3f";
}
.icon-square:before {
	content: "\e226";
}
.icon-radio-unchecked:before {
	content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
	content: "\e228";
}
.icon-circle:before {
	content: "\e229";
}
.icon-signup:before {
	content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
	content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
	content: "\59";
}
.icon-menu:before {
	content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
	content: "\31";
}
.icon-list-2:before {
	content: "\e231";
}
.icon-menu-3:before {
	content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
	content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
	content: "\2e";
}
.icon-folder-plus:before {
	content: "\e234";
}
.icon-folder-minus:before {
	content: "\e235";
}
.icon-folder-3:before {
	content: "\e236";
}
.icon-folder-plus-2:before {
	content: "\e237";
}
.icon-folder-remove:before {
	content: "\e238";
}
.icon-file:before {
	content: "\e016";
}
.icon-file-2:before {
	content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
	content: "\29";
}
.icon-file-minus:before {
	content: "\e017";
}
.icon-file-check:before {
	content: "\e240";
}
.icon-file-remove:before {
	content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}
.icon-stack:before {
	content: "\e242";
}
.icon-tree:before {
	content: "\e243";
}
.icon-tree-2:before {
	content: "\e244";
}
.icon-paragraph-left:before {
	content: "\e246";
}
.icon-paragraph-center:before {
	content: "\e247";
}
.icon-paragraph-right:before {
	content: "\e248";
}
.icon-paragraph-justify:before {
	content: "\e249";
}
.icon-screen:before {
	content: "\e01c";
}
.icon-tablet:before {
	content: "\e01d";
}
.icon-mobile:before {
	content: "\e01e";
}
.icon-box-add:before {
	content: "\51";
}
.icon-box-remove:before {
	content: "\52";
}
.icon-download:before {
	content: "\e021";
}
.icon-upload:before {
	content: "\e022";
}
.icon-home:before {
	content: "\21";
}
.icon-home-2:before {
	content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
	content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
	content: "\e251";
}
.icon-link:before {
	content: "\e252";
}
.icon-picture:before,
.icon-image:before {
	content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
	content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
	content: "\e014";
}
.icon-camera:before {
	content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
	content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
	content: "\56";
}
.icon-music:before {
	content: "\57";
}
.icon-user:before {
	content: "\22";
}
.icon-users:before {
	content: "\e01f";
}
.icon-vcard:before {
	content: "\6d";
}
.icon-address:before {
	content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}
.icon-enter:before {
	content: "\e257";
}
.icon-exit:before {
	content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
	content: "\24";
}
.icon-comments-2:before {
	content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
	content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
	content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
	content: "\e259";
}
.icon-phone:before {
	content: "\e260";
}
.icon-phone-2:before {
	content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
	content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}
.icon-briefcase:before {
	content: "\e020";
}
.icon-tag:before {
	content: "\e262";
}
.icon-tag-2:before {
	content: "\e263";
}
.icon-tags:before {
	content: "\e264";
}
.icon-tags-2:before {
	content: "\e265";
}
.icon-options:before,
.icon-cog:before {
	content: "\38";
}
.icon-cogs:before {
	content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
	content: "\36";
}
.icon-wrench:before {
	content: "\3a";
}
.icon-equalizer:before {
	content: "\39";
}
.icon-dashboard:before {
	content: "\78";
}
.icon-switch:before {
	content: "\e266";
}
.icon-filter:before {
	content: "\54";
}
.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}
.icon-unlock:before {
	content: "\e267";
}
.icon-key:before {
	content: "\5f";
}
.icon-support:before {
	content: "\46";
}
.icon-database:before {
	content: "\62";
}
.icon-scissors:before {
	content: "\e268";
}
.icon-health:before {
	content: "\6a";
}
.icon-wand:before {
	content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
	content: "\e269";
}
.icon-clock:before {
	content: "\6e";
}
.icon-compass:before {
	content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
	content: "\e01b";
}
.icon-book:before {
	content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
	content: "\79";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-feed:before {
	content: "\71";
}
.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}
.icon-calendar-3:before {
	content: "\e273";
}
.icon-pie:before {
	content: "\77";
}
.icon-bars:before {
	content: "\76";
}
.icon-chart:before {
	content: "\75";
}
.icon-power-cord:before {
	content: "\32";
}
.icon-cube:before {
	content: "\33";
}
.icon-puzzle:before {
	content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
	content: "\72";
}
.icon-lamp:before {
	content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
	content: "\73";
}
.icon-location:before {
	content: "\63";
}
.icon-shield:before {
	content: "\e274";
}
.icon-flag:before {
	content: "\35";
}
.icon-flag-3:before {
	content: "\e275";
}
.icon-bookmark:before {
	content: "\e023";
}
.icon-bookmark-2:before {
	content: "\e276";
}
.icon-heart:before {
	content: "\e277";
}
.icon-heart-2:before {
	content: "\e278";
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before {
	content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}
.icon-star-2:before {
	content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
	content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
	content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
	content: "\e280";
}
.icon-smiley-sad:before {
	content: "\e281";
}
.icon-smiley-sad-2:before {
	content: "\e282";
}
.icon-smiley-neutral:before {
	content: "\e283";
}
.icon-smiley-neutral-2:before {
	content: "\e284";
}
.icon-cart:before {
	content: "\e019";
}
.icon-basket:before {
	content: "\e01a";
}
.icon-credit:before {
	content: "\e286";
}
.icon-credit-2:before {
	content: "\e287";
}
.icon-expired:before {
	content: "\4b";
}

/***Lien connexion/Accès client + newsletter*****/
.picto{
padding-right:5px;
vertical-align: bottom;
}



/***Page connexion*****/
.userdata{
background-color: #f4f4f4;
box-shadow: inset 1px 1px 5px 5px #e8e8e8;
padding: 15px;
}
#form-login-username, #form-login-remember, #form-login-submit{
padding-bottom: 10px;
padding-top:10px;
}
.add-on{
width:150px;
}
#form-login-remember .control-label{
font-size:0.9em;
padding-right:5px;
}
#corps ul.unstyled li{
padding-bottom:10x;
}

/****Page Modifier le profil*****/
.btn-toolbar{
margin-top:-20px;
margin-right:10px;
}

#users-profile-core{
margin-top: 40px;
}
#users-profile-core,#users-profile-custom,#users-profile-custom-fields-1, #member-profile{
padding: 15px;
border:none;
}
#users-profile-custom{
display : none;
}
#corps div.profile ul.btn-toolbar.pull-right li{
list-style-image: none;
list-style-type:none;
}
/***Mon profil*****/


legend{
 display:none
}
.profile, .profile-edit{
box-shadow: inset 1px 1px 5px 5px #e8e8e8;
background-color: #f4f4f4;
width:80%;
margin:0 auto;
}
.profile .page-header, .profile-edit .page-header{
padding :10px 0px 0px 15px;
}
.control-label{
float:left;
}
.control-label label{
padding-top:5px;
width:150px;
}
.control-label .text{
padding:0;
font-weight:bold;
}
.control-label label#jform_cgv-lbl{
padding-top:5px;
width:325px;
}

label#jform_params_editor-lbl, div#jform_params_editor_chzn, select#jform_params_editor, div#jform_params_editor_chzn a.chzn-single, .chzn-container chzn-container-single chzn-container-single-nosearch a.chzn-search{
display:none;
}

label#jform_spacer-lbl{
font-size:0.7em;
padding:0;
margin:0;
}
fieldset{
border:0px ;
}
.fieldsform, .fieldsfly {
	display: block;
	border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}
label#jform_name-lbl{
padding-top:5px;
width:150px;
}
.profile .EditionProfile, .profile-edit .EditionProfile, .registration .EditionProfile, .reset-confirm .EditionProfile, .reset-complete .EditionProfile, .login .EditionProfile, .remind .EditionProfile{
color: #a70b1e;
text-decoration: underline #bebebe;
font-family: 'Raleway', sans-serif;
font-weight:bold;
padding-top:30px;
}
/**vente de gré à gré**************/
.boutonGAG{
clear: both;
width: 600px;
margin: 0 auto;
padding: 0em 0em 0em 0em;
}
.fondgag{
box-shadow: inset 1px 1px 5px 5px #e8e8e8;
background-color: #f4f4f4;
width:80%;
margin:0 auto;
}
p.descObjet{
font-weight:bold;
margin-top:05px;
}

 label.offreLabel,label#jform_montant-lbl, label#jform_comment-lbl, label#jform_cgv-lbl{
color: #a70b1e;
text-transform: uppercase;
font-weight: bold;
font-family: 'Oswald', sans-serif;
}

/**Formulaire visualisation profil***/
/*.profile h1{
display:none;
}*/
fieldset dl.dl-horizontal dt{
color: #a70b1e;
text-transform: uppercase;
font-weight: bold;
font-family: 'Oswald', sans-serif;} 
}
label.form_com_fields_newsletter0{
color:gren;
font-size:1em;
}

/**Formulaire modification profil***/

label#jform_name-lbl, label#jform_username-lbl, label#jform_password1-lbl, label#jform_password2-lbl,label#jform_email1-lbl, label#jform_email2-lbl, label#jform_com_fields_rs-lbl, label#jform_com_fields_adresse-lbl, label#jform_com_fields_adresse_suite-lbl, label#jform_com_fields_cl_cp-lbl, label#jform_com_fields_cl_ville-lbl, label#jform_com_fields_cl_pays-lbl, label#jform_com_fields_cl_tel_fixe-lbl, label#jform_com_fields_cl_tel_portable-lbl, label#jform_com_fields_newsletter-lbl, label#jform_params_language-lbl, label#jform_params_timezone-lbl{
color: #a70b1e;
text-transform: uppercase;
font-weight: bold;
font-family: 'Oswald', sans-serif;
} 
l/*abel#jform_params_editor-lbl, #jform_params_editor_chzn{
display:none;
}*/
#jform_params_editor{
display:none;
}
 /****Saisie/Consultation/Modification Offre******/
 form#adminForm.form-validate{
 width:90%;
 padding-top: 0em;
 margin:0 auto;
 }
/*Consultation d'une offre*/
 fieldset.fieldsform{
 background-color: #f4f4f4;
 }
p.GAGtitreForm{
font-size: 2.1em;
font-weight:bold;
color: #a70b1e;
text-decoration: underline #bebebe;
font-family: 'Raleway', sans-serif;
padding-left: 1.5em;
margin:0px;
}
div#contents{
margin-top:0px;
}
div#contents.content_offer{
margin-top:50px;
}
.boutonOffre{
float:right;
padding-bottom:10px;
margin-top:-40px;
}
.boutonOffreGauche ,.boutonOffreDroite{
float:left
}
.boutonOffreGauche .boutonSauve{
background-color: #ed882a;
padding: 5px 10px 5px 10px;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
font-size: 0.9em;
margin-right:10px;
} 
.boutonOffreDroite  .boutonCancel{
background-color: #a70b1e;
padding: 5px 10px 5px 10px;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
font-size: 0.9em;
margin-right: 10px;
}
.boutonOffre a {
color: white;
text-decoration:none;
}
.txtcom{
padding-left:150px;
}
.toolbar-list{
margin:0 0 0 0;
padding-left:0px;
}
.field-calendar{
float:left;
padding-right:10px;
}
table#grid-offers{
width : 100%;
border: 1px solid #bebebe;
border-collapse: collapse;
}
table#grid-offers td{
border: 1px solid #bebebe;
font-family: 'Oswald', sans-serif;
font-weight: 400;
font-size: 14px;
padding: 10px 0px 10px 0px;
}
table#grid-offers td.GAGList_LIBEVENT{
padding-left:10px;
}
table#grid-offers td.GAGList_LIBLOT{
padding-left:10px;
}
table#grid-offers td.GAGList_MTOFFRE{
padding-right:10px;
}
/*****Zone de message****/
#system-message-container{

}
.alert-message{
background-color:#e4cded;
padding:5px 0px 5px 10px;
}

div.nota{
padding : 15px 0px 0px 10px;
font-weight : bold;
}