/*******************************/
table {font-family: arial; color: black; font-size: 10px;}
table.page {color: gray; }
h1 {text-align: center; font-size: 16px;}
h2 {font-size: 13px;}
strong {color: gray;}
.times_gray_big {font-family: times; color: gray; font-size: 28px; font-weight:bold;}
.arial_gray_small {font-family: arial; color: gray; font-size: 17px; font-weight:normal;}
.arial_footer {font-family: arial; color: gray; font-size: 10px;}
.arial_text {font-family: arial; color: black; font-size: 12px;}

/********* Celles **************/
td.page { border-style: solid;
     border-color: silver; 
     vertical-align: top;
     padding: 3px;
   }
td.text { padding: 6px 6px 6px 6px;}
td.header { vertical-align: middle; }

/********* Borders *************/
td.border_around { border-width: 2px 2px 2px 2px;}
td.border_left { border-width: 2px 0px 2px 2px;}
td.border_right { border-width: 2px 2px 2px 0px;}
td.border_center { border-width: 2px 0px 2px 0px;}
td.no_border { border-style: none; }

/*********** Lists *************/
ul { margin: 0px 0px 0px 0px; 
     padding: 0px 0px 0px 0px;
   }
li { list-style: none; }
li.item { background: #eeeeee;
          color: gray;
          font-size: 10px;
          margin: 0px 0px 3px 0px; 
          padding: 3px 6px 3px 6px;
        }
li.title { font-size:12px;
   	       font-weight:bold;
   	       color: white;
           background: gray;
           margin: 0px 0px 3px 0px;
           padding: 3px 6px 3px 6px;
         }
         
/*********** Links *************/
a {color: gray;}
a.menu {text-decoration: none; }
a:hover {color: black;}
a.white:hover {color:white;}
/*******************************/
p.pict { text-align: center; font-style: italic;}

/******** Sscrolling **************/
.scrolling { overflow: auto; width: 450px; height: 260px; padding: 5px; border: solid 1px gray; }
/******** Form *****************/
input, textarea {font-family: arial; color: black; font-size: 12px; border-color: silver;}
/******** Answer ***************/
div.ans_tit {cursor: pointer; 
                 color: black; 
                 background: silver;
                 font-size: 10px;
                 margin: 0px 0px 3px 0px; 
                 padding: 3px 6px 3px 6px;
               }
div.ans_txt {padding: 5px; 
                   margin: 0px 0px 3px 0px; 
                   background: #eeeeee;
                 }
div.ans_inf {padding: 5px; 
                   margin: 0px 0px 3px 0px; 
                   background: #eeeeee;
                   color: gray;
                 }
/******************************/
