/* styles news, seach, contact */
.button01 		{background-image: url(../design/button_01_bkg.gif);  background-position: top;  background-repeat: repeat; }
.button02 		{background-image: url(../design/button_02_bkg.gif);  background-position: top;  background-repeat: repeat; }
.txtwhite		{font-size:xx-small; font-weight: normal; color: #FFFFFF}
.txtcontent		{font-size:xx-small; font-weight: normal; color: #0A3D8C}
.titlesmallcontent	{font-size:small; font-weight: bold; color: #0A3D8C}
.searchlist		{text-decoration: none; font-weight: normal; font-size:9pt; color: #0A3D8C}
.contactlist	{text-decoration: none; font-weight: normal; font-size:8pt; color: #0A3D8C}
.titlecontent	{font-size:x-large; font-weight: normal; color: #0A3D8C; letter-spacing: 1pt}
.grey		 	{background-color: #F8F9F9;}
.grey2		 	{background-color: #E6E6E6;}
.white 			{background-color: #FFFFFF;}
.txtcontactunder	{font-size:7pt; font-weight: normal; color: #868989; text-decoration: underline;}
.txtcontact			{font-size:7pt; font-weight: normal; color: #868989}


/* links news, seach, contact */
a.searchlist, a.searchlist:active, a.searchlist:link, a.searchlist:hover	
{text-decoration: underline; font-weight: normal; font-size:10pt; color: #0033CC}
a:visited			
{color: #666633}
a.linkcontent, a.linkcontent:link, a.linkcontent:active, a.linkcontent:visited, a.linkcontent:hover	
{text-decoration: underline; font-weight: normal; font-size:xx-small; color: #0A3D8C}
a.linkcontentbold, a.linkcontentbold:link, a.linkcontentbold:active, a.linkcontentbold:visited, a.linkcontentbold:hover	
{text-decoration: underline; font-weight: bold; font-size:xx-small; color: #0A3D8C}
a.whitelink, a.whitelink:link, a.whitelink:active, a.whitelink:visited	
{text-decoration: none; font-weight: normal; font-size:xx-small; color: #FFFFFF}
a.whitelink:hover	{text-decoration: underline}
a.linkmenu, a.linkmenu:link, a.linkmenu:active, a.linkmenu:visited	
{text-decoration: none; color: #0B78A2;}

/* standard style */
html, body, * {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #273C83;
}

#container {
	width: 958px;
	margin: auto;
}

.clear { /* obligatoire pour IE */
	clear: both;
	height: 1px;
}


/****************************************
	Top Bar
****************************************/

#container #topBar:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
#container #topBar {
	height: 1%;
	background: #213F99;
	margin-right: 3px;
	border-bottom: 1px solid #FFF;
}

#container #topBar h1,#container #topBar h5 {
	float: left;
	display: inline;
	font-size: 0.7em;
	color: #FFF;
	font-weight: normal;
	margin: 10px;
}

#container #topBar form {
	float: right;
	width: 220px;
	background: url(../images/bg_topBar_form.gif) repeat-y left center;
	padding: 6px 0 6px 10px;
}
	
#container #topBar form fieldset {
	border: none;
}

#container #topBar form input {
	float: left;
}

#container #topBar form input#searchField {
	border: 1px solid #6382E1;
	padding: 1px;
}

#container #topBar form input.button {
	margin-left: 10px;
}



/****************************************
	Header
****************************************/

#container #header {
	height: 177px;
	background: url(../images/bg_header.jpg) no-repeat left bottom;
	position: relative;
}

#container #header #logo {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}

#container #header #flash {
	position: absolute;
	top: 0;
	left: 233px;
}


/****************************************
	Main
****************************************/

#container #main:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

#container #main {
	height: 1%;
	background: url(../images/bg_main.gif) repeat-y left;
}


/****************************************
	Main Navigation
****************************************/

#container #main #mainNav {
	float: left;
	width: 790px;
	height: 30px;
	background: url(../images/bg_mainNav.jpg) no-repeat left top;
}

#container #main #mainNav ul {
	list-style: none;
	font-size: 13px;
	margin: 3px 0 0 0;
}

#container #main #mainNav li {
	float: left;
}

#container #main #mainNav li a {
	color: #273C83;
	text-decoration: none;
	display: block;
}

#container #main #mainNav li.nb1 a {
	width: 57px;
	padding: 4px 0 7px 195px;
}

#container #main #mainNav li.nb1 a:hover,
#container #main #mainNav li.nb1 a.active {
	background: url(../images/bg_mainNav_nb1-active.jpg) no-repeat left top;
}

