/* STYLE */
* {
	padding:0;
	margin:0;
}
img {
	display: block;
}
.error {
	border:2px solid red;
}
.valid {
	border:2px solid green;
}
#left img {
	display:inline;
}
a img {
	border:none;
}
body {
	font-family:Arial;
	background-image:url(img/bg.png);
	background-repeat:repeat-x;
}
a {
	color:#6ab023;
	text-decoration:none;
}
input {
	color:grey;
}
#home-main p {
	color:#003399;
	font-size:14px;
}
#content #left {
	color:#000;
	font-size: 13px;
}
#content #left #main {
	/* color:#003399; */
	color:#000;
	font-size:14px;
}
#content #left .grey  {
	color:#000;
	font-size:14px;
}
#content #right p {
	color:#000;
	font-size:12.5px;
}
#diaporama h1 {
	color:white;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
}
#content #left h1 {
	color:#6ab023;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
}
h2 {
	text-transform:uppercase;
	font-size:16px;
	color:white;
}
#content #left h2 {
}
#content #right h2 {
}
h3 {
	text-transform:uppercase;
	font-size:16px;
	color:white;
	margin-bottom:15px;
}
#content #left h3 {
	color:#003399;
	max-width: 450px;
}
#content #right h3 {
	color:#003399;
}
#footer {
	color:#87888a;
	text-transform:uppercase;
}
#footer h4 {
	font-size:14px;
}
#footer a {
	color:#87888a;
	font-size:11.5px;
}
#topmenu a {
	/*color:#87888a;
	font-size:11.5px;*/
	text-transform:uppercase;
	color: #039;
	font-size: 13px;
	font-weight: bold;
}
/* / */
/* LAYOUT*/
.clear {
	clear:both;
}
/*ul {
	list-style-type:none;
}
li {
	float:left;
}*/
#right ul {
	list-style-type:none;
}
#menu, #menu ul {
	list-style-type:none;
}
#menu li {
	float:left;
}
#footer ul {
	list-style-type:none;
}
#footer li {
	float:left;
}
#topmenu {
	list-style-type:none;
}
#topmenu li {
	float:left;
}
#main ul {
	margin-left:20px;
}
#header {
	position:relative;
	width:994px;
	margin:0 auto;
	/*border:2px red solid;*/
}
#topmenu {
	padding-top:5px;
	float:right;
}
#topmenu li {
	margin-right:10px;
}
#intranet input[type="text"], #intranet input[type="password"] {
	height:16px;
}
#search {
	float:right;
	display:block;
	position:relative;
	width: 220px;
	float: right;
	margin-top: 5px;
}
#search input[name="search"] {
	float:left;
}
#search input[type="image"] {
	position:absolute;
}
#intranet-button {
	float:left;
	color:#003399;
	font-size:13px;
	font-weight:bold;
	display:block;
	margin:0 0 0 5px;
	cursor:pointer;
	display:inline-block;
	position:relative;
	padding: 8px;
	float: right;
	margin-right: 30px;
}
#intranet-button:hover {
	background-color:#dcdbdb;
}
#intranet-button:hover #intranet {
	display:block;
}
#intranet {
	z-index:100;
	position:absolute;
	top:27px;
	left:0;
	display:none;
	float:right;
	width:323px;
	height:70px;
	background-color:#dcdbdb;
}
#intranet #login {
	display:block;
	float:left;
	margin:15px 0 0 10px;
	width: 280px;
}
#intranet #login input[type="text"], #intranet #login input[type="password"] {
	margin-bottom:5px;
}
#intranet #login input[type="image"] {
	float:right;
	/* margin-top: -7px; */
}
#logo {
	position:absolute;
	top:35px;
	left:0;
}
#menu {
	clear:both;
	float:right;
	margin-top:35px;
	color:#003399;
	text-transform:uppercase;
}
#menu a {
	color:#003399;
	font-size:14px;
}
#menu span {
	display: inline-block;
	/* float:right; */
	margin:0 10px 0 10px;
}
#menu div {
	/* float:left; */
	display: inline-block;
}
#menu li {
/* width:300px; */
	position:relative;
}
#menu li ul {
	display:none;
	position:absolute;
	top:14px;
	left:0;
	background-image:url(img/submenu-bg.png);
	color:#003399;
	z-index: 20;
	width: 160px;
	padding: 2px 0 2px 0;
	margin-top:13px;
}
#menu div > a {
	padding:8px;
	padding-bottom:10px;
}
#menu div:hover > a, #menu div > a.active {
	background-color:#003399;
	color:white;
}
#menu div:hover ul {
	display:block;
}
#menu li ul li a {
	font-size:12px;
	display:block;
	margin: 5px 0 5px 0;
	padding: 3px 10px 3px 10px;
}
#menu li ul li a:hover {
	background-color:#003399;
	color:white;
}
#menu li ul li {
	/* padding: 10px; */
	width: 100%;
}
#menu li ul li:hover {
/* 	font-size:weight; */
}


#diaporama {
	background-image:url(img/diaporama-bg.png);
	width:994px;
	/* width:1012px; */
	margin-left:-9px;
	padding-left:9px;
	padding-right:9px;
	clear:both;
	padding-top:8px;
}

