*
	{
	font-family: Verdana, Arial;
	}

BODY
	{
	margin-top: 0px;
	}
DIV
	{
	font-size: 11px;
	color: #F7DED6;
	}
	
INPUT
	{
	background-color: white;
	color: black;
	border: 0px;
	font-size: 11px;

	}

.menu A
	{
	text-decoration: none;
	color: black;
	font-weight: bold;
	}

.menu A:hover
	{
	color: #666666;
	}

A
	{
	color: #FFAD42;
	text-decoration: none;
	}

A:hover
	{
	color: white;	
	}
	
.lien1
	{
	color: #F7D65A;
	font-weight: bold;
	}
.lien2
	{
	color: #CE94AD;
	font-weight: bold;
	}

.lien3
	{
	color: #84C674;
	font-weight: bold;
	}

.lien4
	{
	color: #84ADE7;
	font-weight: bold;
	}


H1
	{
	color: #DEDE6B;
	font-size: 15px;
	font-weight: bold;
	}

H2
	{
	color: #FFAD42;
	font-size: 12px;
	font-weight: bold;
	}

UL
	{
	margin-left: 2%;
	}
.titre0
	{
	color: #DEDE6B;
	font-size: 15px;
	font-family: Verdana, Arial, sans-serif;
	position:absolute;
	width:100%
	height:115px;
	z-index:10;
	left: 30%;
	top: 200px;
	}


.titre1
	{
	color: #C34A1D;
	font-size: 17px;
	font-family: Verdana, Arial, sans-serif;
	position:absolute;
	width:100%
	height:115px;
	z-index:5;
	left: 29%;
	top: 192px;
	}

.titre2
	{
	color: #C64210;
	font-size: 19px;
	font-family: Verdana, Arial, sans-serif;
	position:absolute;
	width:100%
	height:115px;
	z-index:1;
	left: 31%;
	top: 200px;
	}

.titre3
	{
	color: #A93916;
	font-size: 21px;
	font-family: Verdana, Arial, sans-serif;
	position:absolute;
	width:100%
	height:115px;
	z-index:1;
	left: 26%;
	top: 200px;
	}

.date
	{
	font-size: 10px;
	color: white;
	font-style: italic;
	color: #F7DED6;
	font-weight: normal;
	}
	

/* --------------- */
/* ---[ agenda ]-- */
/* --------------- */

.agenda
	{
	text-align: center;
	padding: 2px;
	}
	
.agendajours
	{
	color: white;
	background-color: #613549;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	}

.calendar_this_day
{
	color: white;
	background-color: #9A4A6E;
	text-align: center;
	font-size: 11px;
	height: 30px;
	width : 14%;
}

.calendar_this_month
{
	color: white;
	background-color: #CE94AD;
	text-align: center;
	font-size: 11px;
	height: 30px;
	width : 14%;
}

.calendar_this_month A
{
	color: white;
	font-weight: normal;
}

.calendar_not_this_month
{
	color: black;
	background-color: #E7D9DF;
	text-align: center;
	font-size: 11px;
	height: 30px;
	width : 14%;
}

.calendar_not_this_month A
{
	color: black;
	font-weight: normal;
}

.calendar_this_day A:link, .calendar_this_day A, .calendar_this_day A:visited
{
	color: white;
	font-weight: normal;
}

.calendar_this_day A:active, .calendar_this_day A:hover
{
	color: #F6F897;
}


/* -------------------------- */
/* ---[ popup de l'agenda ]-- */
/* -------------------------- */

.agendapopup
	{
	color: white;
	background-color: #D5EC51;
	font-size: 11px;
	border: 1px dashed #000000;
	}

	
.agendapopuptitre
	{
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	background-color: #648E2E;
	color: white;
	}


.agendapopupcellule
	{
	background-color: #D5EC51;
	border: dotted 1px;
	text-align: left;
	width: 14%;
	font-size: 10px;
	}