/************************************************************************************/
/**********************************************************************************/
/************************************************************************ BALISES */
html, body {
	margin: 0;
	padding: 0;
	background: #000000;
	text-align: center; /* corrige centrage IE */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-arrow-color :#FFF;
	scrollbar-track-color :#000;
	scrollbar-base-color :#999;
	scrollbar-3dlight-color :#000;
	scrollbar-highlight-color : #000;
	scrollbar-shadow-color : #000;
	height: 100%
}

h1 {
	font-size: 1.8em;
	color: #999;
	margin: 20px 20px 30px 20px;
	border-bottom: 1px solid #ccc;
	font-style: italic;
}

hr {
	height: 1px;
	color: #999;
	background-color: #999;
	border-top: 1px solid #999;
}

code{
	display: block;
	text-align: left;
	font-size: 11px;
	padding: 10px;
	background: #EEE;
	border: 1px solid #CCC;
}
/**********************************************************************************/
/**********************************************************************************/
/************************************************************************ CLASSES */
/* BORD NOIR */
.borderBlack{
	display: block;
	border: 1px solid black;
}
/* ALPHA 50 */
.a50{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
/* NUANCES DE GRIS */
.gray{
	filter: gray();
}
/* FLOTTEMENTS */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
/* CLEAR */
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}
/* COMMENTAIRE */
.comment {
	display: inline;
	font-style: italic;
	color: #666;
}
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
#global {
	position: relative;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: auto;
	/*min-height: 100%;*/
	text-align: left;
	background: white  no-repeat 0% 100%;
	padding-bottom: 120px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	display: inline-table
}
#global:after{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #global {
	height: 100%;
}
#global {
	display: block;
}
/* BANDEAU */
#haut { 
	background-image: );
	width: 780px;
	height: 140px;
	background-color: #ccc;
	background-repeat: no-repeat;
	text-align: center
}
/* IMAGE SOUS BANDEAU */
#haut2 {
	display: block;
	width: 780px;
	height: 66px;
	background-image: ;
	background-repeat: no-repeat
}
/* NAVIGATION PRINCIPALE */
#menu {
	width: 740px;
	text-align: center;
	float: left;
	margin: 122px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

#haut #menu a:link, #haut #menu a:visited{
	color: #DDD;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

#haut #menu a:hover{
	color: #FC0;
}
#haut #menu a:active{
	color: #FFE57F;
}

/* TEASING LINKS */
#teasingLinks{
	color: white;
	font-size: 11px;
}
#teasingLinks a:link, #teasingLinks a:visited {
	color: #DDD;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 5px;
}
#teasingLinks a:hover, #teasingLinks a:active {
	color: #FC0;
}
/*******************************************************************************/
/******************************************************************* MENU FAQ */
#faq { 
	float: right;
	background: #FCFCFC;
	width: 200px;
	height: auto;
	font-size: 0.9em;
	text-align: left;
	margin: 10px 5px;
}
#faq #content{
	padding: 5px 5px 15px 5px;
	border: 1px solid #CCC;
}
#faq h1{
	padding: 4px;
	margin: 0px;
	font-size: 11px;
	background: black;
	color: #FC0;
	border-bottom: 1px solid #CCC;
}
#faq hr{
	height: 1px;
	line-height: 1px;
	color: #999;
	background-color: #999;
	border: 1px dashed #999;
}
#faq a{
	height: 24px;
	line-height: 24px;
	display: block;
}
#faq a:link, #faq a:visited{
	color: #666;
}
#faq a:hover, #faq a:active{
	text-decoration: none;
	color: #333;
}
/*******************************************************************************/
#titre {
	float: right;
	width: 55%;
	padding: 7px;
	background-color: #000;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}

#descro { 
	float: right;
	padding: 7px;
	width: 55%;
	margin-top: 20px;
}
/************************************************************************/
/*********************************************************** MENU AIDE */
#menujs {
	float: left;
	width: 210px;
	min-height: 100%;
	height: auto;
	padding-left: 20px;
	margin: 0px 0px;
}
html>body #menujs{
	height: auto;
	width: 170px;
}

#menujs ul{
	padding: 0px;
	margin: 0px;
