body {
	margin: 0px;
	font-family:tahoma, verdana, arial;
	font-size: 11px;
	line-height:1.4em;
	background-image:url(../images/disign/deg_bg.gif);
	background-repeat:repeat-x;
	background-color: white;
}
input {
	font-size: 10px;
	cursor: pointer;
	font-weight:bold;
}
.top_option {
	color: white;
	font-weight:bold;
}
.top_except {
	font-weight:normal;
}
.top_option a {
	font-size: 10px;
	font-family: verdana;
	color: silver;
	text-decoration: none;
}
.top_option a:hover {
	color: lightgreen;
	text-decoration: none;
}

.title {
	font-weight: bold;
	text-transform:uppercase;
	color: #009900;
	font-size: 11px;
	padding: 0px 0px 0px 10px;
	cursor:pointer;
}
.title a  {
	color: #009900;
	font-size: 11px;
	text-decoration:none;
}
.title a:hover {
	color: black;
	text-decoration:none;
}

.td {
	padding: 2px;
}
a {
	color: black;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: silver;
}

.big_title {
	font-size: 12px;
	font-weight:bold;
	text-transform:capitalize;
}

.pdt {
	cursor: pointer;
	border: 1px solid white;
	padding: 1px;
}
.pdt:hover {
	color: darkgreen;
	border: 1px solid silver;
}

.invite {
	color: white;
}
.invite a {
	text-decoration: underline;
	color: #00CC33;
	font-weight: bold;
}
.invite a:hover {
	text-decoration: none;
	color: #00FF66;
}

#onglets {
	font: bold 11px tahoma;
	list-style-type:none;
	margin: 0px;
}
#onglets li {
	float: left;
	height: 18px;
	background-color: #F4F9FD;
	margin: 0px 2px 0 2px;
	border: 2px solid #FFF;
}
#onglets li.active {	
	background-color: white;
}
#onglets a {
	display: block;
	color: #666;
	text-decoration: none;
	padding: 4px;
}
#onglets a:hover{
	background: white;
}
form {
	margin: 0px;
}

.champ_error {
	background-color: yellow;
	color: #00CC33;
	border: 1px solid red;
	cursor:text;
	font-weight: bold;
}
.error {
	color:  red;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#filter{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 900px;
	background-color: #000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

.box 
{
	display: none;
	position: absolute;
	top: 5%;
	left: 10%;
	padding: 0;
	margin:10px;
	height:90%;
	width:70%;
	border: 1px solid black;
	background-color: white;
	z-index:11;
	overflow: auto;
}
.box img {
	cursor:pointer;
}

#box img {
	cursor:pointer;
}
.search {
	display:none;
}

.title2{
	border-bottom: 1px dotted white;
	background-image:url(../images/images/design_camimmo_01.gif);
	background-repeat:repeat-x;
	padding: 0 0 0 10px;
	height: 19px;
}

.title3 {
	color: #13AECA;
	font-weight:bold;
	font-family: tahoma;
	text-transform: uppercase;
	padding: 0 0 0 10px;
}

.stat {
	line-height:1.6em;
	color: #36B66D;
	font-size: 11px;
}
.stat a {
	text-decoration:underline;
	color: #1C653B;
	font-weight: bold;
}
.stat a:hover {
	color: #999999;
	text-decoration: none;
}
.stat li {
	border-bottom: 2px dotted white;
}
.except_link a {
	color: blue;
	text-decoration: none;
	font-weight:normal;
}
.except_link a:hover {
	color: black;
	text-decoration: none;
}

.div {
	display: none;
	border: 1px solid skyblue;
	padding: 3px;
}
.div_title {
	display: none;
}