.buttonRefresh {
	background-image: url(../images/refresh.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
}
.default {
	font-family: Helvetica, Arial;
	font-size: 12px;
}
.alert {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
.liensmenu {
	text-decoration: none;
	color: #FFFFFF;
}
.liens {
	color: #009;
	text-decoration: none;
}
.tblheader1 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #900;
	text-align: center;
}
.tblheader2 {
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tblheader3 {


	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
}
.titre {
	font-family: Helvetica, Arial;
	font-size: 24px;
	color: #006;
}
.titreO {
	font-family: Helvetica, Arial;
	font-size: 24px;
	color: #900;
}
.liensmenu {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}
.tblheader2bis {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-align: right;
	border: 1px solid #CCCCCC;
}
.gridHeader {
	text-align: center !important;
	font-weight: bold;
}
.buttonAdd {
	background-image: url(../images/plus2.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
}
.buttonMinus {
	background-image: url(../images/minus.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	background-position: center;
}
.buttonEdit {
	background-image: url(../images/note.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	background-position: center;
}
.dndSource {
	border: medium dotted #009;
	height: 100px;
	width: 50px;
}
.dndDest {
	border: medium groove #009;
	height: 100px;
	width: 50px;
}
.tinytext {
	font-size: 10px;
}
.container2 {
	border:3px solid #009;
	padding: 1em 3em;
	cursor: default;
	radius:8pt;
	background:#fff;
	-moz-border-radius:8pt 8pt;
}
.buttonPause {
	background-image: url(../images/pause.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	background-position: center;
}
.buttonPlay {
	background-image: url(../images/play.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	background-position: center;
}
.table {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.table tr td {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.buttonExcel {
	background-image: url(../images/excel.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	background-position: center;
}
/* Navigation Bar */
#navbar {
	font-family:trebuchet ms, arial, tahoma, verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#navbar .niveau1 {
}
#navbar .niveau2 {
}
#navbar .niveau3 {
}
#navbar ul.niveau1 {
	margin:0px;
}
#navbar ul ul {
	display:none;
	position:absolute;
	padding:0px;
	margin:0px;
	border:thin solid #360;
}
#navbar li {
	list-style-type:none;
	position:relative;
	width:90px;
	background-color:#900;
	padding:0px;
	margin:0px;
	float:left;
}
#navbar ul.niveau1 li.plus {
	/*background-image:url(../images/fbas.png);
	background-position:right;
	background-repeat:no-repeat;*/
	border-bottom:thin #360;
}
#navbar ul.niveau2 li.plus {
	/*background-image:url(../images/fdroite.png);
	background-position:right;
	background-repeat:no-repeat;*/
	border-bottom:thin #360;
}
#navbar li:hover, #navbar li.sfhover {
	background-color:#006;
}
#navbar ul.niveau2 {
	left:0px;
	top:15px;
}
#navbar ul.niveau3 {
	left:90px;
	top:-1px;
}
#navbar li:hover ul.niveau2, #navbar li li:hover ul.niveau3, #navbar li.sfhover ul.niveau2, #navbar li li.sfhover ul.niveau3 {
	display:block;
}
#navbar li a {
	display:block;
	color:#FFF;
	text-decoration:none;
}
.gridCellCharge {
	/*background-image: url(../images/charge.gif);
	*/
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/charge7.gif);
}
