@charset "utf-8";
/* CSS Document */

.calendrier_evenement {
border-left:1px solid #ccc;
border-bottom:1px dotted #ccc;
padding-left:3px;
}
.calendrier_evenement p {
margin: 0 0 1em 0;
}

*.vcalendar  {
margin:0 0 32px 0;
width:550px;
}

*.vcalendar *.title {
margin:0 0 48px 0;
}

*.vcalendar *.article.vevent {
margin:32px 0 32px 0;
font-size:12px;
}

*.vcalendar *.article.vevent h3 {
font-size:20px;
color: #000;
border-bottom:1px dotted #999;
margin:0 0 32px 0;
}

*.vcalendar *.article.vevent h3 *.time {
font-size:16px;
font-weight:normal;
}

*.vcalendar *.article.vevent *.dt {
display:inline-block;
font-weight:bold;
width:120px;
}

*.vcalendar *.article.vevent *.tel *.dt {
display:inline;
width:auto;
}
#aside_menu {
    position:absolute;
    left:610px;
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #693;
	width: 190px;
	border:1px;
}
#aside_menu  a {
	text-decoration: none;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-weight:normal;
}
#aside_menu a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #693;
}
#aside_menu  h4, #aside_menu  h4 a {
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	width: 188px;
	display: block;
}
#aside_menu  {
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	width: 188px;
	display: block;
}