/*div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

/**************** menu coding *****************/
/*li {
	border:solid 1px yellow;
}
h2 {
	border:solid 1px blue;
}

h3 {
	border:solid 1px red;
}
a {
	border:solid 1px green;
}*/

#menu-box {
	width:1000px;
}
#menu {
	/*height:39px;*/
	/*margin:3px 0 0 0;*/
	/*font-family: Arial, Helvetica, Verdana, sans-serif;*/
	/*background-image:url("/data/images/fond-menu-rouge.jpg");*/
	/*background-color:red;*/
	/*background-repeat:repeat-x;*/
}

ul#menu a {
	/*text-decoration: none;*/
	text-transform: uppercase;
	white-space: nowrap;
	/*color:black;
	font-weight: normal;*/
	/*border:solid 1px blue;*/
}

ul#menu h2 {
	font-size:11px;
}

ul#menu h3 {
	font-size:10px;
}
ul#menu h2 {
	width:111px;
}
ul#menu h3,
ul#menu h4,
	ul#menu h3 a {
	width:150px;
	}

li.menu:hover {
	/*background-image:url("/data/images/fond-menu-vert.jpg");*/
	/*background-color: green;*/

}

li.menu ul {
	background-color:#790000;
	visibility: hidden;
}
li.menu:hover ul {
	visibility: visible;
}
li.menu li:hover {
	background-color:#ca0b0b;
}
#menu-box {
text-align:center;
vertical-align: middle;
margin-left:auto;
margin-right:auto;
}

/* Menu global */
ul#menu {
padding: 0px;
margin: 0px;
}

/* Link properties */
ul#menu a {
padding:0px;
margin:0px;
}

/* Text properties */
ul#menu h2 , ul#menu h3{
padding: 0px;
margin: 0px;
padding-top: 0px;
}

/* All submenus */
ul#menu h2,
ul#menu h3,
ul#menu h4,
ul#menu a {
display:block;
vertical-align:middle;
}

/* Items properties */
/*ul#menu li:hover {
}*/

/* First level */
li.menu {
float:left;
display: inline;
position: relative;
}

h2 a {
	height:39px;
}
h3 a,
h4 a {
	height:20px;
}

h2 span {
position:relative;
top:12px;
}

h3 span,
h4 span {
position:relative;
top:5px;
/*border:1px dashed black;
padding:3px 12px 3px 12px;*/
}

/* Second level */
li.menu ul {
position:absolute;
left:-25px;
z-index: 500;
padding: 0px;
margin: 0px;
list-style: none;
padding-left: 5px;
padding-bottom: 5px;
padding-right:5px;
/*border: 1px dashed black;*/
}

li.submenu {
width:100%;
}


