body, #page
{
    margin: 0px;
    background: #ffffff;
    text-align: center;
    font-family: verdana, sans-serif;
    min-width: 480px;
    width: 100%;
    height: 100%;
    font-size: 100%;
}

td
{    
    font-size: 90%;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

#page #mainmenu
{
    text-align: left;
}

#page #mainmenu table
{
    background: #e5e5e5;
    margin: 0;
    min-width: 480px;
    padding: 0;
}

#page #mainmenu td a img
{
    float: left;
    height: 22px;
    width: 22px;
}

#page #mainmenu ul, #page #mainmenu ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#page #mainmenu td a, #page #mainmenu ul li a
{
    color: #515151;
    text-decoration: none;
    height: 25px;
    line-height: 25px;
    background: #cccccc;
    min-width: 78px;
    font-family: verdana, sans-serif;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    font-size: 100%;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

#page #mainmenu  #selitem a
{
    color: #ffffff;
    text-decoration: none;
    border: none;
    min-width: 78px;
    background: #666666;
    float: left;
    font-size: 100%;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #666666;
}

#page #mainmenu td a:hover
{
    color: #A21919;
    background: #f5f5f5;
}

#content #windowmessage
{
    padding: 10px;
}

td a img
{
    margin-right: 5px;
}

td h1
{
    margin: 0;
    padding: 0;
}

h1
{
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 17pt;
    margin-left: 35px;
    text-align: center;
    height: 28px;
    border-bottom: 1px #cccccc solid;
    border-right: 1px #cccccc solid;
    background: #f5f5f5;
}

h2
{
    color: #AD2525;
    font-size: 15pt;
    margin-left: 28px;
    margin-top: 10px;
}

h1 img, h2 img
{
    vertical-align: middle;
    margin: 3px;
}

h3
{
    font-size: 14pt;
    font-weight: bold;
    margin-left: 48px;
}

big
{
    color: #AD2525;
    text-align: center;
}

#head
{
    /* background: #336699; */
    /*  background: #00a4b2; */
    /* background-image: linear-gradient(to right, #00a4b2, #00bf6d, #00a4b2);  */
    background-image: radial-gradient(circle at center, #00bf6d, #00a4b2);
    max-height: 100px;
    height: 10%;
    line-height: 300%;
    font-size: 200%;
    text-align:center;
    vertical-align: bottom;
}

.header a
{
    text-decoration: none;
    color: #000000;
}


#footer
{
    background: #666666;
    position: fixed;
    bottom: 0px;
    margin-bottom: 0px;
    width:100%;
    height: 15px;
}

.footfoot
{
    color: #FFFFFF; /* A2A2A2; */
    position: absolute;
    width:100%;
    padding-left: 10%;
    left: 28%;
    right: 40%;
    font-family: verdana, sans-serif;
    font-weight: bold;
    font-size: 13px;
    background: #666666;
}

#page #content
{
    padding: 0px;
    margin: 0px;
    height: 450px;
    border: 0px #efefef solid;
    text-align: justify;
    padding: 8px;
    min-width: 480px;
    /*  overflow: scroll;*/
}

#page #content table
{
    width: 100%;
    min-width: 480px;
}

a.module
{
    margin-top: 5px;
    font-size: 12px;
}


#descr
{
    padding: 10px;
    border: 1px inset;
    margin-top: 15px;
    background: #EFEFEF;
    color: #000000;
}

select
{
    background: #EFEFEF;
    color: #000000;
}

input, textarea
{
    background: #ffffff;
    color: #000000;
    border: 1px solid #515151;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

input:disabled, textarea
{
    background: #dddddd;
    color: #000000;
    border: 1px solid #515151;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

input[type='submit'], input[type='button'], input[type='reset'] {
  border: 1px #000000 outset;
}

input:active, input:focus, textarea:active  {
  background: #f5f5ff;
  border: inherit;
}

.tip {
    border: 1px solid rgb(102, 102, 153);
    margin: 8px;
    padding: 8px;
    background: rgb(255, 255, 204) ;
    font-size: 15px;
    font-style: italic;
}

.header, #stats td.header , .actionHeader, th {
  line-height: 20px;
  text-align: left;
  font-size: 14px;
  vertical-align: middle;
  height: 20px;
  color: #000000;
  background: #ffffff;
  border-bottom: 2px solid #333333;
}

.tip th {
  line-height: 20px;
  text-align: left;
  font-size: 15px;
  vertical-align: middle;
  height: 20px;
  color: #000000;
  background: rgb(255, 255, 204);
  border-bottom: 2px solid #333333;
}

.header img {
  margin-top: 2px;
  margin-bottom: 2px;
  border: none;
}

#mainmenu {
  border-bottom: #999999 1px solid;
  background: #e5e5e5;
}

#mainmenu>td {
    border-bottom: 1px solid #666666;
}

#stat td.gray {
    background: #efefef;
}

select:disabled {
    color: #cccccc;
  
}

.hidden {
    display: none;
}
.oui {
    background-color:#BBFF99
		}
.ouiGros {
    background-color:#BBFF99;
    font-size: 14px;
}

.nonGros {
    background-color:#ff9090;
    font-size: 14px;
}

.btn_cherche {
    background-color: #88FA70;
    border: medium solid #006633;
    font-weight: bold;
}
