
.boxBody a { font: 12pt "Handlee", cursive; color: black; font-variant: normal; font-weight: normal; text-decoration: none; font-style: normal;}
.boxBody a:hover {
	text-decoration:none;
	text-shadow: 0px 0px 9px #777;
	color: #fff;

}

.boxBody a:active { text-decoration:none;
 text-shadow: 0px 0px 9px #777;
  color: #fff;}

.boxBody a:visited { z-index: 100; font-style: italic;}

#tabMenu {
/*	margin-left: 6px;  */

	width: 200px;
	list-style:none;
	z-index: 1;
}
#tabMenu li {

	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	float:left;
	height:32px;
	width:32px;
	cursor:pointer;
	background-position: center center;
	border-color: #F5AE71;
	border-style: none;
}

#tabMenu li:first-child { margin-left: 9px; }
#tabMenu li:last-child { margin-right: 5px; }

#tabMenu li:hover {opacity: 0.5;}

#tabMenu li.selected {
	border-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 0px;
	border-top-width: 2px;
	background-position:0 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 0px;
}

#tabMenu li.home {background:url() no-repeat 0 0px;}
#tabMenu li.home.selected { border: none 0px; box-shadow: none; padding-right: 4px;}
#tabMenu li.contact {background:url(../images/contact.png) no-repeat 0 0px;}
#tabMenu li.recherche {height: 32px; width: 32px; background:url(../images/loupe.png) no-repeat 0 0px;}
#tabMenu li.cadi {background:url(../images/cadi.png) no-repeat 0 0px;}
#tabMenu li.telechargement {background:url(../images/telechargement.png) no-repeat 0 0px;}

.boxBody li h1 {
	padding: 5px;
	font-size: 25px;
}

.boxBody li p {
	font: 12pt "Handlee", cursive;
}

/*
li.mouseover {background-position:0 0;}
li.mouseout {background-position:0 -32px;}
*/

.box {margin-top: 20px; width: 200px;}
.boxBody {
	z-index: 100;
	width: 196px;
	border-radius: 5px;
	background-color: #F5AE71;
	box-shadow: 1px 1px 3px #000;

}
.boxBottom {height:11px;}

.boxBody div.parent {display:none;}
.boxBody div.show {display:block;}

.boxBody div ul {
	padding-left: 5px;
	padding-bottom: 0;
	padding-right: 5px;
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 0;
	width: 190px;
/* list-style-image:url(../images/arrow.gif); */
}

.boxBody div li {
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	border-bottom:1px dotted #FFECA0;
	cursor:hand;
	cursor:pointer;
}


.boxBody div ul li:last-child {border-bottom:none}
.boxBody div li span {font-size:8px;font-style:italic;}
