/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
a {
	color: #000000;
	}
	
a:hover {
	color: #FF0000;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 9px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:9px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
#dateformat a {
	font:bold 10px Arial, Helvetica, sans-serif;
	color: #993333;
	text-decoration:underline;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	}
	
/* BANDE GAUCHE */

.left {
	width: 20px;
	background-color: #F4FFE4;
	position: absolute;
	left: 0px;
	top: 133px;
	height: 775px;
	height: -37px;
}
/* BANDE GAUCHE MENU */

.mainmenu {
	width: 128px;
	background-color: #F4FFE4;
	position: absolute;
	left: 21px;
	top: 132px;
	background-position: top;
	height: 656px;
	background-image: url(../../images/bgmenu.jpg);
	background-repeat: no-repeat;
}
	
/* BANDE MILIEU */

.middle {
	width: 20px;
	background-color: #F4FFE4;
	left: 148px;
	top: 132px;
	height: 656px;
	position: absolute;
}

/* MAIN */

.main {
	width: 623px;
	background-color: #F4FFE4;
	left: 169px;
	top: 132px;
	height: 656px;
	position: absolute;
}

/* BOITE DE DROITE */

.droit {
	width: 200px;
	left: 794px;
	position: absolute;
	height: 656px;
	top: 132px;
	overflow: visible;
	z-index: 1;
}





