@charset "utf-8";
body { font-family: Verdana; color: #0058A6; background: white; }
.centre { text-align: center; }
h1 { text-align: center; }
td { background: #f2f5fa; }
a { text-decoration: none; color: #0058A6; }
.code { border: 1px dotted black; padding: 5px; }
table.calendrier { margin: auto; text-align: center; border: 1px solid #4c74b6; }
table.calendrier th { border-bottom: 1px solid #4c74b6; padding-right: 3px; height: 16px; }
table.calendrier td { border: 1px solid #4c74b6; width: 22px; height: 25px; padding-right: 3px; }
table.calendrier td div { padding: 0px; }
.jourEvenement { background-color: #f3d8b0; height: 30px; }
td .jourEvenement a { padding-top: 6px; }
.jourEvenement a.info { color: black; }
.lienCalendrierJour { background-color: #429eee; color: white; }
.calendrier caption { padding-bottom:30px; padding-top:10px; margin-left: -20px; margin-right: -20px; }
#tabAjoutEvent { margin: auto; }
#tabAjoutEvent td { width: 50%; text-align:center; }
a.info { position: relative; color: black; text-decoration: none; display: block; }
a.info span { display: none; }
a.info:hover { background: none; z-index: 500; }
a.info:hover span { display: inline; position: absolute; white-space: nowrap; top: 30px; left: 20px;	text-align: left; background: white; padding: 3px; border: 1px solid #4c74b6; }
table.listeEvent { width: 100%; border: 1px solid #4c74b6; border-collapse: collapse; }
table.listeEvent td { padding: 5px; }
#table { background: url("/styles/images/BG.jpg") no-repeat; width: 290px; height: 255px; margin: auto; }
caption { font-size:20px; font-weight: bold; }
caption a { text-decoration: none; color: black; font-weight: bold; }
