/* CSS Document */


/** def générales **/
.menuItem
{
	height:15px;
}
.sitem
{
	float:left;
}


/**Conteneurs principaux **/
#secondaryBarContainer
{
	clear:both;
	float:left;
	height:18px;
	width:718px;
}

.menuLink{
	color:#014336;
	text-decoration:none;
}

.menuLinkOver{
	color:#FFFFFF;
	text-decoration:none;
}


/** Etats normaux des éléments**/
.menuItemText
{
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
}

.smenuItemText
{
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	color:#014336;
	cursor:pointer;
	background-color:#578F39;
	border-top:solid 1px #C2D7B8;
	height:15px;
}

.special
{
	color:#003300;
	background-color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}


/** Etats de survols des éléments**/
.menuItemTextOver
{
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
	background-color:#82B51E;

}
.smenuItemTextOver
{
	color:#FFFFFF;
}

.menuItemTextOverSpecial
{
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
	background-color:#82B51E;
	font-weight:bold;
}



/** séparateurs **/
.spacer
{
	margin:0px;
	padding:0px;
	background-image:url(../images/menu/spacer.gif);
	background-repeat:repeat-y;
	width:1px;
	height:14px;
	float:left;
}
.spacer2
{
	margin:0px;
	padding:0px;
	background-image:url(../images/menu/spacer2.jpg);
	background-repeat:repeat-y;
	width:1px;
	height:16px;
	float:left;
}

/** curseurVert **/
.pointeur
{
	float:left;
	clear:left;
}


/** item de niveau 0 **/
#item1
{
	width:124px;
	height:14px;
}
#item2
{
	width:144px;
	height:14px;
}
#item3
{
	width:144px;
	height:14px;
}
#item4
{
	width:100px;
	height:14px;
}
#item5
{
	width:116px;
	height:14px;
}
#item6
{
	width:86px;
	height:14px;
}



.sousItem{
	/*height:30px;*/
	height:30px;
	/*border:solid 1px red;*/
}

/** items de sous niveau **/
#sitem1_1
{
	width:130px;
}
#sitem1_2
{
	width:180px;
}

#sitem2_1
{
	width:120px;
}
#sitem2_2
{
	width:120px;
}
#sitem2_3
{
	width:160px;
}

#sitem4_1
{
	width:220px;
}
#sitem4_2
{
	width:166px;
}
#sitem4_3
{
	width:46px;
}
#sitem4_4
{
	width:66px;
}
#sitem4_5
{
	width:66px;
}
#sitem4_6
{
	width:86px;
}
#sitem4_7
{
	width:46px;
}

#sitem6_1
{
	width:70px;
}
#sitem6_2
{
	width:150px;
}
#sitem6_3
{
	width:110px;
}


