/* Navigation */

#navcontainer{
	width:100%;
	background-color:#071c2e;
	height:43px;
	padding-top:10px;
}

#navigation{
	width:682px; /* était 610px sans concours ou blog */ 
	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: 62px;
	background: url(../images/nav/accueil_fr.gif) top left no-repeat;
}
	
#presentation a  {
	width: 88px;
	background: url(../images/nav/presentation_fr.gif) top left no-repeat;
}

#inscription a  {
	width: 82px;
	background: url(../images/nav/inscription_fr.gif) top left no-repeat;
}
	
#programmation a  {
	width: 104px;
	background: url(../images/nav/programmation_fr.gif) top left no-repeat;
}

#galerie a  {
	width: 62px;
	background: url(../images/nav/galerie_fr.gif) top left no-repeat;
}

#celebrites a  {
	width: 77px;
	background: url(../images/nav/celebrites_fr.gif) top left no-repeat;
}

#partenaires a  {
	width: 85px;
	background: url(../images/nav/partenaires_fr.gif) top left no-repeat;
}

#dons a  {
	width: 50px;
	background: url(../images/nav/dons_fr.gif) top left no-repeat;
}


#concours a  {
	width: 72px;  
	background: url(../images/nav/blog_fr.gif) top left no-repeat;/* était ../images/nav/concours_fr.gif pour le concours */ 
}
