@import "../../site.css";

body { background-image: none; }
body { background-color : black; color : white}

a {color: rgb(150, 175,25);}
a:active { text-decoration:underline; color: #DD0000; background-color:#88FF88 }
a:hover { color: white; background-color:rgb(150, 175,25) }

a.memberName:link { color: orange }
a.memberName:visited { color: orange }
a.memberName:active { color: orange }

span.clickable { color: blue; }
span.clickable:hover { background-color: rgb(150, 175,25); color: red; }

td.label { font-weight: bold; vertical-align: text-top; text-align: right; }

h1 { text-align: left; color: white; font-size: 22pt; font-style: italic; font-family: helvetica}
h1.entete { font-size: 1.3em; font-weight: bold; color: rgb(150, 175,25); margin-top: 12px; margin-bottom: 4px;}

h4 { text-align: left; color: black; background-color:rgb(150, 175,25); height: 22px; font-size: 14pt; font-family: helvetica}

div.errorMsg { font-size: larger; color: #A02020; background-color:#88FF88; text-align: center; }

.orga {color: orange; font-weight: bold; font-style: italic;}

#navbar {
  list-style-type: none;
  padding: 0; margin: 0;
  position: relative;
  left: 0.5em; 
  width: 30em;
  color: #111166;
}
#navbar h1 {
  text-align: left;
  font-family: Helvetica;
  font-size: 22px;
  color: #111166;
  margin-bottom: 0px;
  margin-top: 0px;
  font-variant: small-caps;
}
#navbar h2 {
  text-align: left;
  font-family: Helvetica;
  font-size: 18px;
  color: white;
  margin-top: 0px;	
  margin-bottom: 0px;	
  padding-left: 0.6em;	
}

#navbar form {
  text-align: left;
  color: #111166;  
  margin-top: 0px;
}

#navbar div {
  text-align: left;
  font-size: 0.8em;
  color: #111166;  
  border-style: solid none;
  border-width: thin;
  margin-top: 0px;
}
