/* CSS Document */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #11256E;
}
img
{
	border: 0px;
}
a
{
	color: #11256E;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
h1
{
	font-size: 14px;
	font-weight: bold;
	color: #FB8C04;
	margin-top: 20px;
}
h2
{
	font-size: 16px;
	font-weight: bold;
	color: #11256E;
}
h3
{
	font-size: 12px;
	font-weight: normal;
	color: #0025AA;
	line-height: 145%;
}
h3 li
{
	margin-top: 10px;
	list-style-image: url("../images/stlistimg.jpg");
	list-style-position: outside;
	margin-left: 20px;
}
h3 img
{
	margin-top: 20px;	
}
h3 ul li
{
	font-size: 12px;
	margin-top: 5px;
	list-style-image: url("../images/stlistimg2.jpg");
	list-style-position: outside;
}
#main
{
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	background-color: #fff;
}
#header
{
	width: 800px;
	height: 90px;	
	background-image: url("../images/header-800x90.gif");
}
#logo
{
	width: 220px;
	height: 67px;
	padding-top: 12px;	
	padding-left: 12px;
	float: left;
}
#horizontalMenu
{
	width: auto;
	height: 22px;
	float: right;
	margin-top: 68px;
	text-align: center;
	text-decoration: none;
}
#horizontalMenu a:hover
{
	text-decoration: none;
}
#horizontalButton1
{
	width: 125px;
	height: 22px;
	background-color: #1d52b8;
	float: left;
	color: #fff;
	border-left: 1px solid #fff;
	line-height: 22px;
}
#horizontalButton1:hover
{
	background-color: #ffae00;
	color: #11256e;	
}
#leftcol
{
	width: 800px;
	height: 510px;
	margin: 0;
	padding: 0;
	background-image: url("../images/leftcol-190x5.gif");
	background-repeat: repeat-y;
}
#path
{
	width: 600px;
	height: 32px;
	padding-left: 10px;
	line-height: 32px;
	float: right;
	color: #acacac;
	background-image: url("../images/path-610x32.gif");
}
#path a
{
	color: #acacac;
}
#page
{
	width: 570px;
	height: 478px;
	float: right;
	padding-right: 20px;
	overflow-y: scroll;
	overflow-x: hidden;	
}

#dynmenu
{
	position: absolute;
	/* solve a Opera7/IE display bug */
	width: 190px;
	width/**/: 188px;	
	height: auto;
	margin-top: 20px;
	padding: 0;
}
#dynmenu ul
{
	position: absolute; /* important */
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}
#dynmenu ul li
{
	float: right;
	margin: 16px 0px 0px 0px;
	padding: 0px;
	width: 190px;
}
#dynmenu ul li a
{
	text-align: right;
	font-size: 13px;
	color: #ffae00;
	font-weight: bold;
	display: block;
	width: 150px;
	padding-left: 10px;
	margin: 0;
	padding: 0px; /* em units can creat little graphic bug in mozilla */
}            
#dynmenu ul li ul
{
	margin-left: 190px; /* be careful */
	margin-top: -15px;
	border-width: 1px;
	border-style: solid;
	border-color: #11256E;
	width: 190px;
}
#dynmenu ul li ul li
{
	width: 190px;
	display: block;    
	float: left;  
	list-style: none;
	margin: 0;
	padding: 0;
}
#dynmenu ul li ul li a
{
	text-align: left;
	background-color: #fff;
	color: #11256E;
	font-weight: bold;
	display: block;
	width: 184px;
	text-decoration: none;
	margin: 0px;
	padding: 3px;
}
#dynmenu ul li ul li a:hover
{
	background-color: #ccc;
}
#dynmenu span
{
	display: none;
}
#dynmenu li ul
{
	visibility:hidden;
}
* html .menu li, #dynmenu li
{
	display: inline; /* solve a IE PC list bug */
	float: none; /* solve a IE5 clav nav bug */
}
#ensavoirplus
{
	margin-top: 210px;
	width: 180px;
	font-weight: bold;
	color: #1d52b8;
	background-color: #c3c3c3;
	padding: 5px;
}
#staticmenu1
{
	text-align: right;
	font-size: 13px;
	color: #ffae00;
	font-weight: bold;
	width: 160px;
}
#staticmenu1 a
{
	margin-top: 10px;
	display: block;
	font-weight: bold;
	color: #ffae00;
}
#staticmenu2
{
	padding-top: 30px;
	text-align: right;
	font-size: 10px;
	color: #1d52b8;
	font-weight: bold;
	width: 160px;
}
#staticmenu2 a
{
	text-align: right;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #1d52b8;
}
#staticmenu2 a:hover
{
	text-decoration: underline;
}
#spacer
{
	clear: both;
}