body {
	font-family: verdana;
	letter-spacing: 1px;
	font-size: 12px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.hrmenu {
	border-bottom: 1px dashed FireBrick;
}

.menuhorz {
	font-family: verdana;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bolder;
	color: white;
	xbackground-color: FireBrick;
	background-color: white;
}

.menuhorz a:link {
	xcolor: white;
	color: FireBrick;
	font-weight: bolder;
}

.menuhorz a:visited {
	xcolor: white;
	color: FireBrick;
	font-weight: bolder;
}

.menuhorz a:hover {
	xcolor: white;
	color: FireBrick;
	font-weight: bolder;
}

.menuhorz a:active {
	xcolor: white;
	color: FireBrick;
	font-weight: bolder;
}

.footer {
	font-family: verdana;
	font-size: 10px;
	color: DarkGrey;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

.central {
	font-family: verdana;
	letter-spacing: 1px;
	font-size: 12px;
}

.date {
	font-family: verdana;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: italic;
}

li.actu {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-top: 14px;
	padding-bottom: 10px;
	list-style-type: none;
}

#coolmenu {
	border: 1px solid black;
	width: 140px;
	background-color: DarkGray;
}

#coolsubmenu {
	width: 140px;
	background-color: #E6E6E6;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#coolintermenu {
	border: 0px solid black;
	width: 140px;
	background-color: #E6E6E6;
}

#coolmenu a {
	font: bold 13px verdana;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: black;
	text-decoration: none;
	border-bottom: 0px solid black;
}

#coolsubmenu a {
	font: bold 13px verdana;
	padding: 2px;
	padding-left: 4px;
	display: block;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}

#coolintermenu a {
	font: bold 1px verdana;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: black;
	text-decoration: none;
	border-bottom: 0px solid black;
}

html>body #coolmenu a { /* Non IE Rule */
	width: auto;
}

#coolmenu a:hover {
	background-color: black;
	color: white;
}

#coolsubmenu a:hover {
	background-color: black;
	color: white;
}

#tabledescription {
	width: 100%;
	height: 3em;
	padding: 2px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

