ul.boxy li { margin: 0px; }
#boxes {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin-left: 40px;
	padding: 0px;
	width: 90%;
}
#boxes li {
	cursor: move;
	position: relative;
	float: left;
	margin: 8px 8px 0px 0px;
	border: 1px solid #000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width:80px;    
}

#groupes input[type="submit"], #groupes input[type="button"], #groupes .bouton{
	border-width:3px;
	border-style:outset;
	padding:2px;
	font-weight:700;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:14px;
}
#groupes input[type="submit"]:hover, #groupes input[type="button"]:hover, #groupes .bouton:hover{
	cursor:pointer;
}

.bloc{
	width:607px;
	background-repeat:repeat-y;
	color:#FFF;
	font-size:13px;
	text-align:center;
	margin-bottom:10px;
	overflow:hidden;
}
.bloc .top{
	width:607px;
	height:35px;
	padding-top:9px;
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	text-align:center;
	font-weight:700;
	font-size:15px;
}
.bloc .bottom{
	width:607px;
	height:17px;
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	clear:both;
}
.bloc p{
	width:580px;
	margin:auto;
	text-align:left;
}

.dossier-petit{
	background-repeat:no-repeat;
	width:110px;
	height:134px;
}

.dossier-grand{
	background-repeat:no-repeat;
	width:194px;
	height:211px;
}