#container #main #mainNav li.nb2 a {
	width: 143px;
	padding: 4px 0 7px;
	margin-left: 1px;
	text-align: center;
}
#container #main #mainNav li.nb3 a {
	width: 140px;
	padding: 4px 0 7px;
	margin-left: 1px;
	text-align: center;
}

#container #main #mainNav li.nb4 a {
	width: 128px;
	padding: 4px 0 7px;
	margin-left: 1px;
	text-align: center;
}

#container #main #mainNav li.nb5 a {
	width: 123px;
	padding: 4px 0 7px;
	margin-left: 1px;
	text-align: center;
}

#container #main #mainNav li.nb2 a:hover,
#container #main #mainNav li.nb2 a.active,
#container #main #mainNav li.nb3 a:hover,
#container #main #mainNav li.nb3 a.active,
#container #main #mainNav li.nb4 a:hover,
#container #main #mainNav li.nb4 a.active,
#container #main #mainNav li.nb5 a:hover,
#container #main #mainNav li.nb5 a.active {
	background: url(../images/bg_mainNav_nb2-active.jpg) repeat-x left top;
}



/****************************************
	Content
****************************************/
#container #main #contentIndex:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#container #main #contentIndex {
	height: 1%;
	width: 790px;
	float: left;
	padding-bottom: 20px;
}


/* Content Index */

#container #main #contentIndex .indexBox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#container #main #contentIndex .indexBox {
	height: 1%;
	float: left;
	width: 365px;
	margin: 20px 10px 20px 0;
}

#container #main #contentIndex .indexBox.nb1,
#container #main #contentIndex .indexBox.nb3 {
	margin-left: 14px;
	clear: both;
}

#container #main #contentIndex .indexBox.nb5 {
	margin-bottom: 0;
	margin-top: 155px;
	width: 700px;
	height: 21px;
}

*+html #container #main #contentIndex .indexBox.nb5 {
	margin-top: 162px;
}

#container #main #contentIndex .indexBox.nb6 {
	margin: 0px;
	width: 256px;
}

#container #main #contentIndex .indexBox.nb7 {
	margin: 0px;
	width: 237px;
}

#container #main #contentIndex .indexBox.nb8 {
	margin: 0px;
	width: 284px;
}

#container #main #contentIndex .indexBox h2 {
	height: 30px;
}

#container #main #contentIndex .indexBox.nb1 h2 {
	background: url(../images/h2_index1.gif) no-repeat left top;
}

#container #main #contentIndex .indexBox.nb2 h2 {
	background: url(../images/h2_index2.gif) no-repeat left top;
}

#container #main #contentIndex .indexBox.nb3 h2 {
	background: url(../images/h2_index3.gif) no-repeat left top;
}

#container #main #contentIndex .indexBox h2 span {
	display: none;
}

#container #main #contentIndex .indexBox ul {
	float: left;
	width: 165px;
	list-style: none;
	font-size: 0.75em;
	margin-right: 10px;
	line-height: 1.6em;
}
	
#container #main #contentIndex .indexBox li {
	background: url(../images/bg_content_indexBox-li.gif) no-repeat left 9px;
	padding-left: 7px;
}

#container #main #contentIndex .indexBox li a {
	color: #273C83;
	text-decoration: none;
}

#container #main #contentIndex .indexBox li a:hover {
	text-decoration: underline;
}

#container #main #contentIndex .indexBox.nb4 img {
	border: none;
	margin: 0 10px 3px 0;
}


/* Secondary Navigation */

#content #print {
	background: url(../images/print.jpg) no-repeat left top;
	margin-left: 500px;
	margin-bottem: 200px;
	padding: 30px 0px 0px 0;
}

#secondaryNav {
	float: left;
	width: 204px;
	background: url(../images/bg_content_secondNav.jpg); 
	margin-top: 15px;
}

#secondaryNav span.background {
	height: 14px;
	display: block;
	background: url(../images/bg_content_secondNav-span.jpg); 
	overflow: hidden;
	margin-bottom: -5px;
}

#secondaryNav ul {
	font-size: 0.9em;
	background: url(../images/bg_content_secondNav-ul.jpg) no-repeat bottom right;
	padding-bottom: 25px;
	list-style: none;
	line-height: 1.5em;
}

#secondaryNav li.current {
	padding: 4px 4px;
	margin-right: 15px;
	font-weight:bold;
	text-decoration: none;
}

