body {
	background-color: #1E1E1E;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #8A7A68;
	font-size: 14px;
}


a:link {
	color: #8A7A68;
	text-decoration: none;
}
a:visited {
	color: #8A7A68;
	text-decoration: none;
}
a:active {
	color: #8A7A68;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.more_info  {
	font-size: 8pt;
	cursor: pointer;
	text-decoration: underline;
}

.souligne {
	text-decoration: underline;
}

.rouge {
	color: red;
	font-weight: bold;
	font-size: 8pt;
}
.vert {
	color: green;
	font-weight: bold;
	font-size: 8pt;
}

.mail a {
	text-decoration: underline;
}

.Style1 {
	color: #8A7A68;
}
.Style2 {
	color: #8A7A68;
	font-family: Arial, Helvetica, sans-serif;
}
.Style3 {
	font-size: 10pt;
}
.Style4 {
	color: #FFFFFF;
}
.style5 {
	font-size: 8px;
}
.Style6 {
	font-size: 8pt;
}

.contour_tab {
	border: 1px solid;
}
.tab_entete {
	font-weight: bold;
}
.contour_photo_sold{
	font-size: 20pt;
	color: #ffffff;
	/*font-weight: bold;*/
}
.contour_photo_sold_2{
	position: absolute;
	left: 400px;
	top: 500px;
	font-size: 30pt;
	color: #ffffff;
	/*font-weight: bold;*/
}

.tab_liste {
	background-color: #31302e;
	border-width:1px; 
	border-style:solid;
	border-collapse:collapse;
 }
.tab_liste td { 
	border-width:1px;
	border-style:solid;
 }

#filtre_popup {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/*height: 100%*/
	background-color: black;
	z-index: 90;
}
#contenu_popup  {
	position: absolute;
	padding: 10px;
	top: 15px;
	width: 900px;
	background-color: #ffffff;
	z-index: 91;
}

#filtre_popup2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/*height: 100%*/
	background-color: black;
	z-index: 92;
}
#contenu_popup2  {
	position: absolute;
	padding: 10px;
	top: 15px;
	width: 550px;
	background-color: #ffffff;
	z-index: 93;
}


.newsletter_textarea {
	background-color: #000000;
	color: #7f7a67;
}