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

/* conteneur des box */
#box_accueil {
	padding:0;
	margin:0;
	float:left;
	margin-top:1px;
	margin-left:5px;
}

#box_accueil .dbx-box {
	width:679px;
	float:left;
	margin-right:0px;
	margin-left:0px;
}

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

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

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

/* pied de la box */
#box_accueil .dbx-bottom{
	background-image: url(../images/box-bottom-accueil.jpg);
	width:679px;
	height:19px;
}

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






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

#box_accueil .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 */
#box_accueil 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_accueil a.dbx-toggle, #box_accueil a.dbx-toggle-open:visited {
	height: 25px;
	width: 27px;
	background-position: 0 0;
}

/* image - de la box */
#box_accueil a.dbx-toggle-open, #box_accueil 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);
}

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

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

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

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

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