.boutonActif {
	background: #B22222;
	color: #FFFFFF;
	font: normal bold small;
	font-family: arial;
	font-size: x-small;
	border: thin inset;
}
.boutonInactif {
	background: White;
	color: Black;
	font: normal bold small;
	font-family: arial;
	font-size: x-small;
	border: thin outset;
}
.ligneFige {
	background-color: #B22222;
	cursor: default;
	color: #FFFFFF;
}
/***************************
 * pour le menu contextuel *
 ***************************/
 
.menuPop{
position:absolute;
width:200px;
border:2px solid black;
background-color:menu;
font-family:Verdana;
line-height:20px;
cursor:default;
visibility:hidden;
text-align:left;
}

.menuitems{
padding-left:15px;
padding-right:15px;
}