.menuHorizontal {
	
}

.leftMenu {
	
}

#leftMenu {
	margin-top: 15px;
	margin-left: 10px;
}

#leftMenu A { /*color:#FFFFFF;*/
	
}

#leftMenu A:HOVER {
	text-decoration: none;
	color: red;
	font-weight: bold;
}

#leftMenu TD {
	font-weight: bold;
	/*color:#FFFFFF;*/
}

.leftMenuCursor {
	width: 30px;
	min-width: 30px;
	max-width: 30px;
}

#menuPrincipal {
	margin-top: 20px;
	width: 680px;
	margin-left: 213px;
	margin-right: auto;
}

#menuPrincipal A {
	
}

#menuPrincipal A:HOVER {
	text-decoration: none;
	color: #993333;
	text-align: center;
	font-weight: bold;
}

#menuPrincipal TD {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.onglet {
	width: 105px;
	min-width: 105px;
	max-width: 105px;
	height: 25px;
	min-height: 25px;
	max-height: 25px;
	color: #FFFFFF;
	background: url(../images/background_tab.png) no-repeat;
}

.onglet_selectionne {
	width: 105px;
	min-width: 105px;
	max-width: 105px;
	height: 25px;
	min-height: 25px;
	max-height: 25px;
	color: #FFFFFF;
	background: url(../images/background_selected_tab.png) no-repeat;
}

.onglet A {
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}

.onglet_selectionne A {
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}

.onglet_deconnection A {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

.box_header {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	height: 20px;
	min-height: 20px;
	max-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/box_header.png) no-repeat;
}

.box_separator { /*background:url(../images/separator.png) no-repeat;*/
	
}