@charset "ISO-8859-15";

/**** Global */

html{
	color:#444;
}
body {
	background-color: #fff;
	margin: 0 0 10px 0;
	font-family: Verdana;
	font-size: 8pt;
}

table {
	font-family: Verdana;
	font-size: 8pt;
}

img {
	border: none;
}

table.site{
	width:900px;
	padding:0;
	margin:0;
}

/**** Header */

table.header {
	background-color:#F1F1F1;
	width: 100%;
}

td.header-logo {
	width: 100%;
	padding: 0;
	background-image:url('../image/header.png');
	background-repeat:repeat-y;
	background-position:top right;
	background-color:#fff;
}

td.header-slogan {
	background-color:#8EA4B8;
	text-align: right;
	padding: 2px 5px 2px 0;
	color:#fff;
	font-size:1.0em;
	letter-spacing:.2em;
}

td.header-menu {
	padding: 4px 10px 4px 5px;
	color: #9CB0C1;
	white-space: nowrap;
	text-align: left;
	vertical-align:middle;
}

td.header-flags {
	white-space: nowrap;
	padding:0 5px 0 0;
	text-align: right;
	vertical-align:middle;
	border-right:1px #9CB0C1 solid;
}

/****  Page */

table.page {
	background-color: #fff;
	border:1px #9CB0C1 solid;
	border-left:none;
	width: 100%;
	margin: 0;
	padding: 0;
}

/****  Page Menu */

td.page-left {
	padding: 0;
	vertical-align: top;
	background-color:#F1F1F1;
	border-right: #9CB0C1 1px solid;
	width: 200px;
}

table.page-menu {
	width:100%;
}

td.page-menu {
	width: 100%;
	background-color: #F1F1F1;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
	padding: 10px 8px 5px 8px;
	border-bottom: 1px #9CB0C1 solid;
}
.menu-title{
	display:block;
	margin:0 0 3px 0;
}
td.page-tools, td.last-page-tools {
	width: 100%;
	background-color: #F1F1F1;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
	padding: 10px 8px 6px 8px;
	border-bottom:1px #8EA4B8 solid;
}
td.last-page-tools {
	border-bottom:none;
}

input {
	border:1px #ccc solid;
	background-color:#fff;
}

hr.menu-title {
	background-color: #666;
	height: 1px;
	border: none;
	visibility:hidden;
}

table.menu-form {
	width: 100%;
}

td.menu-form-label {
	color: #000;
	font-weight: normal;
 	white-space: nowrap;
}

td.menu-form-input {
	text-align: right;
}

td.menu-form-action {
	white-space: nowrap;
	text-align: right;
	color: #666;
	width: 100%;
}

/**** Footer */

table.footer {
	background-color:#E5E5FF;
	border:1px #9CB0C1 solid;
	border-top:none;
	border-left:none;
	width: 100%;
	color: #000;
}

td.footer {
	font-size:.8em;
	text-align: right;
	white-space: nowrap;
	padding: 2px 5px 1px 15px;
	vertical-align: middle;
}

/**** Links */

a {
	color: #15d;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
a.menu {
	color: #838383;
	font-weight:normal;
}
td.page-menu a {
	display:block;
	padding: 3px 2px 3px 5px;
	border:1px #f1f1f1 solid;
}
td.page-menu a:hover {
	background-color:#fff;
	border:1px #9CB0C1 solid;
}
a.menu:hover {
	color:#15d;
	text-decoration:none;
}
td.header-menu a {
	padding:1px 4px;
	border:1px #f1f1f1 solid;
}
td.header-menu a:hover {
	text-decoration:none;
	background-color:#fff;
	border:1px #9CB0C1 solid;
}

/****  Page Content */

td.page-content {
	vertical-align: top;
	padding: 15px;
}

td.page-content p, td.page-content li, td.page-content td {
}

div.encart {
	float: right;
	padding: .8em;
	margin: 0 3px 0 1em;
	background-color:#CBD6F4;
}

a.doc {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

td.page-content p, td.page-content li, td.page-content td {
	text-align: justify;
}

h1 {
	font-size: 1.5em;
	color: #ffae35;
	padding: 0 0 1px 0;
	margin: 0 0 10px 0;
	border-bottom: #cfcece 1px solid;
}

h2 {
	padding: 0 0 1px 0;
	margin: 0;
	color: #888;
	font-size: 1.8em;
	font-weight:normal;
}

h3 {
	font-size: 1em;
	color: #000;
	padding: 0 0 1px 0;
	margin-top:10px;
}

p.exergue{
        border-left:3px #9CB0C1 solid;
        padding-left:5px;
        margin-bottom:25px;
        font-style:italic;
}

