/* CSS Document */

.texte_normal_blanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF
}

.texte_normal_gris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C5B60
}


.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #68676d;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */


a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFD600;
}
a:active {
	text-decoration: underline;
	color: #FFD600;
}

a.link_biens:link {
	color: #5c677d;
	text-decoration: none;
}
a.link_biens:visited {
	text-decoration: none;
	color: #5c677d;
}
a.link_biens:hover {
	text-decoration: underline;
	color: #ffdc00;
}
a.link_biens:active {
	text-decoration: underline;
	color: #ffdc00;
}

/*--------------------------------*/
a.2:link {
	color: #000000;
	text-decoration: underline;
}
a.2:visited {
	text-decoration: underline;
	color: #000000;
}
a.2:hover {
	text-decoration: none;
	color: #000000;
}
a.2:active {
	text-decoration: underline;
	color: #000000;
}




.inputbox
{
background-color:#FFFFFF;
color:#000000;
font-family: Tahoma;
font-size:10px;
}
.button
{
border: 1px solid #000000;
font-family: Tahoma;
font-size:10px;
color:#000000;
}


.infos-legales{
  width: 100%;
  font-family: Verdana;
  font-size: 11px;
}

.infos-legales td{
  padding-top: 4px;
  text-align: left;
  border-bottom: 1px dotted #333333;
}
