/* entete des box */
.dbx-group, .dbx-box, .dbx-handle {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	border:0;
}

/* conteneur des box */
#box_annonces_rech {
	padding:0;
	margin:0;
	float:left;
	
}

.dbx-box {
	width:950px;
	float:left;
	margin-right:8px;
	margin-left:2px;
}

/* corps de la box */
#box_annonces_rech .dbx-content {
	background-image: url(../images/box-corps-annonces-rech.jpg);
	width:920px;
	font-family:verdana;
	font-size:11px;
	padding-top:2px;
	padding-left:15px;
	padding-right:15px;
}

/* entete de la box */
#box_annonces_rech .dbx-handle {
	background-image: url(../images/box-top-annonces-rech.jpg);
	width:926px;
	height:20px;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	padding-top:9px;
	padding-left:20px;
	color: #000;
}

#box_annonces_rech .dbx-handle img {
	border: 1px solid #FFF;
	margin-bottom:2px;
}

#box_annonces_rech .dbx-handle a.picto img {
	border: 0;
	margin: 0;
	vertical-align:bottom;
}

/* pied de la box */
.dbx-bottom{
	background-image: url(../images/box-bottom-annonces-rech.jpg);
	width:950px;
	height:19px;
}

/* box cursors */
.dbx-handle-cursor {
	cursor: move;
}






.dbx-box-open .dbx-content {
	display: block;
}

.dbx-box-closed .dbx-content {
	/* mettre block et enlever a.dbx-toggle du css pour les laisser tout le temps ouverte (sinon none)*/
	display: none;
}

/* images de la box */
a.dbx-toggle, a.dbx-toggle:visited {
	display: block;
	overflow: hidden;
	background-image: url(../images/toggle.gif);
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	margin-right:1px;
	margin-top:3px;
	padding-left:5px;
}


/* image + de la box */
#box_annonces_rech a.dbx-toggle, #box_annonces_rech a.dbx-toggle-open:visited {
	height: 25px;
	width: 27px;
	background-position: 0 0;
}

/* image - de la box */
#box_annonces_rech a.dbx-toggle-open, #box_annonces_rech a.dbx-toggle-open:visited {
	height: 25px;
	width: 27px;
	background-position: 0 -25px;
}

td.box_type_annonces {
	border: 1px dashed #FF9933;
	padding:5px;
	background-color:#FFF;
}

td.box_type_annonces:hover {
	border: 1px dashed #436976;
	background-color:#dee7ec;
}

td.box_type_annonces p.type_annonce {
	margin:0;
	font-weight:bold;
	font-size:13px;
	color: #436976;
	border-bottom:1px solid #FF9933;
	margin-bottom:4px;
}

td.box_type_annonces a {
	color : #436976;
	text-decoration:none;
}

td.box_type_annonces a:hover {
	color:#FF9933;
	text-decoration:none;
}

span.texte_objet_recherche {
	background-image:url(../images/fond_menu_on.gif);
}

#add_annonce {
	border: 1px dashed #FF9933;
	padding:10px;
	margin-left: 9px;
	margin-right:15px;
	margin-bottom:10px;
	display:none;
	background-image:url(../images/trame_texte.gif);
}

#box_annonces_rech td.tdbouton img{
	border:0;
}

#box_annonces_rech img{
	border: 1px solid #436976;
}

#box_annonces_rech a:hover img{
	filter: Alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	border: 1px solid #FF9933;
}

#box_annonces_rech td.zoom img{
	border:0;
}

#box_annonces_rech td.zoom {
	border: 0;
	padding:0;
}

#box_annonces_rech td.zoom:hover{
	filter: Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

p.url_log a {
	color : #436976;
	text-decoration:none;
}

p.url_log a:hover {
	color:#FF9933;
	text-decoration:underline;
}
