﻿/**********************************************************************************************
 * CalendrierDynamique.css														        	  *
 *																	        				  *
 * Auteur : Francis Lareau et Bruno Pelletier								        		  *
 * Crée le : 11 octobre 2008												        	      *
 * Modifié par : Francis Lareau et Bruno Pelletier								        	  *
 * Dernière modification : 30 novembre 2008										        	  *
***********************************************************************************************/

h5
	{
	padding: 0;
	margin: 0;
	}
	
#Calendrier
	{
	position:absolute;
	left:800px;
	width:270px;
	}

#AfficherTousEvenement
	{
	text-decoration:underline;
	color:#B0AFBE;
	}
	
#AfficherTousEvenement:hover
	{
	text-decoration:underline overline;
	color:white;
	cursor:pointer;
	}

#TitreEvenement
	{
	border: solid #B0AFBE 2px;
	}
	
#ListeEvenements
	{
	position:absolute;
	top:230px;
	left:330px;
	width:400px;
	align: center;
	}
	
#TitrePrincipal
	{
	position:absolute;
	left:330px;
	width:500px;
	}
	
#Evenement
	{
	width: 400px;
	}

.FauxTD
	{
	width:30;
	height:16;
	text-align:center;
	}

label
	{
	color:black;
	width:30;
	height:16;
	text-align:center;
	margin-top:0;
	background:#ffF;
	font:bold 13px Arial;
	}
	
.JourSemaine
	{
	cursor:hand;
	color:black;
	width:30;
	height:16;
	text-align:center;
	margin-top:0;
	background:#ffF;
	font:bold 13px Arial;
	}

.JourFinDeSemaine
	{
	cursor:hand;
	color:red;
	width:30;
	height:16;
	text-align:center;
	margin-top:0;
	background:#ffF;
	font:bold 13px Arial;
	}
	
.JourMoisPrecedent
	{
	cursor:hand;
	color:#b0b0b0;
	width:30;
	height:16;
	text-align:center;
	margin-top:0;
	background:#ffF;
	font:bold 12px Arial;
	}
	
.EncadrePhoto
	{
	border:solid 1px white;
	position:absolute;
	top:350px;
	width:265px;
	}