/* list-style: pos1 pos2 po3;

 *    parameter:

 *               pos1: none | disc | circle | square

 *               pos2: inside | outside

 *               pos3: none | url('arrow.gif')

 * more info under: http://www.w3schools.com/css/css_list.asp

 */

/*RAJOUT SOPHIE*/

.xmap {
margin:10px;
padding:10px;
}
.xmap ul li a {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}
.xmap ul li a:hover {
	color:#cd0278;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.xmap ul li ul {
	display		: block;
	list-style	: none;
	padding		: 0;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	font-weight: bold;
}

.xmap ul li ul li{
	padding		: 0;
	background	: transparent;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	list-style	: none;
}


.xmap ul li ul li a {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
.xmap ul li ul li a:hover {
	color:#cd0278;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

.menutitle{
	color:#cd0278;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:20px;
	font-weight: bold;
}
	
.componentheading{
	color:#00abad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;	
	margin-bottom:10px;
	margin-top:10px;
	font-weight: bold;
	}
/*___________________*/


.xmap ul {
	display		: block;
	list-style	: none;
	padding		: 0;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	font-weight: bold;
}

.xmap ul li {
	padding		: 0;
	background	: transparent;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	list-style	: none;
}

.xmap a img {

	border		: none;

}

/*.xmap ul.level_0 ul {

	padding		: 0;

}

.xmap ul.level_1 li {

	padding		: 0 0 0 2em;

}*/

.xmap .active {

	font-style	: italic;

}
