
/*h1 : utilisé pour les titres des pages*/
h1{
  font-size:24px;
    font-family: 'Courier New',Courier,monospace;
    font-weight: bold;
    font-variant: normal;
    font-style: normal;
    color: #2b735a;
    text-align: center;
}

/*h2 : utilisé pour les titres des différentes parties dans les pages*/
h2{
  font-size:18px;
  font-weight: bold;
    font-family: 'Courier New',Courier,monospace;
    color: #2b735a;
}

a{    
    font-style: italic;
    text-decoration: none;
    color: blue;
}
a:hover{
    color: blue;
    text-decoration: underline;
}
/*property : utilisé pour les mettres en évidence les type de méta*/
.property {
    font-weight: bold;
}

/*message : utilisé pour les mettres en évidence les messages*/
.message {
    font-weight: bold;
    color: black;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

/*error : utilisé pour les mettres en évidence les messages*/
.error {
    font-weight: bold;
    color: red;
}

/*warning : utilisé pour les mettres en évidence les erreurs*/
.warning {
    font-weight: bold;
    color: red;
}
/* pour l'affichage de l'arbre : */
.tundra .dijitTreeLabel {
	color:#2b735a;
}

.tundra .dijitTreeNodeSelected .dijitTreeLabel {
	color:#d78400;
        font-weight: bold;
        background-color: #ede4c2;
}

.tundra .dijitTreeLabelFocused {
	outline: none;
}

.tundra .dijitTreeNodeHover {
	background-color: #d7ae6c !important;
;
}
/***********/
.dataTable td.hidden {
     display: none;
}
.dataTable th.hidden {
     display: none;
}

body {
    background-color: #EFEBE7;
    font-family: 'Courier New',Courier,monospace;
    font-size: 16px;
}

table {
    margin: 0px 0 0px 0 !important;
    font-size: 14px;
}

th,td {
    padding: 2px 4px 2px 4px !important;
    text-align: left;
    vertical-align: top;
}

thead tr {
    background-color: #fc0;
    font-size: 16px;
}

th.sorted {
	background-color: orange;
}

th a,th a:visited {
	color: black;
}

th a:hover {
	text-decoration: underline;
	color: black;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

th.sortable a {
	background-image: url(../images/arrow_off.png);
        background-repeat: no-repeat;
}

th.order1 a {
	background-image: url(../images/arrow_down.png);
        background-repeat: no-repeat;
}

th.order2 a {
	background-image: url(../images/arrow_up.png);
        background-repeat: no-repeat ;
}

tr.odd {
	background-color: #fff
}

tr.even {
	background-color: #ffeea3
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 79%;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../images/ico_file_excel.png);
}

span.csv {
	background-image: url(../images/ico_file_csv.png);
}

span.xml {
	background-image: url(../images/ico_file_xml.png);
}

span.pdf {
	background-image: url(../images/ico_file_pdf.png);
}

span.rtf {
	background-image: url(../images/ico_file_rtf.png);
}

span.pagebanner {
	background-color: #eee;
	padding: 2px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;	
	padding: 2px 4px 2px 4px;
	width: 79%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}


.group-1 {
    font-weight:bold;
    padding-bottom:10px;
    border-top:1px solid black;
}
.group-2 {
    font-style:italic;
    border-top: 1px solid black;

}
.subtotal-sum, .grandtotal-sum {
    font-weight:bold;
    text-align:right;
}
.subtotal-header {
    padding-bottom: 0px;
    border-top: 1px solid white;
}
.subtotal-label, .grandtotal-label {
    border-top: 1px solid white;
    font-weight: bold;
}
.grouped-table tr.even {
    background-color: #fff;
}
.grouped-table tr.odd {
    background-color: #fff;
}
.grandtotal-row {
    border-top: 2px solid black;
}

/*pour des boutons de 150 px*/
.myButton.dijitButton .dijitButtonNode
{
	width:151px !important;
	margin:3px 0px 0px -2px !important;
	line-height:30px;
}
.dj_ie .myButton.dijitButton .dijitButtonNode,
.dj_webkit .myButton.dijitButton .dijitButtonNode
{
	width:153px !important;				/* Firefox's buttons are a few pixels smaller */
}

