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

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

.dbx-box {
	width:314px;
	float:left;
	margin-right:6px;
}

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

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

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

/* pied de la box */
.dbx-bottom{
	background-image: url(../images/box-bottom-rech.jpg);
	width:314px;
	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_conteneur_rech a.dbx-toggle, #box_conteneur_rech a.dbx-toggle-open:visited {
	height: 25px;
	width: 27px;
	background-position: 0 0;
}

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