﻿/* DEFAULTS */
body
{
    background-color: #FFFFFF;
    margin: 0px;
    font-family: Verdana;
    font-size: 10px;
}


/*
a
{
    text-decoration: none;
    color: #990000;
    font-size: 10px;
}

a:visited
{
    text-decoration: none;
    font-size: 10px;
}

a:hover
{
    text-decoration: underline;
    font-size: 10px;
}

*/

img
{
    border: 0px;
}

.TabMenu
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: white;
    font-size: 10px;
    font-weight: normal;
}




DIV#divMain
{
    position: relative;
    left: 10px;
    width: 849px;
    z-index: 0;
}

.Jour1Over, .Jour2Over, .Jour3Over, .Jour4Over, .Jour5Over
{
    background-color: #edf9ff;
    border-color: #daf2fc;
}

.Jour1Out
{
    background-color: #EAEAEA;
}

.Jour2Out
{
    background-color: #FFFACD;
}

.Jour3Out
{
    background-color: #FFFFFF;
}
.Jour4Out
{
    background-color: #8080FF;
}
.Jour5Out
{
    background-color: gray;
}



TABLE.TMain {

}

TD.HMain
{
    border: #CCCCCC solid 1px;
    width: 118px;
    text-align: center;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 3px;
}
TD.RMain
{
    border: #CCCCCC solid 1px; 
    /* border-right: #CCCCCC solid 1px; */
    /* width: 118px; */
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
   /* padding-left: 3px;
    padding-right: 3px; */
    vertical-align: top;
}

DIV.SelectCategories {
    background-color: white; 
}

DIV.TopCategorie
{
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
}
DIV.divHR
{
    /* border-top: #CCCCCC solid 1px; */
    height: 0px;
}

DIV.divHeure
{
    padding-left: 3px;
    padding-right: 3px;
    height: 20px;
}

DIV.divEvent
{
    margin-bottom: 4px;
}


SPAN.AGLien {
  font-weight: bold;
}

DIV.AGLien a a:visited
{
    text-decoration: none;
    display: block;
    font-weight: bold;
    color: #00357A; 
}

DIV.AGLien a:hover
{
    color: white;
 /*    background-color: #00357A; */
  background-color: #00357A;
}


SPAN.EventTitre
{
    color: #00357A;
    font-size: 16px;
    font-weight:bolder;
}

SPAN.EventHeure
{
    font-weight: bold;
}
DIV.EventDetail
{
    position: relative;
    padding-top: 20px;
}
SPAN.EventResume
{
    color: #00357A;
    font-weight: bold;
}
DIV.EventAdresse
{
    position: relative;
    padding-top: 20px;
}

SPAN.EventAGLieu
{
    font-weight: bold ;
}

/******  fin partie Agenda *************/


