h1      { font-family: Verdana, Arial,  sans-serif; font-size: 11pt; font-weight: bold; color: #000099; }
h2      { font-family: Verdana, Arial,  sans-serif; font-size: 10pt; font-weight: bold; }
h3      { font-family: Verdana, Arial,  sans-serif; font-size: 8pt; font-weight: bold; }
th      { font-family: Verdana, Arial,  sans-serif; font-size: 10pt; font-weight: bold; text-align: center; }
.h1     { font-family: Verdana, Arial,  sans-serif; font-size: 10pt; font-weight: bold; }
.h2     { font-family: Verdana, Arial,  sans-serif; font-size: 10pt; font-weight: bold; }
.notice { font-family: Verdana, Arial,  sans-serif; font-size: 10pt; color: #006699; }

.titre      { font-family: Verdana, Arial, sans-serif; font-size: 11pt; font-weight: bold; color: #00000; }

.normal { font-family: Verdana, Arial , sans-serif; font-size: 10pt; color: #000000;}
.normal:link {text-decoration: none; color: #333399;}
.normal:visited {text-decoration: none; color: #333399;}
.normal:hover {text-decoration: overline underline; color: #CC0000;}

.label { font-family: Verdana, Arial, sans-serif; font-size: 10pt; color: #000000; font-weight: bold;}
.label:link {text-decoration: none; color: #333399; font-weight: bold;}
.label:visited {text-decoration: none; color: #333399; font-weight: bold;}
.label:hover {text-decoration: overline underline; color: #CC0000; font-weight: bold;}


.petit { font-family: Verdana, Arial, sans-serif; font-size: 8pt; color: #000000;}
.petit:link {text-decoration: none; color: #333399;}
.petit:visited {text-decoration: none;  color: #333399; }
.petit:hover {text-decoration: overline underline; color: #CC0000;}

.bouton {font-family:Arial,Verdana,Helvetica; font-size: 11px; color:#ffffff ; font-weight:normal; background-color: #002A86;}
.formulaire1 {font-family:Arial,Verdana,Helvetica; font-size: 11px; color:#000000 ; font-weight:normal; background-color: #EEEEEE;}

a:link {
	color: #red;
}
a:visited {
	color: #green;
}
a:hover {
	color: #f20;
}
a[name] {
	color: inherit;
	text-decoration: inherit;
}


/* Left-side naviagation */
#side-nav-label {
	display: none;
}
#side-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #5976b2;
	border-top: 0;
	background-color: #22437f;
}
#side-nav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #5976b2;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #22437f;
}
#side-nav a {
	margin: 0;
	color: #c5ccdb;
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}
#side-nav a:hover {
	background-color: #34548f;
	color: #fff;
}
#side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#side-nav ul li {
	border-top: 1px solid #34548e;
	background-color: #34548e;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #34548e;
}
#side-nav ul li:hover {
	border-bottom: 1px solid #34548f;
}
#side-nav ul li a {
	padding-left: 12px;
	color: #a7b2c9;
}
#side-nav ul li a:hover {
	background-color: #46659e;
}
#side-nav ul ul li a {
	padding-left: 18px;
}
#side-nav strong a {
	font-weight: normal;
	color: #fff !important;
	background-color: #10203b;
}
#side-nav strong a:hover {
	background-color: #172e56 !important;
}


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

#suruneile-header {
	background-color: #fff;
	height: 62px;
}
#suruneile-header img {
	border: 0;
	vertical-align: middle;
}
#suruneile-header-logo {
	/* position is offset by the header padding amount */
	position: absolute;
	left: 26px;
	top: 13px;
	z-index: 3;
}
#suruneile-header-logo img {
	width: 124px;
	height: 100;
}
#suruneile-header-items {
	/* position is offset by the header padding amount */
	position: absolute;
	right: 10px;
	top: 15px;
	text-align: right;
	display: inline;
}
#suruneile-header-items a {
	color: #000;
	text-decoration: none;
	padding: 7pt;
	font-size: 0.8em;
}
#suruneile-header-items a:hover, #suruneile-header-search-button:hover {
	color: #f20;
	cursor: pointer;
}
#suruneile-header-items img {
	margin-right: 1px;
	width: 16px;
	height: 16px;
}
#suruneile-header-search {
	height: 25px;
}
#suruneile-header-search-entry {
	vertical-align: top;
	margin: 0.65em 4px 0 10px;
	padding: 2px 4px;
	background-color: #f5f5f5;
	border: 1px solid #999;
	font-size: 0.8em !important;
}
#suruneile-header-search-entry:focus {
	background-color: #fff;
	border: 1px solid #555;
}
#suruneile-header-search-button {
	font-size: 0.8em !important;
	vertical-align: top;
	margin-top: 0.2em;
	border: 0;
	padding: 7px;
	background: #fff url('/images/header-search.png') no-repeat left;
	padding-left: 21px;
}
#suruneile-header-items form {
	float: right;
}
#suruneile-header-items input {
	font-size: 0.85em;
}