
table.resultat {
/*border-width:10px;*/ 
border-style:outset; 
border-color:grey;
border-collapse: collapse;
text-align:center;
}

tr.resultat { 
border-color:red;
}

.resultat_titre {
background:url(titre.png)repeat-x top left;
background-color:black;
}

.resultat_ligne1 { 
background-color:#E8EEF4;
}

.resultat_ligne2 { 
background-color:#D8E0EB;
}

td.resultat,#result th { 
border-width:1px;
border-style:inset; 
border-color:grey;
padding: 7px;
font-size:smaller;
}


.btn.btn-warning {
    background-color: #bfe0e8;
    border-color: #bfe0e8;
    color:black;
}

.btn.btn-warning:hover {
    background-color: #22abb7;
    border-color: #22abb7;
    color:black;
}



/*#searchsubmit{
 background: #F37618;
 color:black;
 padding: 4px 7px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 cursor: pointer;
}*/



