@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

tab, button, menulist, menubar,menupopup,toolbar,tabpanels { 
   -moz-appearance: none; 
} 

treechildren::-moz-tree-row(odd){
    background-color : #EEEEEE;
}

treechildren::-moz-tree-row(even){
    background-color : #DDDDDD;
}

treechildren::-moz-tree-cell-text(selected){
    color : #FFFFFF;
}

treechildren::-moz-tree-row(selected){
    background-color : #306398;
}

.label {
    padding: 5px;
}

.titre {
    text-align : center;
    color : #FFFFFF;
    background-color : #306398;
    border : 1px dotted white;
    margin : 10px;
    padding : 5px;
    font-weight : bold;
}

toolbar {
    background-color: lightblue;
}

toolbarbutton {
    padding: 5px;
    margin: 10px;
    -moz-box-orient: vertical;
    font-size : small;
}

* {
    font-family: Helvetica, Arial, Sans-Serif;
    color: #black;
    font-size: 14px;
}

window {
    background: #88a0b9;
}

tree {
    margin: 10px;
    border: 1px dotted white;
    background: #bbc1c6;
}

.content {
    border : 1px dotted white;
    background-color : #bbc1c6;
    padding: 10px;
    margin: 10px;
}
