/* CSS Document */

/* couleur de fond du menu */
.backmenu
{
	background-color: #FFF8DC;
}

/* couleur de fond de la page principale */
.backcolor
{
	background-color: ThreedHighlight;
}

/* Décoration des boutons menu dans le cadre supérieur */
.StyleNav
{
	background-image:url(/images/degradertbl.jpg);
	border-left-color:#FFCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#660033;
	border-right-style:solid;
	border-right-width:1px;
	color: #E8CF00;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	height: 30px;
	padding-left:5px;
	padding-right:5px;
	width:70px;	
}

/* Décoration de l'onglet à gauche des boutons de navigation */
.StyleNavLeft
{
	/*background-image:url(/images/findegradertbl.gif);*/
	border-right-color:#660033;
	border-right-style:solid;
	border-right-width:1px;
	height: 30px;
	width: 60px;
}

/* Décoration de la dernière cellule à droite des boutons de navigation */
.StyleNavRight
{
	background-image:url(/images/degradertbl.jpg);
	border-left-color:#FFCCCC;
	border-left-style:solid;
	border-left-width:1px;
	height: 30px;
	width:auto;
}

/* Décoration des boutons principaux menu dans le cadre gauche */
.StyleMenu
{
	color: Navy;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	height:20px;
	padding-left:10px;
	padding-right:10px;
}

/* Décoration des boutons des sous menus dans le cadre gauche */
.StyleSousMenu
{
	color: Navy;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	padding-left:20px;
	padding-right:10px;
}
