@charset "utf-8";
/* CSS pour le menu déroulant des pages "Produits" */

#contenu span.topprod {
	display:block;
	background: url(images/accordeon-top.gif) no-repeat;
	width: 160px;
	height: 29px;
	}
#contenu span.toprecrut {
	display:block;
	background: url(images/accordeon-top-recrut.gif) no-repeat;
	width: 160px;
	height: 29px;
	}
#contenu span.topsol {
	display:block;
	background: url(images/accordeon-top-sol.gif) no-repeat;
	width: 160px;
	height: 29px;
	}
#contenu span.topform {
	display:block;
	background: url(images/accordeon-top-form.gif) no-repeat;
	width: 160px;
	height: 29px;
	}
#contenu span.topache {
	display:block;
	background: url(images/accordeon-top-achet.gif) no-repeat;
	width: 160px;
	height: 29px;
	}
#contenu span.topassi {
	display:block;
	background: url(images/accordeon-top-assist.gif) no-repeat;
	width: 160px;
	height: 29px;
	}
#contenu span.topactua {
	display:block;
	background: url(images/accordeon-top-actua.gif) no-repeat;
	width: 160px;
	height: 29px;
	}
#contenu span.toppros {
	display:block;
	background: url(images/accordeon-top-propos.gif) no-repeat;
	width: 160px;
	height: 29px;
	}
#contenu span.topcom {
	display:block;
	background: url(images/accordeon-top-com.gif) no-repeat;
	width: 160px;
	height: 29px;
	}
#contenu span.topcon {
	display:block;
	background: url(images/accordeon-top-contact.gif) no-repeat;
	width: 160px;
	height: 29px;
	}
#contenu span.toptelec {
	display:block;
	background: url(images/accordeon-top-telecharg.gif) no-repeat;
	width: 160px;
	height: 29px;
	}
#contenu span.topcraie {
		display:block;
		background: url(images/accordeon-top-craie.gif) no-repeat;
		width: 160px;
		height: 29px;
		}
/* Début : A supprimer après fusion des deux gammes Mimio */
	#contenu span.topxi {
		display:block;
		background: url(images/accordeon-top-xi.gif) no-repeat;
		width: 160px;
		height: 29px;
		}
	#contenu span.topclassroom {
		display:block;
		background: url(images/accordeon-top-classroom.gif) no-repeat;
		width: 160px;
		height: 29px;
		}
/* Fin : A supprimer après fusion des deux gammes Mimio */
#contenu span.bottom {
	display:block;
	background: url(images/accordeon-bottom.gif) no-repeat;
	width: 160px;
	height: 14px;
	}
	
#navigation_produits {
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	width: 160px;
	font: 10pt arial;
	}
#navigation_produits a, #navigation_produits span {
	display: block;
	padding: 3px 10px;
	color: black;
	text-decoration: none;
	background: #000 url(images/menu-item.png) left bottom no-repeat;
	}
#navigation_produits .toggleSubMenu a, #navigation_produits .toggleSubMenu span {
	background-image: url(images/menu-item-deroule.jpg);
	}
#navigation_produits .open a, #navigation_produits .open span {
	background-image: url(images/menu-item-enroule.jpg);
	}
#navigation_produits a:hover, #navigation_produits a:focus, #navigation_produits a:active {
	text-decoration:underline;
	}
#navigation_produits a:focus {
	text-decoration:none;
	font-weight:bold;
	color:white;
	}
#navigation_produits .subMenu {
	font-size: 9pt;
	background: #ccc url(images/subMenu.jpg) 0 0 repeat-x;
	margin: 0;
	padding: 0 0 0 24px;
	list-style-image : url(images/accordeon-puce.gif);
	}
#navigation_produits ul.subMenu a {
	background: none;
	padding: 1px 3px;
	color: #4D4D4D;
	}
