@charset "UTF-8";
/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(../../images/black_arrow.png);
	font-size:11px;
	height:70px;
	width:160px;
	padding:25px;
	vertical-align: bottom;
	letter-spacing:1px;
	color:#fff;
	z-index:99999999;
	border:#F00 solid 0px;
}
/* style the trigger elements */
#demott img {
	border:0;
	cursor:pointer;
	margin:0 8px;
	z-index:999999;
	border: #C0F solid 0px; /* rose */
}
/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	width:588px;
	height:460px;
	overflow-y:auto;
	overflow-x:hidden;
	border: #C0F solid 0px; /* rose */
	margin: 25px 0 0 25px; /* top right bottom left */
}
/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap2 {
	height:460px;
	overflow:hidden;
	border: #C0F solid 0px; /* rose */
	margin: 25px 0 0 0; /* top right bottom left */
}
/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap3 {
	height:460px;
	overflow:hidden;
	border: #C0F solid 0px; /* rose */
	margin-top: 25px; /* top right bottom left */
}
/* EDITEUR WYSIWYG */
.apple_overlay {
	display:none;
	font-size:11px;
	width:640px;
	border: #C0F solid 0px; /* rose */
}
.close  {
	background-image:url("../../images/close.png");
	cursor:pointer;
	height:35px;
	position:absolute;
	right:5px;
	top:5px;
	width:35px;
}
/* EDITEUR WYSIWYG */
#overlay {
	background-image:url("../../images/transparent-overlay.png");
	color:#efefef;
	height:450px;
	border: #C0F solid 0px; /* rose */
}
/* listing annonce */
#overlay2 {
	background-image:url("../../images/transparent-overlay.png");
	color:#efefef;
	height:450px;
}
/* RAPPORT */
#overlay3 {
	background-color:#FFF;
	color:#000;
	height:300px;
}
/* root element for scrollable */
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	/* vertical scrollables have typically larger height than width but not now */
	height: 665px;
	width: 630px;
	border: #06F solid 0px; /* bleu */
}
/* root element for scrollable items */
.scrollable .items {
	position:absolute;
	/* this time we have very large space for the height */
	height:20000em;
	border: #390 solid 0px; /* vert */
}
.item {
	text-align:left;
	border: #F00 solid 0px; /* rouge */
}
.item fieldset {
	width:550px;
	border: #CCC solid 1px; /* rouge */
}
.item div div {
	text-align:left;
	font-weight:normal;
}
.item div div table {
	width:550px;
	border: #F00 solid 0px; /* rouge */
}
.item div div table tr th {
	padding: 2px; /* top right bottom left */
	width:105px;
	color:#666;
	background-color:#E9E9E9;
	text-align:right;
	border: #F00 solid 0px; /* rouge */
}
.item div div table tr td {
	padding: 2px; /* top right bottom left */
	color:#333;
	background-color:#FFF;
	text-align:left;
	border: #F00 solid 0px; /* rouge */
}
.item div div table tr td font {
	color: #C00;
}
#actions table {
	border: #000 solid 0px; /* noir */
	width:588px;
}
#actions table tr td {
	padding: 2px 0 2px 0; /* top right bottom left */
	border: #000 solid 0px; /* noir */
	background-color:#333;
	color:#CCC;
	text-align:center;
	font-weight:normal;
}
#actions table tr td strong {
	color:#FFF;
}
#actions a {
	color:#999;
	text-decoration:none;
}
#actions a:hover {
	color:#FFF;
	text-decoration:none;
}

