@charset "utf-8";
/* RESET */

html, body, 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,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; /* pour éviter les marges */ 
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	text-align: center; /* pour corriger le bug de centrage IE */ 
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS Comun */
body {
	background-color:#000000;
	color:#FFFFFF;
}

body, div, p, a, li, span, h1, h2, h3 {
	font-family: "Lucida Grande", lucida, verdana, helvetica, sans-serif; 
}

#global {
position:absolute;
left: 50%;
top: 50%;
width: 578px;
height: 506px;
margin-top: -253px; /* moitié de la hauteur */
margin-left: -289px; /* moitié de la largeur */
border:0;
background-color: #000000;
}

 /* --------------------------------------------------------------------------- 
                            Navigation Menu
-----------------------------------------------------------------------------*/

#menu { 
	position:relative;
	width: 578px;
	height: 35px;
	margin:0;
	margin-top:35px;
	padding:0;
	border:0;
	background-color:#111;
	}

ul#nav {
	float:left;
	width: 578px;
	list-style-type: none;
	height:35px;
	margin: 0 0 0 0; 
	padding: 0;
	border:0;
	background-color:#222;
}

#nav li.main {
	position:relative;
	float: left;
	margin-right:0;
	list-style: none;
	cursor: default;
	border:0;
}

#nav li.main a {
	display: block;
	margin: 0 0 0 0;
	height: 35px;
	overflow:hidden;
	padding:0;
	text-indent: -99999px;
	border:0;
}

#ace a { width: 289px; background: #000 url(/images/ace.gif) 0 0 no-repeat; }
#patrimonia a { width: 289px; background: #000 url(/images/patrimonia.gif) 0 0 no-repeat; }

#nav li a:hover
{ 
	background-position: 0 -35px;
}

