/* CSS Document */

body {
	margin: 10px 0px 0px 0px;
	padding: 0;
	behavior:url("csshover.htc");
}

#hidden {
	display:none;
}

#container {
	width: 1000px;
	margin: auto;
}

#header {
	height: 237px;
	background: url("../images/header.jpg");
}

#slideshow {
	width: 467px;
	height: 176px;
	position: relative;
	left: 520px;
	top: -2px;
}

#menu {
	width: 264px;
	padding: 20px 9px 9px 9px;
	background: url("../images/bgnMenu.gif") top right no-repeat;
	height: 400px;
	vertical-align: top;
}

html>body #menu {
	min-height: 400px;
}

#menu td {
	text-align: right;
	padding-right: 10px;
	cursor:pointer;
}

#menu td:hover {
	background: url("../images/menuOver.gif") center right no-repeat;
}

#menu td:hover a {
	background-color: white;
}

#menu td a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}

#principal {
	width: 547px;
	vertical-align: top;
	padding: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
}

#nouvelles {
	width: 145px;
	padding: 3px;
	border-left: solid #8daf3e 1px;
	border-right: solid #8daf3e 1px;
	vertical-align: top;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #8daf3e;
	font-size:0.8em;
}
