#nav 
{
	margin: 0;
	padding: 0;
	height: 70px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li 
{
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#nav a 
{
	float: left;
	padding: 36px 0 0 0;
	overflow: hidden;
	outline: none;
	height: 0px !important; 
	height /**/:36px; /* for IE5/Win only */
}
	
#nav a:hover 
{
	background-position: 0 -37px;
}

#nav a:active, #nav a.selected 
{
	background-position: 0 -74px;	
}

/* Items */

#accueil a  
{
	width: 66px;
	background: url(../images/nav/home.gif) top left no-repeat;
}

#parents a  
{
	width: 84px;
	background: url(../images/nav/parents.gif) top left no-repeat;
}

#jeunes a  
{
	width: 70px;
	background: url(../images/nav/teens.gif) top left no-repeat;
}

#ressources a  
{
	width: 100px;
	background: url(../images/nav/resources.gif) top left no-repeat;
}


#initiatives a  
{
	width: 98px;
	background: url(../images/nav/initiatives.gif) top left no-repeat;
}

#nouvelles a  
{
	width: 70px;
	background: url(../images/nav/news.gif) top left no-repeat;
}
#english
{
	position: absolute;
	right: 0;
}
#english a  
{
	width: 91px;
	background: url(../images/nav/francais.gif) top left no-repeat;
}
#menaces a
{
	width: 84px;
	background: url(../images/nav/threats.gif) top left no-repeat;
}
#conseils a {
	width: 66px;
	background: url(../images/nav/tips.gif) top left no-repeat;
}

#footer ul li.text
{
	display: block;
	float: left;
	width: 361px;
	text-align: center;
}