﻿body
{
	font-size: 14px;
}
.clear
{
	clear: both;
}
.titre
{
	width: 635px;
	height: 25px;
	background-color: red;
	line-height: 25px;
	font-size: 16px bold;
	color: yellow;
	text-align: right;
	padding-right: 15px;
}
#globaldivagenda
{
	width: 650px;
	height: 550px;
	border: 1px solid black;
}
#globaldivagenda a
{
	text-decoration: none;
	color: green;
}
#globaldivagenda a:hover
{
	color: red;
}
#selectionvueagenda
{
	width: 100%;
	height: 30px;
	margin: auto;
	text-align: center;
	line-height: 30px;
}
#vuedujouragenda
{
	display: block;
}
#selectiondateagenda
{
	width: 100%;
	height: 70px;
	margin: auto;
	text-align: center;
	line-height: 70px;
}
#corpsagenda
{
	margin-bottom: 20px;
}
#pagegauche
{
	width: 280px;
	height: 400px;
	border-right: 1px dotted grey;
	float: left;
	margin-left: 44px;
}
#pagedroite
{
	width: 280px;
	float: left;
}
#vuedelasemaineagenda
{
	display: none;
}
#choixdelasemaine
{
	height: 50px;
}
.colonnevuedelasemaine
{
	width: 12.3%;
	height: 400px;
	border-right: 1px solid grey;
	float: left;
}
#vuedumoisagenda
{
	display: none;
}
#choixdumois
{
	height: 50px;
}
.carrevuedumois
{
	float: left;
	width: 14.1%;
	height: 80px;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
}
#vuedelanneeagenda
{
	display: none;
}
#choixdelannee
{
	height: 50px;
}
.carrevuedelannee
{
	float: left;
	width: 24.8%;
	height: 130px;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
}
	