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

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

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

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

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

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

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

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

#box_logiciels p.nom_log {
	margin:0;
	font-weight:bold;
	font-size:13px;
	color:#FF9933;
}

#box_logiciels p.url_log {
	margin:0;
	font-style:italic;
	margin-bottom:15px;
}

#box_logiciels p.com_log {
	margin:0;
}

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

#box_logiciels 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;
}