/*border: 2px solid #A2AD00;*/
}
html>body #menujs ul{
	height: auto;
	width: 100%;
}

#menujs li{
	list-style-type: none;
	background: #EEE;
}
/**********************************************************/
/********************************************* RUBRIQUES */
a.linkMenu:link, a.linkMenu:visited{
	display: block;
	color: #FFF;
	background: black  no-repeat;
	width: 100%;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #666; padding-left:20px; padding-right:4px; padding-top:2px; padding-bottom:2px
}

a.linkMenu:hover, a.linkMenu:active {
	display: block;
	color: #FC0;
	background: #666  no-repeat;
	text-decoration: none;
	font-weight: normal

}
a.linkMenu2:link, a.linkMenu2:visited, a.linkMenu2:hover, a.linkMenu2:active {
	display: block;
	color: #000;
	background: #B3C000 no-repeat;
	width: 100%;
	text-decoration: none;
	font-weight: bold; padding-left:20px; padding-right:4px; padding-top:2px; padding-bottom:2px
}
/**********************************************************/
/******************************************** SOUS-MENUS */
a.subLink:link, a.subLink:visited {
	display: block;
	color: #000;
	width: 100%;
	background: #CDCDCD url('partage/images/vente-privee/bg_menu_4.gif') no-repeat;
	margin: 0px;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid white; padding-left:20px; padding-right:4px; padding-top:4px; padding-bottom:4px
}

a.subLink:hover {
	background: #CDCDCD no-repeat;
	text-decoration: none;
	font-weight: normal
}
/*********************************************************************************/
/******************************************************************* BLOCS AIDE */
#aide {
	width: 525px;
	float: right;
	padding: 0px 20px;
	margin: 0px;
	text-align: justify;
	/*min-height: auto;
	height: auto;*/

}
#aide a{
	font-size: 1em;
	font-weight: normal;
}

html>body #aide{
	height: auto;
}
#aide ul{
	padding: 0px;
	margin: 0px;
}
#aide ul li{
	padding-left: 16px;
	margin-top: 10px;
	background: no-repeat 0px 5px;; list-style-type:none
}

#aide #menu_cgv{
	padding: 0px;
	margin: 20px;
}
#aide #menu_cgv li{
	padding: 0px;
	margin: 0px;
	background: none;
}
#aide #menu_cgv li a{
	padding-left: 10px;
	background:  no-repeat 0px 50%;
}
#aide #menu_cgv li a:hover{
	text-decoration: none;
	border-bottom: 1px solid #FFCC00;
}
#aide h2{
	font-size: 12px;
	color: #666;
	border-bottom: 1px solid #CCC;
	background:  no-repeat 0px 50%;
	padding-left: 10px
}
/**********************************************************************************/
/*********************************************************************** BLOCS V2 */
#V2 {
	float: left;
	width: 490px;
	font-size: 1em;
	color: #333;
	margin-left: 10px;
	text-align: justify;
	min-height: 100%;
}
html>body #v2{
	margin-left: 20px;
}
#V2titre {
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
	padding-left: 16px;
	font-size: 15px;
	font-weight: bold;
	vertical-align: baseline;
	color: black;
	border-bottom: 1px solid #CCC;
	background:no-repeat 0px 50%;
}

.V2subtitle {
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	vertical-align: baseline;
	color: black;
	border-bottom: 2px solid #CCC;
	background:  no-repeat 0px 50%;; padding-left:16px; padding-right:16px; padding-top:4px; padding-bottom:4px
}

#V2 a:link, #V2 a:visited {
	color: #666;
	text-decoration: none;
}
#V2 a:hover {
	color: #333;
	text-decoration: underline;
}
#v2 ul{
	padding: 0px;
	margin: 0px;
}
#v2 ul li{
	padding-left: 16px;
	margin-top: 10px;
	background:  no-repeat 0px 5px;; list-style-type:none
}
#annonce_vte{
	width: 480px;
	border: none;
	padding: 10px;
	margin-bottom: 30px;
	background: #FCFCFC;
}
#annonce_vte .comment{
	font-size: 14px;
}
#date_vte ul li{
	width: 480px;
	list-style: none;
	background: none;
	padding: 5px 0px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: left;
}
/**********************************************************************************/
#bas {
	clear: both;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	background: #FFF no-repeat 0% center;
	height: 120px;
	text-align: center
}
/* Hack largeur IE */
html>body #bas{
	width: 780px;
}
/*FORMS*/

