body
{
	font-family: Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
}
a {
	color: #CD9914;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
td.zone
{
	padding-left:15px;
}
td.textPrincipal
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
td.copyright
{
	font-size: 7pt;
	color:#999999;
}
td.important
{
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 20px;
	color: #B8272D;
}
table.legende
{
	border: 1px solid #666666;
	margin-left: 7px;
	width: 190px;
}
.titre
{
	color: #B8272D;
	font-size:12px;
	font-weight: bold;
}
.titre_tableau
{
	color: #FFFFFF;
	font-weight: bold;
}
.titreGris
{
	color: #666666;
	font-size:12px;
	font-weight: bold;
}
div.pagePrincipale
{
	position:absolute;
	width: 766px;
	left: 50%;
	margin-left:-383px;
	z-index:1;
}
/* -------- Date Événements --------*/
.evenement {
	margin:0;
	padding:0;
}
.date_event {
	background-image: url(../images/fleche.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 90px;
	float: left;
	margin-right: 10px;
}
.titre_event {
	font-weight: bold;
	margin-left: 100px;
}
.texte_event {
	margin-left: 100px;
}


/* -------- Calendrier ------------*/

#calendrier {
margin: 10px 0px 10px 7px;
width: 192px;
font-size:10px;
text-align:center;
background-image: url(../images/top_calendrier.gif);
background-repeat: no-repeat;
border-bottom: thin solid #7E7F7B;
}

.month{
margin-left: auto;
margin-right: auto;
width: 95%;
}
.monthname{
color: White;
text-align: center;
}
.monthnavigationpre{
font-weight: bold;
text-align: left;
}
.monthnavigationpre a{
text-decoration: none;
color: White;
}
.monthnavigationpost{
font-weight: bold;
text-align: right;
}
.monthnavigationpost a{
text-decoration: none;
color: White;
}
.dayname{
	text-align: center;
	font-weight: bold;
	/*border: thin solid #7E7F7B;*/
}
.monthday{
	text-align: center;
}
.today{
	background-color: #B8272D;
	text-align: center;
	color: White;
	font-weight: bold;
}
.sunday {
	text-align: center;
}
.saturday {
	text-align: center;
}

.event {
	text-align: center;
	font-weight: bold;
}
.event a{
	text-decoration: none;
	color: #CD9914;
}
.selectedevent{
	background-color: #CD9914;;
	text-align: center;
	color: White;
	font-weight: bold;
}
.selectedevent a{
	text-align: center;
	font-weight: bold;
	color: White;
}
.todayevent {
	background-color: #B8272D;
	text-align: center;
	color: White;
	font-weight: bold;
}
.todayevent a{
	color: White;
}