/*
################
# Marionnettes du bout du monde - Feuille de style pour les menus
########
# Marc Nadeau, 2007-12-05 - Marc Nadeau, 2009-03-26
################
*/





/* OLD */


p.navigation_bas_de_page{
	text-align: center;
	line-height: 180%;
}


a.menu_sections_pale, a.menu_sections_fonce:visited{
	color: #000;
	font-weight: normal;
	font-size: 90%;
	margin-left: 0.5ex;
	margin-right: 0.5ex;
	text-decoration: none;
	border-bottom: #009 solid thin;
	background-color: transparent;

}

a.menu_sections_fonce:hover{
	color: #009;
	border-bottom: #000 solid thin;
	background-color: #ff6;
}



a.menu_sections_pale, a.menu_sections_pale:visited{
	color: #fff;
	font-weight: normal;
	font-size: 95%;
	margin-left: 0.5ex;
	margin-right: 0.5ex;
	text-decoration: none;
	border-bottom: #fff solid thin;
}

a.menu_sections_pale:hover{
	color: yellow;
	border-bottom: red solid thin;
}

/* Menus specifiques a l editeur du site - zone privee */

div.menu_module
	{
	text-align: center;
	}

form.menu_module
	{
	display: inline;
	}



input.active_sub_module
	{
	color: #333;
	background-color: #ccc;
	border: #000 solid thin;
	font-weight: bold;
	padding: 0.5ex;
	}


input.inactive_sub_module
	{
	color: #000;
	background-color: #fff;
	border: #000 solid thin;
	font-weight: bold;
	padding: 0.5 ex;
	}

input.inactive_sub_module:hover
	{
	background-color: #cff;
	border: #330 solid thin;
	}

a.main_menu_item
{
margin-left: 0.5em;
margin-right: 0.5em;
}