#content {
	background-color:#003399;
}
#content .middle {
	background-color:white;
}
p {
	margin-bottom:15px;
	text-align:justify;
}
hr {
	display:block;
	margin:10px auto;
	color:#b5b5b5;
	background-color:#b5b5b5;
	height:1px;
	border:0;
	width:100%;
}
.details {
	float:right;
	text-transform:uppercase;
	font-size:12px;
}
#content #left {
	background-image:url(img/left-bg.png);
	background-repeat:repeat-x;
	width:660px;
	float:left;
}
#content #main, #content #home-main {
	padding:25px;
}
#content #left h1 {
	margin-bottom:15px;
}
#content #right {
	/* border-left:1px solid #b5b5b5; */
	float:left;
	width:282px;
	padding:0 25px 0 25px;
}
#content #left .block {
	background-image:url(img/content-block-bg.png);
	background-repeat:repeat-x;
	margin-bottom:40px;
	padding-right:20px;
	padding-left: 20px;
}
#content #left .block h2 {
	display:inline-block;
	width:308px;
	height:28px;
	background-image:url(img/banner-blue.png);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:20px;
	position:relative;
	z-index:10;
	margin-left:-20px;
}
#content #left .block h3 {
	display:inline-block;
	margin:5px 0 0 5px;
}
#content #left .block-img {
	float:left;
	margin-top:5px;
	margin-right:10px;
	margin-left:-20px;
}

.block .date {
	color:#6ab023;
	display:inline-block;
	width:250px;
	margin-top:0px;
	margin-bottom:5px;
}
#left .date {
	margin-left:30px;
}
.block .title {
	font-weight:bold;
	color:#000;
}

#content #right .block {
	margin-bottom:40px;
color: #3E3D40;
font-family: Arial;
font-size: 13px;
}
#content #right .block:first-child h2 {
	border-top: none;
}
#content #right .block h2 {
	border-top:1px solid #b5b5b5;
	display:inline-block;
	width:314px;
	height:28px;
	background-image:url(img/banner-green.png);
	background-position:5px 0px;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:20px;
	position:relative;
	z-index:10;
	margin-left:-25px;
	margin-bottom:10px;
}
#content #right .block h3 {
	display:inline-block;
	margin:5px 0 5px 5px;
}
#content #right .block img {
	float:left;
	margin:0 7px 10px;
}
#content #right hr {
	margin:10px 0 15px;
}

.middle {
	margin:0 auto;
	width:994px;
}
#content .middle {
	background-image:url(img/content-bg.png);
	background-repeat:repeat-y;
	background-position: 1px 0px;
}
#footer {
	background-image:url(img/footer-bg.png);
	background-repeat:repeat-x;
	background-color:#f2f2f2;
	padding-top:20px;
	/* height:135px; */
	width:100%;
	padding-bottom:50px;
}
#footer-left-menu li  {
	
}
#footer-left-menu span, #footer-right-menu span {
	color:#87888a;
	display:inline-block;
	margin:0 5px 0 5px;
}
#footer-right-menu {
	float:right;
}
#seo-menu {
	float:left;
	margin-top:20px;
}
#seo-menu > li {
	margin-right:45px;
}
#seo-menu > li li {
	float:none;
}
#eureka {
	float:right;
	margin-top:20px;
}
/* / */

/* PAGE */
#page-header {
	position:relative;
}
#page-header h1 {
	position:absolute;
	top:20px;
	left:20px;
}
#breadcrumb, #breadcrumb a {
	color:#003399;
	font-size:10px;
	text-transform:uppercase;
	margin-bottom:10px;
}
#main h3 {
	/* width:480px; */
	display:inline-block;
}
#main img {
	/* float:left; */
	margin:0 10px 10px 0;
}
#main .date {
	float:right;
	color:#6ab023;
	font-weight:bold;
	font-size:13px;
}

/*#content #left #home-main div.introduction, #content #left #main div.introduction {*/
.introduction {
	color:#003399;
	font-weight:bold;
}
/* #content #left #main div.introduction {
	font-weight:bold;
} */
ol {
	margin-left:30px;
	margin-bottom:20px;
}
#right li {
	background-image:url(img/bullet-green.png);
	background-repeat:no-repeat;
	padding-left:10px;
	background-position:0px 8px;
	width:100%;
	/* margin-bottom: 5px; */
}
#right .date {
	display:inline-block;
	width:120px;
	float:right;
}
#right .call {
	color:#000;
	/* font-weight:bold; */
	display:inline-block;
	width:155px;
	margin-top:0 !important;
	margin-bottom: 7px;
}

/* /PAGE */

.content-right {
	float: right;
	width: 470px;
	padding-bottom: 10px;
}

/* MISC */
#intranet-menu {
	padding:8px 0 8px 25px;
	background-color:#eee;
	margin-left: -25px;
	width: 637px;
}
#intranet-menu a {
	color:#039;
}
#intranet-menu a.active {
	background-image: url(img/banner-green-intranet.png);
	padding: 10px 15px 10px 15px;
	height: 17px;
	display: inline-block;
	color: white;
	font-weight: bold;
	width:90px;
	text-align: center;
	font-size: 13px;
	
}
