/*Frame du haut*/
.topBody
{
	background-color: #FFE7A8;
	background-image:URL(./images/topfond.gif);
	margin: 0px 0px 0px 0px;
}
.topFondOnglet
{
	margin: 0px 0px 0px 0px;
	background-image:URL(./images/topfondmenu.gif);
	height:25px;
	padding-left:5px;
}
.topMenuActif
{
	text-align:center;
	font-family:Arial;
	font-size:10px;
	color:#7E3200;
	font-weight:bold;
	border:solid 1px #7E3200;
	background-color:#F6EFD5;
	width:70px;
}
.topMenuInactif
{
	text-align:center;
	font-family:Arial;
	font-size:10px;
	color:#7E3200;
	width:70px;
}
.topMenuInactif_A
{	
	font-family:Arial;
	font-size:10px;
	color:#7E3200;
	font-weight:bold;
	text-decoration:none;
}
.topMenuSeparator
{
	font-family:Arial;
	font-size:10px;
	color:#7E3200;
	font-weight:bold;
}



/*Frame de gauche*/
.leftBody
{
	margin: 0px 0px 0px 0px;
	background-color: #FFE7A8;
	/*background-image:URL(./images/leftfond.gif);*/
}
.leftMenuActif
{
	text-align:left;
	font-family:Arial;
	font-size:10px;
	color:#7E3200;
	font-weight:bold;
	height:20px;
	border:solid 1px #7E3200;
	background-color:#F6EFD5;
}
.leftMenuInactif
{
	border-left: solid 1px #FFE7A8;
	text-align:left;
	font-family:Arial;
	font-size:10px;
	color:#7E3200;
	height:20px;
}
.leftMenuInactif_A
{
	text-decoration:none;
	font-family:Arial;
	font-size:10px;
	color:#7E3200;
}


/*Frame de droite*/
.rightBody
{
	margin: 0px;
	background-color: #F7BD73;
	/*background-color: #FFE7A8;*/
	/*background-color:#FF9E5E;*/
}
