@charset "utf-8";


#navbar {
	background-image: none;
	height: 31px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #404040;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #F90000;
	border-right-color: #F90000;
	border-bottom-color: #F90000;
	border-left-color: #F90000;
}




#titre {
	height: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #DB2606;
	text-align: center;
	margin-top: 0px;
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
	border: 4px none #000066;
}

#container #pied {
	clear: both;
	font-family: Myndraine;
	font-size: 12px;
	padding: 4px;
	text-align: center;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #575757;
	background-color: #C0C0C0;
}
#container #pied a {
	color: #000000;
	text-decoration: none;
}
#container #pied a:hover {
	color: #3538AC;
}



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

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

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

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

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

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 8em;
}
/* 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 same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.2em;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #404040;
	color: #FFFFFF;
	text-decoration: none;
	width: 130px;
	padding-top: 0.5em;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	margin-top: 10px;
	font-family: Tahoma;
	font-size: small;
	font-weight: bolder;
	text-align: left;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #DE2937;
	border-right-color: #DE2937;
	border-bottom-color: #DE2937;
	border-left-color: #DE2937;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #97BCEA;
	color: #000000;
}

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

 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.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
	ul.MenuBarVertical li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background-color: #404040;
	}

	
	#flashcontent {
	height: 600px;
	margin-top: 0px;
	float: right;
	width: 830px;
	}
#container #menubar {
	background-color: #404040;
	float: left;
	height: 280px;
	width: 160px;
	margin-top: 0px;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #404040;
}