#secondaryNav li {
	background: url(../images/bullet_secNav_li.gif) repeat-x left bottom;
	padding: 4px 4px;
	margin-right: 15px;
	text-decoration: none;
	font-weight: normal;
	width: 180px;
	overflow: hidden;
	
}

#secondaryNav li.arrow {
	padding: 4px 14px;
	margin-right: 15px;
}

#secondaryNav li.arrow a {
	background: url(../images/bullet_secNav_arrow.gif) no-repeat left 4px;
	color: #0B78A2;
	padding-left: 12px;
	text-decoration: none;
	display: block;
}

#secondaryNav li ul {
	background: none;
	padding: 2px 0 0;
	line-height: 1.2em;
	font-size: 0.8em;
}

#secondaryNav li ul li {
	background: none;
	padding: 5px 10px;
}

/* Content */
	
#container #main #content {
	float: left;
	width: 546px;
	margin-top: 15px;
	padding: 0 20px;
}

#container #main #content #breadcrumb {
	font-size: 0.75em;
	margin-left: -15px;
}

#container #main #content #breadcrumb #print {
	background: url(../images/print.jpg) no-repeat left top;
	margin-left: 530px;
	padding: 30px 0px 0px 0;
}

#container #main #content #breadcrumb p {
	font-size: 1em;
	margin: 0;
}

#container #main #content #breadcrumb a {
	text-decoration: none;
	color: #273C83;
	padding: 0 5px;
}

#container #main #content #breadcrumb strong a {
	color: #F15988;
}

#container #main #content h1 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 15px 0 5px;
}

#container #main #content h2 {
	font-size: 0.8em;
	color: #2EA1E7;
	margin: 15px 0 5px;
}

#container #main #content p {
	font-size: 0.75em;
	margin: 10px 0 7px;
	line-height: 1.3em;
}

#container #main #content ol {
	font-size: 0.75em;
	margin: 10px 0 0 20px;
	padding-left: 10px;
}

#container #main #content ol li {
	line-height: 1.5em;
	padding-bottom: 5px;
}

#container #main #content ol li span {
	background: url(../images/bg_content_ol-span.gif) no-repeat left 5px;
	padding-left: 8px;
}

#container #main #content li {
	font-size: 8pt;
	margin: 10px 0 0 20px;
	padding-left: 10px;
}

#container #main #content ol {
	font-size: 10pt;
	margin: 10px 0 0 20px;
	padding-left: 10px;
}

#container #main #content td {
	/* font-size: 10pt; */
	margin: 10px 0 0 20px;
	padding-left: 10px;
}


/****************************************
	Sidebar
****************************************/

#container #sidebar {
	float: left;
	width: 149px;
	margin: -27px 0 0 8px;
	padding-bottom: 15px;
}


/* News */

#container #sidebar #news {
	background: url(../images/bg_sidebar-line.gif) repeat-x left bottom;
	padding: 0 5px 10px;
	font-size: 0.75em;
}

#container #sidebar #news h2 {
	display: none;
}

#container #sidebar #news .item {
	margin: 0 0 10px;
}

#container #sidebar #news .item a {
	color: #273C83;
}

#container #sidebar #news .item .date a {
	text-decoration: none;
}	

#container #sidebar #news .readMore {
	background: url(../images/bg_sidebar-moreNews.gif) no-repeat right center;
	padding: 3px 20px 4px 0;
	text-align: right;
}

#container #sidebar #news .readMore a {
	color: #F15988;
}


/* Login */

#container #sidebar #login {
	background: url(../images/bg_sidebar-line.gif) repeat-x left bottom;
	padding: 0 5px 10px;
	font-size: 0.75em;
}

#container #sidebar #login h2 {
	background: url(../images/h2_sidebar_login.gif) no-repeat left top;
	height: 27px;
	margin-top: 15px;
}

#container #sidebar #login #EID h2 {
	background: url(../images/h2_sidebar_login_eid.gif) no-repeat left top;
	margin-top: 10px;
}

#container #sidebar #login h2 a {
	display: block;
	height: 27px;
	width: 100%;
}

#container #sidebar #login h2 a span {
	display: none;
}

#container #sidebar #login form {
	font-size: 0.9em;
	padding-top: 3px;
}

#container #sidebar #login form fieldset {
	border: none;
}

#container #sidebar #login form input#username,
#container #sidebar #login form input#password {
	border: 1px solid #F15988;
	padding: 2px;
	margin: 5px 0 0;
	font-size: 0.9em;
	color: #F5A0BB;
	width: 133px;
}

#container #sidebar #login form input.button {
	float: right;
	margin: 7px 0 5px;
}

