/*
 * navig.css :	Styles pour une barre de navigation de branche
 *		Modifie les styles definis dans legos.css
 *		Ajoute les styles particuliers aux boutons et menus
 */

/*
 * Barre de navigation horizontale
 */

a.itemNavig, a.itemNavig:link, a.itemNavig:visited {
	color:			Navy;
	background:		LightGoldenRodYellow;
}

a.itemNavig:active, a.itemNavig:hover {
	color:			white;
	background:		Navy;
}

/* Style particulier pour chaque element de la navbar */
#bouton1Navig {
	width:			170px;
}

#bouton2Navig {
	width:			170px;
}

#bouton3Navig {
	width:			170px;
}	

#bouton4Navig {
	width:			170px;
	border-right:		1px solid #1E4A73;
}	


#videGNavig {
	width:			38px;
	border:			0;
}

#videDNavig {
	width:			38px;
	border:			0;
}

/*
 * Menus associes a la barre de navigation
 */

a.menuNavig, a.menuNavig:link, a.menuNavig:visited {
	color:			DarkRed;
	background:		LightGoldenRodYellow;
}

a.menuNavig:active, a.menuNavig:hover {
	color:			white;
	background:		Navy;
}

/* Style pour chaque menu */
.bouton1Menu {
	width:			170px;
}

.bouton2Menu {
	width:			170px;
}

.bouton3Menu {
	width:			170px;
}

.bouton4Menu {
	width:			170px;
}

