/* STYLE SHEET FOR menu netmag */
/* --------- defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}
/*  --------- structure  --------- */

#wrapper {
		width: 100%;
		margin: 0 auto;
		font-size: 80%;
		}

#masthead {
		margin-bottom: 10px;
		}
		
/* ---------- navigation ---------- */

#masthead a:link, #masthead a:visited {
		color: #660000;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration: none;
		}

#masthead a:hover {
		text-decoration: none;
		}

#masthead ul {
		list-style-type: none;
		}

#navigationContainer {
		background: url(../images/navigation-background-top.jpg) repeat-x;
		}

ul#navigation {
		background: url(../images/navigation-background-bottom.jpg) repeat-x 0 100%;
		}

ul#navigation ul {
		background: url(../images/navigation-item-separator.gif) 0 1px no-repeat;
		font-size: 1.2em;
		height: 1.7em;
		line-height: 1.7em;
		display: table;
		margin: 0 auto;
		padding-left: 3px;
		}

ul#navigation ul li {
		display: table-cell;
		}
		
ul#navigation ul a {
		background: url(../images/navigation-item-separator.gif) 100% 1px no-repeat;
		display: block;
		height: 1.7em;
		padding: 0 12px 0 9px;
		}

ul#navigation ul a:hover {
		background-color: #aeaeae;
		color: #330066;
		}
		
/*  /////////////////////début sous menu///////non encore défini/////////////// */

/* ///////////////////////////////fin sous menu /////////////////*/
		