#container #sidebar #login p.signup {
	clear: both;
	text-align: right;
	font-size: 1.1em;
}

#container #sidebar #login p.signup a {
	color: #F15988;
}

#container #sidebar #login #logged p {
	margin-top: 5px;
}

#container #sidebar #login #logged p strong {
	color: #F15988;
	font-weight: normal;
}

#container #sidebar #login #logged p a {
	color: #273C83;
	text-decoration: underline;
}

#container #sidebar #login #logged p.logout {
	text-align: right;
}

#container #sidebar #login #logged p.logout a {
	color: #F15988;
}

#container #sidebar #login p.text a {
	color: #273C83;
}

#container #sidebar #login p.link a {
	color: #F15988;
}

#container #sidebar #login p.name {
	color: #F15988;
}

/* Advice */

#container #sidebar #advice {
	background: url(../images/bg_sidebar-line.gif) repeat-x left bottom;
	padding: 2px 5px 7px;
	font-size: 0.75em;
}

#container #sidebar #advice p {
	margin: 7px 5px;
}

#container #sidebar #advice p a {
	color: #273C83;
}

/* Buttons */

#container #sidebar #sections

{
background-color: transparent;
background-image: url(../images/bg_sidebar-line.gif);
background-repeat: repeat-x;
background-attachment: scroll;
background-x-position: left;
background-y-position: bottom;
padding-top: 6px;
padding-right: 5px;
padding-bottom: 7px;
padding-left: 5px;
}

#container #sidebar #sponsors {
	text-align: center;
}



/* Sections */

#container #sidebar #sections {
	background: url(../images/bg_sidebar-line.gif) repeat-x left bottom;
	padding: 6px 5px 7px;
}

#container #sidebar #sections img {
	margin: 2px 0 0 -3px;
	border: none;
}


/* Sponsors */

#container #sidebar #sponsors img {
	margin-top: 10px;
	border: none;
}

/* Occasional images */

.occa_img {
	margin: 160px 200px 200px 300px;
	float: left;
	position: absolute;
}

/****************************************
	Footer
****************************************/

#container #footer:after,
#container #footerIndex:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
#container #footer,
#container #footerIndex {
	height: 1%;
	font-size: 0.7em;
	padding: 18px 20px 10px;
	clear: both;
	margin-right: 3px;
}

#container #footer {
	background: #213F99 url(../images/bg_footer.gif) no-repeat left top;
}

#container #footerIndex {
	background: #213F99 url(../images/bg_footerIndex.gif) no-repeat left top;
}

#container #footer p,
#container #footerIndex p {
	color: #FFF;
}

#container #footer a,
#container #footerIndex a {
	color: #FFF;
}

#container #footer #copyright,
#container #footerIndex #copyright {
	float: left;
	width: 450px;
}

#container #footer #links,
#container #footerIndex #links {
	float: right;
	width: 450px;
	text-align: right;
}

.CMSTitle1 {
	font-style: normal;
	color: #147ABD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: bold;
	text-decoration: none;
}

.CMSTitle2 {
	font-style: normal;
	color: #0A3D8C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: bold;
	text-decoration: none;
}
.CMSTitle3 {
	font-style: normal;
	color: #147ABD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight: bold;
	text-decoration: none;
}

.CMSSample {
	font-style: italic;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-larger;
}
.CMSWarning {
	font-style: normal;
	color: #FF0066;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.CMSTestimony { 
	font-style: italic; 
	color: #666666
}
.CMSRow2 {
	color: #333333;
	background-color: #FAFAFA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-larger;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 2px;

}
.CMSRow1 {
	color: #333333;
	background-color: #F1F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-larger;
	padding: 2px;
	height: 20px;
	border-top: 1px solid #FFFFFF;
}

.CMSRowHeader	{
	color: #333333;
	background-color: #F1F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-larger;
	padding: 2px;
	height: 20px;
	border-top: 1px solid #FFFFFF;
}

.CMSColHeader	{
	color: #333333;
	background-color: #F1F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-larger;
	padding: 2px;
	height: 20px;
	border-top: 1px solid #FFFFFF;
}

.CMSCol1	{
	color: #333333;
	background-color: #F1F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-larger;
	padding: 2px;
	height: 20px;
	border-top: 1px solid #FFFFFF;
}

.CMSCol2	{
	color: #333333;
	background-color: #F1F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-larger;
	padding: 2px;
	height: 20px;
	border-top: 1px solid #FFFFFF;
}
.CMSStyle1	{
	color: #FFFFFF;
}