@charset "utf-8";

html{
	overflow:hidden;
}

body{
	font-size:62.5%; 
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif; 
	color:#fff; 
	height:100%;
	overflow:hidden;
	background:#000;
}

/***  LIENS  ***/
a {color: #9c3;font-weight: bold;}
a img {border: 0;}
a:hover {color: #ccc;text-decoration: underline;}

#content{
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%;
	height:100%;
	/*min-width:970px;
	min-height:744px; */
	overflow:hidden;
	background: #000 url(../layout/background_handheld.jpg) no-repeat;
}

/* ** LOGO ** */
#logo{
	display:block;
	position:absolute; 
	top:50px; 
	left:6px; 
	width:299px; 
	height:62px; 
	background:url(../layout/logo.png) no-repeat;
	overflow:hidden;
}

#logo span{ margin-left:-9000px;}

/* **** NAVIGATION *****/
#menu  {
	position:absolute; 
	left:149px; 
	top:140px; 
	list-style: none;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;		/* Création du contexte de formatage */
	text-transform: uppercase;	
}

#menu li {
	/*float: left;*/
	width: 150px;
	border: 1px solid #000;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #000;	
}

#menu li a {
	display: block;
	color: #000;
	font: 1em "Trebuchet MS",Arial,sans-serif;
	line-height: 1em;
	padding: 4px 0;
	text-decoration: underline;
}

#menu li a:hover, #menu li a:focus, #menu li a:active {
	text-decoration: underline;
}

#menu .menudepliant a, #menu .menudepliant span { 
	display: block;
	background: #9c3;
	line-height: 1em;
	padding: 4px 0;
	text-align: center;
	text-decoration: none;
	text-decoration: underline;
} 

#menu .menudepliant li, #menu .menudepliant ul{
	background:transparent;
	border: 1px solid #000;
}

#menu .open a, .menu .open span { 
	background: transparent;
} 

#menu a:hover, .menu a:focus, .menu a:active { 
	text-decoration: none; 
	background: transparent;
} 

#menu .sousmenu { 
	display: block; 
	text-transform: none;	
	background: #fff;
	margin-left: -2px;
	padding: 0; 
	list-style: none;

} 
#menu ul.sousmenu a { 
	background: #fff; 
	border-top: 5px transparent; 
	padding: 3px 0;	
}


#menu ul.sousmenu a:hover { 
	text-decoration: underline;
	background: #333;
	color:#fff;
}

/*** FOOTER ***/
div#footer {
	color: #888;
	position: absolute;
	top:320px; 
	left:10px;
	width: 300px;
	height: 100px;
	margin-top: 20px;
}
	
div#footer p {
	margin: 5px 0 0 0;
	text-align: right;
}