/* Navigation */

#navcontainer{
	width:100%;
	background-color:#071c2e;
	height:43px;
	padding-top:10px;
}

#navigation{
	width:707px; /* sans concours 633px */
	margin-left:auto;
	margin-right:auto;
}

#nav {
	text-align: center;
	list-style:none;
	white-space:nowrap;
	height:43px;
	display:inline;
	overflow:hidden;	
}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 43px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:43px; /* pour IE5 */
}
	
#nav a:hover {
	background-position: 0 -43px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -43px;
}

#accueil a  {
	width: 56px;
	background: url(../images/nav/accueil_en.gif) top left no-repeat;
}
	
#presentation a  {
	width: 79px;
	background: url(../images/nav/presentation_en.gif) top left no-repeat;
}

#inscription a  {
	width: 96px;
	background: url(../images/nav/inscription_en.gif) top left no-repeat;
}
	
#programmation a  {
	width: 79px;
	background: url(../images/nav/programmation_en.gif) top left no-repeat;
}

#galerie a  {
	width: 72px;
	background: url(../images/nav/galerie_en.gif) top left no-repeat;
}

#celebrites a  {
	width: 88px;
	background: url(../images/nav/celebrites_en.gif) top left no-repeat;
}

#partenaires a  {
	width: 79px;
	background: url(../images/nav/partenaires_en.gif) top left no-repeat;
}

#dons a  {
	width: 84px;
	background: url(../images/nav/dons_en.gif) top left no-repeat;
}


#concours a  {
	width: 74px;  
	background: url(../images/nav/blog_en.gif) top left no-repeat; /* pour le concour c'est ../images/nav/concours_en.gif
}


