@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
ul#menu .menu_accueil {
	border-left:none;
}

ul#menu .menu_marche {
	border-right:none;
}
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul#menu
{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;	
	list-style:none;
	margin:0;
	position:relative;
	-position:absolute;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul#menu li
{
	padding: 0;
	margin: 2px 0 0 0;
	list-style-type: none;
	font-size: 100%;
	text-align: left;
	cursor: pointer;
	float: left;
	line-height:24px;
	border-right:solid 1px #961113;
	border-left:solid 1px #FFFFFF;
}


ul#menu ul li{
	margin: 0;
	padding: 0;	
	float:left;
	display: inline;
	height:100px;
}

#menu span {
	color:#ffffff !important;
	text-decoration:none !important;
	font-weight:normal !important;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul#menu ul
{
	margin: 3px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	width:994px;
	background-color:#D50000;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul#menu ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul#menu ul li
{
	padding:3px 5px;
	line-height:normal;
	border:none;
	border-right:1px solid #ff0000;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul#menu ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul#menu ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: 0;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul#menu ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul#menu a
{
	display: block;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	padding: 0 8px 0 8px;
	margin:0;
}

ul#menu li a
{
	color:#ffffff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}
ul#menu li a:hover
{
	color:#FFCC33;
}


ul#menu ul a {
	font-weight:bold;
	font-size:12px;	
	color:#ffffff;
	padding: 5px;
	height:86px;
}


/* Menu items that have mouse over or focus have a blue background and white text */
ul#menu ul a:hover, ul#menu ul a:focus
{
	/*text-decoration:underline;*/
	background-color:#990000;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul#menu iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul#menu ul li.MenuBarItemIE
	{
		display: inline;
		f/loat: left;
		/*background: #bb4848;*/
	}
}

.li33 {
	width:320px;
}

.li25 {
	width:237px;
}
.li20 {
	width:187px;
}
.li100 {
	width:982px;
}

.menu_mairie {
	width:93px;
}

.menu_vieasso {
	width:109px;
}

.menu_ecoles {
	width:61px;
}

.menu_solidarite {
	width:77px;
}

.menu_infospratiques {
	width:108px;
}

.menu_demarches {
	width:180px;
}

.menu_decouvrir {
	width:130px;
}

.menu_vieeco {
	width:114px;
}

.menu_marche {
	width:98px;
}
