/** 
orange : #f3701e
rouge  : #bc151a
gris   : #5e6166
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #999;
	background-image: url(/images/background.png);
	color: black;
	font-size: 12px;
	font-family: Arial, sans-serif, Verdana, Helvetica, Tahoma;
	margin-top: 15px;
	text-align: center;
}

img {
	border: none;
	vertical-align: middle;
}

form {
	overflow: hidden;
}

a {
	font-size: 12px; font-family: Arial, sans-serif, Verdana, Helvetica, Tahoma;
}

a:link {
	color: #1C4D97;
	text-decoration: none;
}

a:visited {
	color: purple;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a.anchor:hover {
	font-weight: bold;
	text-decoration: none;
}

#page_decoratorz {
	width: 800px;
	margin: auto;
	padding-top: 30px;
	background-color: white;
}

#layout {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: 30px 30px 0px 30px;
	text-align: center;
	background-color: white;
	overflow: auto;
}

#side-bar {
	float: left;
	width: 90px;
}

#logo {
	width: 90px;
	height: 135px;
}

#logo-content {
	float: right;
	vertical-align: text-top;
	margin-left: 20px;
	margin-bottom: 20px;
}

#footer {
	width: 740px;
	height: 20px;
	background-color: white;
	color: #5e6166;
	text-align: center;
	font-size: 11px;
	margin-top: 20px;
	clear: both;
}

#content {
	width: 600px;
	float: right;
	background-color: white;
	text-align: justify;
	margin-bottom: 20px;
}

#header {
	border: none;
	background-color: white;
	overflow: auto;
}

#menu {
	height: 37px;
	margin-bottom: 1px;
	background-color: #767a80;
	text-align: right
}

#menu ul {
	padding-right: 10px;
}

#menu li {
	font-size: 1.5em;
	display: inline;
	list-style-type: none;
	padding-left: 15px;
	line-height: 37px;
}

#menu li.selected a {
	text-decoration: underline;
}

#menu a {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#menu a:link,#menu a:visited {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#submenu {
	background-color: #ff7800;
	border: none;
	height: 29px;
}

#submenu li.selected a {
	text-decoration: underline;
}

#submenu div {
	float: right;
}

#submenu ul {
	padding-right: 10px;
}

#submenu li {
	font-size: 12px;
	display: inline;
	list-style-type: none;
	padding-left: 13px;
	line-height: 29px
}

#submenu a {
	font-weight: normal;
	color: white;
}

#submenu a:link,.submenu a:visited {
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
}

/* Define a min-height for the inside container. MSIE does not support this 
rule, thus let's use a hack which consists in setting the height. */
#inside {
	width: 600px;
	overflow: auto;
	font-size: 12px;
	min-height: 600px;
	height: 600px;
}

/* Second part of the hack: let Firefox and Opera restore corrects value for the height rule. */
div[id] #inside {
	height: auto;
}

#inside {
	margin-top: 25px;
}

#inside .h1 {
	height: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#inside .h1 img {
	vertical-align: top;
	margin-right: 20px;
}

#inside h1 {
	display: inline;
	height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #5e6166;
}

#inside .h2 {
	border-bottom: 1px solid #5e6166;
	height: 21px;
	margin-top: 25px;
	margin-bottom: 20px;
	color: #5e6166;
	overflow: auto;
	clear: both;
}

#inside .h2 h2 {
	height: 20px;
	line-height: 20px;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
}

#inside .h2 div {
	float: right;
}

#inside h3 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #5e6166;
}

#inside h4 {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #5e6166;
}

#inside p {
	margin-bottom: 10px;
}

#inside ul {
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 140%;
	list-style-position: outside;
	list-style-image: url(/images/bullets/red-6.png);
}

#inside ul ul {
	margin-bottom: 0px;
	list-style-image: url(/images/bullets/grey-6.png);
}

img.float-left {
	float: left;
	vertical-align: text-top;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.float-right {
	float: right;
	vertical-align: text-top;
	margin-left: 20px;
	margin-bottom: 20px;
}

table.classic, table.classic2 {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
	clear: both;
}

table.classic th, table.classic2 th {
	color: white;
	font-weight: bold;
	background-color: #bc151a;
	padding: 4px;
	text-align: left;
}

table.classic td, table.classic2 td {
	background-color: #efefef;
	text-align: left;
}

table.classic td {
	vertical-align: top;
	padding: 4px;
}

table.classic2 td {
	padding: 10px;
}

input {
	font-family: Tahoma, Arial, sans-serif, Verdana, Helvetica;
	font-size: 11px;
}

.news {
	margin-top: 5px;
	display: block;
	overflow: auto
}

.news-date {
	text-align: left;
	width: 85px;
	float: left;
	margin-right: 5px;
	display: inline
}

.news-text {
	text-align: left;
	float: left;
	display: inline
}

label {
	font-size: 12px;
	text-align: left;
}

.required label {
	font-weight: bold;
}

.buttons {
	height: 22px;
	text-align: center;
	margin-top: 20px;
}

.button {
	height: 22px;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

.button input {
	padding: 1px 10px;
	width: 75px;
}

.x-form-field,.x-combo-list-item {
	font-family: Tahoma, Arial, sans-serif, Verdana, Helvetica;
	font-size: 12px;
}

.x-fieldset {
	background-color: white;
	padding-right: 0px;
}

.x-panel-ml {
	padding-left: 0;
}

.x-fieldset-header-text {
	color: #bc151a;
	font-size: 12px;
}
.x-btn-text{
        font-size: 12px;
}
.error {
	color: #bc151a
}

.licence {
	font-family: monospace;
	font-size: 13px;
}
.tools-bar img{
        display: none;
}
