body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	}
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: #73a0c5;
	}

#content {
	font-size: 1.2em
	}


#footer {
	background-color: #eeeeee;
	padding-bottom: 5px;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}


h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

a {
	color: #06c;
	text-decoration: none;
	}



a:hover {
	color: #147;
	text-decoration: underline;
	}

/* Fin typographie et couleurs */

/* D�but Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 10px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 105px;
	width: 550px;
	}


#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	padding-bottom: 5px;
	}




/*	D�but Ent�tes */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}



#meniu {
	color: #FFFFFF;
	display: block;
	margin: 0px 0px 0px 0px;
	text-align: left;
	top: 220px;
	width: 720px;
	height: auto;
}

.sidetable
{
	width:720px;
	background: #000000;
	border: 0px;
	margin: 0px 0px 0px 20px;
}



#sidemenu {
	display: block;
}

#sidemenu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#sidemenu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
}

#sidemenu a {
	display: block;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
	padding-right: 16px;
	color: #ffffff;
	text-decoration:none;
}

#sidemenu a:hover {
	weight:bold;
}


#sidemenu ul li ul a {
	width: 112px;
}

#sidemenu ul li ul a:hover {
	font-weight:bold;
}


#sidemenu li li {
	width: 100%;
	float: none;
}


#sidemenu li ul {
	display: none;
	position: absolute;
	z-index: 10;
}


#sidemenu li:hover>ul {
	display: block;
}



/* define the consecutive colors */
#sidemenu ul li a{
	background: #21487f;
        width: 112px;
        font-weight:bold;
        text-align: center;
}

#sidemenu ul li a:hover {
	/* background: #333333; */
	/* background: #000000; */
	background: #474747;
	font-weight:bold;
        width: 112px;
        text-align: center;
}

#sidemenu ul li ul li a{
	background: #333333;
	/* background: #000000; */
	filter:alpha(opacity=90); /* for IE */
			-moz-opacity:0.9; /* for mozilla */
			opacity: 0.9; /* for safari */
			khtml-opacity: 0.9 /* for konquerer and older safari */

}

#sidemenu ul li ul li a:hover {
	background: #666666;
	font-weight:bold;
}

