@import url(common.css);

html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	text-align: left;
	font-size: 10pt; /*0.8em; /* correspond au paramètre "moyenne" dans les navigateurs */
	font-family: Arial, Helvetica, sans-serif;

	background-color:#FFFFFF;
	background-attachment: fixed;
	background-image: url("/images/bkgnd/winter2008.jpg");
	background-repeat: no-repeat;
}

#header {
	width: 100%;
	margin: 0;
	padding:0;
}

#main_menu_bar
{
	height: 30px;
	margin: 0;
	padding:0;
/* filter:alpha(opacity=80);
*/	-moz-opacity:0.80;
	opacity:0.80;
}

#nifty {
	width: 768px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background-color:#FFFFFF;
 	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

#wrapper {
	padding:10px;
}

#mega_banner_wrap {
	padding: 0px;
	margin: 0px;
}

.smalltext {
	font-size: 9pt;
}

h1 {
	color:#000033;
	background-color:#9999CC;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 16pt;
	margin: 0;
	padding-left: 2px;
}

h2 {
	color:#000066;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 6px;
}

h3 {
	color:#000099;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 6px;
}

.infobox_title {
	font-size: 9pt;
	background-color:#9999CC;
	color:#000066;
	margin:0;
	padding:1px;
	font-weight: bold
}

.info_box {
	font-size: 8pt;
	border-style: solid;
	border-color: #9999CC;
	border-width: 1px;
}

.themesel_style {
	background-color:#FFFFFF;
	width:150px;
	padding: 4px;
	font-size: 8pt;
	border-style: solid;
	border-color: #9999CC;
	border-width: 1px;
	margin: 2px;
	float: right;
}

#thememenu {
	background-color:#FFFFFF;
	width:150px;
	padding: 4px;
	font-size: 8pt;
	border-style: solid;
	border-color: #9999CC;
	border-width: 1px;
}

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

	(Moved from SpryMenubarHorizontal.css)
  DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #4C61A0;
/*	padding: 0.5em 0.75em; */
	padding: 8px;
	color:#FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 8pt;
/*	font-weight: bold; */
	text-transform:uppercase;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	/* background-color: #D3D39D; */
	background-color:#133083;
	color: #FFFFFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #133083;
	color: #FFFFFF;
}