ul#catParents {
	list-style-image:none;
	margin-left:10px;
	text-align:left;
	border-left:1px dotted RED;
	margin-top: 10px;
	}
ul#catParents li {
	display:block;
	margin-bottom:5px;
	}
	
ul#catParents li#libelle {
	margin-left:7px;
	}

ul#catParents li a {
	display:block;
	margin-left:7px;
	*position:relative;
	cursor:pointer;
	z-index:15px;
	text-decoration:underline;
	color:#DD4422;
	font-size:11px;
	}
	
ul#catParents li a:hover {
	color:black;
	}
	
table.tableau tr td:first-child { font-weight: bold;}




/* --- Spécifique média --- */

/* lg */
@media (min-width: 1200px) {
    
    
}

/* md */
@media only screen and (max-width : 1200px) {
    

}

/* sm */
@media only screen and (max-width : 992px) {
    
    
    
}

/* ms */
@media only screen and (max-width : 767px) {
   
    ul#catParents {margin:0; border-left:none; margin-top:10px;}
    ul#catParents li#libelle {margin-left:0;}
   
}

/* xs */
@media only screen and (max-width : 480px) {
    #wrap #content {padding: 0 !important;}
    

}

/* xxs */
@media only screen and (max-width : 350px) {
    
}

@media only screen and (max-width : 300px) {
    
    
}