.worIconeParagraphe {
	position:relative; /* fix bug floating ie6 */	
	text-align:left;
}

.worIconeParagraphe .clear {clear:both;}


.worIconeParagraphe .pfm_add {
	background:#fff url('../../BackOffice/images/wor_paragraphe_create.gif') no-repeat left center;
}

.worIconeParagraphe .pfm_add_col {
	background:#fff url('../../BackOffice/images/wor_paragraphe_colonne_create.gif') no-repeat left center;
}

.worIconeParagraphe .pfm_edit_col {
	background:#fff url('../../BackOffice/images/wor_paragraphe_colonne_modif.gif') no-repeat left center;
}

.worIconeParagraphe .pfm_edit {
	clear:left;
	background:#fff url('../../BackOffice/images/wor_paragraphe_edit.gif') no-repeat left center;
}

.worIconeParagraphe .pfm_up {
	background:#fff url('../../BackOffice/images/wor_paragraphe_up.gif') no-repeat left center;
}

.worIconeParagraphe .pfm_down {
	background:#fff url('../../BackOffice/images/wor_paragraphe_down.gif') no-repeat left center;
}

.worIconeParagraphe .pfm_right {
	background:#fff url('../../BackOffice/images/wor_paragraphe_right.gif') no-repeat left center;
}
.worIconeParagraphe .pfm_left {
	background:#fff url('../../BackOffice/images/wor_paragraphe_left.gif') no-repeat left center;
}

.worIconeParagraphe .pfm_del {
	background:#fff url('../../BackOffice/images/wor_paragraphe_delete.gif') no-repeat left center;
}

.worIconeParagraphe ul {
	position:relative; /* fix bug floating ie6 */	
	clear:both;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}

.worIconeParagraphe li {
	float:left;
	margin:0;
	padding:0;		
} 

.worIconeParagraphe a {
	display:block;	
	width:20px;
	text-decoration:none;
	color:#000;
	padding:3px 2px;
	/*padding-left:25px;*/
	margin:2px;	
	border:2px outset #ddd;	
	font-size:12px;
	text-align:left;	
}

.worIconeParagraphe a:hover {	
	border:2px inset  #ddd;	
}

/* Gestion Cartouche */
#cartouche {
	width:800px;
	margin:auto;
	margin-top : 10px;
}

#cartouche .bloc_cartouche {
	text-align:left;
	float:left;
	width:22%;
	height:105px;
	border:2px groove #fff;		
	margin:0 2px;		
	background-color:#ccc;
}

#cartouche #cartouchip {
	width:29%;
}

#cartouche h2 {
	margin:3px;
	padding : 0;
	color : #000;
	font-size:14px;
	text-align:center;
	border-bottom:1px dotted #000;
}	

#cartouche dl {
	width: 95%;
	margin: 0 0 0 0;
	padding: 0;
	clear:both;
}

#cartouche dt {
	float: left;
	margin: 0 0 0 0;
	font-weight: bold;
	padding: 2px;
}

#cartouche dd {
	float: left;
	margin: 0 0 0 0;
	padding: 2px;
}

#cartouche ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

#cartouche li {
	width:95%;
	margin:auto;
} 

#cartouche a {
	display:block;	
	text-decoration:none;
	color:#000;
	margin:2px 0;	
	border:2px outset #fff;	
}

#cartouche a:hover {	
	border:2px inset  #fff;	
}