body {
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-repeat: repeat-x;
	background-color: #f4f4f4;
}

#event{
	margin:10px 10px 10px 10px;
	width: 380px;
	padding:10px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	border-bottom:3px #649732 solid;
	color:#444;
}
h3 {
	font: normal 160%/100% "Trebuchet MS", Tahoma, Arial;
	color: #666;
	margin: 10px 0px 5px;
	}
h3 a, h3 a:visited {
	color: #649732;
	text-decoration: none;
}
h3 a:hover {
	color:#007700;
	
	}

h4 {
	font: normal 120%/100% "Trebuchet MS", Tahoma, Arial;
	color: #666;
	margin: 10px 0px 5px;
	}
h4 a, h4 a:visited {
	color: #649732;
	text-decoration: none;
}
h4 a:hover {
	color:#007700;


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #333;
}

.l1{ color:#999; font-size:14px	}
.L { color:#005329; font-size:13px; font-family:"Trebuchet MS"; font-style:normal }
.suite { color:#005329; font-size:11px; font-style:normal}
.D { font:normal; font-size:10px; color:#999}
.titre { font:normal; font-size:18px; font-family: Trebuchet Ms; color:#006633}

/* menu */

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 100% "candara", "Trebuchet Unicode MS", ;
	font-size:14px;
	}
.menu ul{
	background:#E1E1E1;
	height:26px;
	width:660px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#E1E1E1 url("images/seperator.gif") bottom right no-repeat;
		color:#666;
		display:block;
		font-weight:normal;
		line-height:26px;
		margin:0px;
		padding:0px 12px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #CDCDCD url("images/hover1.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#E1E1E1;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:180px;
		z-index:180;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:180px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:26px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#999 url('images/hover_sub1.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		
