.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 bulle de citation
 ***********************/
#ejs_box2_box {
	position:relative;
	left:150px;
	top:50px;
	background-image:url(/lib/img/citation.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color:#669ad4;
	font-weight: bold;
	font-family:Verdana;
	font-size:11;
	width:305px;
	height:100px;
	padding-top:20px;
}

/***************************
 * 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;
}
