/*CORPS DU MENU*/
body {
background: #ffffff;
scrollbar-arrow-color : #f7f6fb;
scrollbar-track-color : #5b75d4;
scrollbar-shadow-color : #f7f6fb;
scrollbar-face-color : #5b75d4;
scrollbar-highlight-color : #f7f6fb;
scrollbar-darkshadow-color : #f7f6fb;
scrollbar-3dlight-color : #5b75d4;
}

.hide
{
	display: none;
}

.show
{
	
}

/*BORDURE MENU*/
.bordure_cat {
	border-top: #0099FF 1px solid;
	border-bottom: #0099FF 1px solid;
	cursor: hand
}

.bordure_cat_g {
	border-left: #0099FF 1px solid;
	border-top: #0099FF 1px solid;
	border-bottom: #0099FF 1px solid;
	cursor: hand
}

.bordure_cat_d {
	border-right: #0099FF 1px solid;
	border-top: #0099FF 1px solid;
	border-bottom: #0099FF 1px solid;
	cursor: hand
}

/*RUBRIQUES MENU*/
.cat_titre_nonselect {
	text-align: left;
	background-color: #ffffff;
	font-family : "Franklin Gothic Medium";
	font-size : 17px;
	font-weight : normal;
	font-variant: normal;
	color : #33adfe;
	cursor: hand;
	text-decoration:none
}

.cat_titre_select {
	text-align: left;
	background-color: #ffffff;
	font-family : "Franklin Gothic Medium"; 
	font-size : 17px;
	font-weight : normal;
	font-variant: normal;
	color : #33adfe;
	cursor: hand;
	text-decoration:none
}

/*SOUS MENU*/
.sousmenu {
	background-color: #03b3f2;
	color : #ffffff;
	font-family : "Franklin Gothic Medium";
	font-size : 15px;
	font-weight : normal;
	font-variant : normal; 
	border-right: #000099 1px solid;
	border-top: #000099 1px solid;
	border-left: #000099 1px solid;
	border-bottom: #000099 1px solid;
	text-decoration:none
}

.sousmenu_select {
	background-image: url(../images/bgcolor.gif);
	font-weight : bold;
	border-right: #000099 1px solid;
	border-top: #000099 1px solid;
	border-left: #000099 1px solid;
	border-bottom: #000099 1px solid;
	cursor: hand
}

.sousmenu_nonselect {
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-right: gray 1px solid;
	border-bottom: gray 1px solid;
	color: #ffffff;
	cursor: hand
}