label {
	width: 12em;
	float: left;
	text-align: right;
	margin: 0 1em 10px 0;
	clear: both;
}

.input-box {
	border: 1px black solid;
	background-color: #EBEBEB;
	margin-bottom: 10px;
}

.submit-button {
	margin-top: 2em;
	margin-left: 13.5em;
	clear: both;
} 

.box {
	border: 0px;
	background-color: transparent;
}

/*FORMS*/

#erreur {
	color: red;
	text-align: center;
}

#vendu {
	color: red;
	height: 200px; 
	width: 200px;
	background-color: #CCC;
}

#Popuptitre {
	background-color: #fff;
	color: #000;
	border-bottom: 1px black solid;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
}

#Popup{
	width: 400px;
	height: 210px;
	background-color: #fff;
	font-size: 12px;
	padding : 15px;
	border-color: #E5E5E5;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 0px
}
#Popupbas {
	background-color: #000;
	width: 400px;
}
/* Texte fiche article (bas) */
.txtmarketpetit{
	color: black;
	font-size: 12px;
	font-weight: bold;
}
.txtmarketpetit a:link, .txtmarketpetit a:visited {
	color: #C00;
	font-size: 12px;
	font-weight: bolder;
}
/*cad*/
.titreboite {
	color: white;
	background-color: #000;
	font-weight: bold;
	font-size: 14px;
}

.cadfonce{
	color: white;
	background-color: #000;
	font-weight: bold;
	font-size: 14px;
}

.cadclair, .prxsouscateg, .caddyptitbleu {
	font-size: 12px;
	background-color: #eee;
}

.cadpt, .txt1 {
	font-size: 9px;
	font-weight: normal;
}

.cadprix {
	color: #fff;
	background: black;
	font-weight: bold;
}

#cadvide {
	width: 500px;
	height: 300px;
	margin-left: 138px;
	margin-right: 138px;
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 20px;
	background-color: #fff;
	text-align: center;
}
.cadinfo{
	color: #000;
	font-size: 12px;
}
.cadinfo a:link, .cadinfo a:visited{
	font-size: 11px;
	text-decoration: underline;
	color: #666;
}
.popfrais{
	font-size: 12px;
	color: white;
	background: black;
	padding: 2px 4px;
}
/* texte TOTAL etc... */
.cadlig {
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	border-bottom: 0px #CCC dotted;
}

#errormessage {
	color: red;
	display: inline;
	text-align: center;
}

.tableMenu1 {
	font-size: 13px;
	width: 180px;
	margin-right: 20px;
}

th {
	color: #fff;
	background-color: #000;
	height: 19px;
	vertical-align: middle;

}
.subMenu1 {
	display: none;
}
.subMenu2 {
	display: block;
	background-color: #eee;
}

.aideli {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.aideli ul{
	padding: 0px;
	margin: 0px;
}

.aideli li {
	background-image: url('partage/images/vente-privee/aide_puce.gif');
	margin: 0px;
	background-repeat: no-repeat;
	background-position:  0.5em 50%;
	color: #708437;
	text-decoration: none;
	font-size: 12px; padding-left:15px; padding-right:0px; padding-top:0px; padding-bottom:0px
}

/* SELECTEURS */

a:link, a:visited {
	color: #666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a:hover, a:active{
	color: #990000;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

/* HISTORIQUE DES VENTES */
#V4 {
	width: 738px;
	font-size: 1em;
	margin-left: 20px;
	min-height: 100%;
}
#histo_vte{
	width: 500px;
}
#histo_vte td{
	vertical-align: top;
	text-align: left;
	border-top: 1px solid black;
	padding-bottom: 20px;
}
#histo_vte ul{
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align: left;
}
#histo_vte ul li{
	width: 100%;
	text-align: left;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background: #CCC;
	padding: 4px;
}