@media screen
{
/* Barre de menu principal */
table.mainmenu
{
  font-weight: bolder;
  text-decoration: none;
  text-align: center;
}

table.mainmenu th  { font-size : 16px; text-decoration: underline; }
table.mainmenu td  { font-size : 12px; }

td.border_up         { background-image: url("/theme/images/right-top.jpg"); }
td.border_down       { background-image: url("/theme/images/right-bottom.jpg"); }

div.Main_Begin, div.Main_End { display: none; }

/* Compteur */
div.counter
{
  background: url(/theme/images/right-bk.jpg) repeat;
  text-align: center;
  font-size : 12px;
  font-weight: bolder;
}
div.counter_up   
{
  background: url(/theme/images/right-top.jpg) no-repeat;
  height: 18px;
}
div.counter_down 
{
  background: url(/theme/images/right-bottom.jpg) no-repeat;
  background-color: #FFFFFF;
  height: 18px;
}

/* News */
div.news h2
{
    font-size: 1.3em;
    color: #2366a7;
    padding-bottom: 0.3em; 
    margin: 0px 0px 0px 0px;
    padding: 12px 15px 8px 15px;
    background: url(/theme/images/right-top.jpg) no-repeat;
}

div.news_end
{ 
     background: url(/theme/images/right-bottom.jpg) no-repeat;
     background-position: left bottom;
     height: 18px;
}

div.news p
{
    text-align: justify;
    margin:  0px 30px 0px 15px;
    padding: 10px 0px 0px 0px;
    border-top: 1px dashed #C0C0C0;
}

div.news
{
    background: url(/theme/images/right-bk.jpg) repeat-y;
    text-align: justify;
    padding: 0px 0px 0px 0px;
}

}

@media print
{
   table.mainmenu { display: none; }
   div.news h2    { font-size : 14px; }

}