/********************************************* 
	Theme du menu principal 
 *********************************************/
	
/* Elements du 1er niveau */
.menu { 
	position: relative;
	display: inline-block;
	height: 64px;
	margin: auto;
	padding: 0;
	text-align: left;
	z-index: 499;
	background: url(/images/Scriptabitheme/background/bouton.png);
}

.menu .button {
	position: relative;
	display: block;
	height: 64px;
	width: 120px;
	padding: 0;
	float: left;
}

.menu .button a {
	display: block;
	position: relative;
	color: #ccc;
	font-size: 10pt;
	font-weight: bold;
	border: none 3px #f9f9f9;
	margin: 0 -1px;
	padding: 0;
	/*width: 100%;*/
	height: 100%;
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
.menu .button a:hover  {
	background: url(/images/Scriptabitheme/background/menu_hover.png) no-repeat top left;
	color: #fff;
}
.menu .button a img {
	display: block;
	/*float: left;*/
	margin: auto;
	/*top: 3px;
	left: 1px;*/
	width: 44px;
}
.menu .button a span {
	display: block;
	position: relative;
	/*width: 115px;*/
	/*height: 20px;*/
	margin: auto;
	padding: 0px 5px;
	/*top: 0; left: 0;*/
	text-align: center;
	
}

/* Elements du 2nd niveau */

.menu .button_childs {
	margin: 0px auto auto -40px;
	display: block;
	width: 200px;
}
.menu .button_childs .button {
	width: 100%;
	height: 26px;
}
.menu .button_childs .button a {
	border: none;
	background: url(/images/Scriptabitheme/background/bouton.png);
}
.menu .button_childs .button a:hover {
	background-color: blue;
}
.menu .button_childs .button a img {
	float: left;
	margin: auto;
	top: 3px;
	left: 1px;
	width: 24px;
}
.menu .button_childs .button a span {
	height: 10px;
	text-align: left;
	color: white;
	padding: 3px 2px;
}

/********************************************* 
	Theme du sous-menu
 *********************************************/
.submenu {
	font-size: 9pt;
	padding: 2px;
	margin: 0;
}
.submenu .button {
	display: block;
	width: 100%;
}
.submenu .button a {
	display: block;
	color: black;
	margin: 0 5px;
	padding: 2px 0;
	font-weight: bold;	
	border-bottom: dashed 1px #999;
}
.submenu .button a:hover {
	color: orange;
	border-color: orange;
}
.submenu .button a img {
	display: block;
	float: left;
}

.submenu .button a span {
	position: relative;
	margin: 0 0 0 6px;
	padding: 6px 2px;
}
/********************************************* 
	Theme du menu footer 
 *********************************************/
.footer {
	position: relative;
	text-align: left;
}
.footer .button {
	position: relative;
}
.footer .button a {
	position: relative;
	display: inline-block;
	color: black;
	font-size: 9pt;
	font-weight: normal;
	padding: 4px 4px 0 4px;
	margin: 0 2px;
	width: 92px;
	/*background: url(/images/Scriptabitheme/background/bouton.png);*/
}
.footer .button a:hover {
	/*background-color: black;*/
	/*color: #145a04;*/
	font-weight: bold;
}
.footer .button a img {
}
.footer .button a span {
}

.footer .button_childs {
	position: relative;
	width: 150px;
	margin: 0 0 0 -35px;
}
.footer .button_childs .button a {
	width: 100%;
	font-weight: bold;
	margin: 0;
	background: url(/images/Scriptabitheme/background/bouton.png);
	text-align: center;
	color: white;
}
.footer .button_childs .button a:hover {
	background-color: blue;
}
.footer .button_childs .button a img {
}
.footer .button_childs .button a span {
}
