/*===================================================================*/
/*============================ CLEAR ================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
ol, ul, li {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;	
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-spacing: 3px;
}
strong {
	font-weight: bold;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
a {
	color: #A81E19;
}
a:hover {
	color: #000;
}
/*===================================================================*/
/*============================= GLOBAL ==============================*/
body {
	font-family:Verdana,Arial sans-serif;
	font-size: 12px;
	background: url('../images/design/body_bg.gif') repeat-y 0 0 #FFF;	
}
.container {	
	width: 894px;
	background: url('../images/design/container_bg.jpg') no-repeat 0 0 transparent;
	padding-left: 54px; 	
}
.container_bis {	
	position: relative;
}
div.content h2 {
	border-bottom:1px solid #A81E19;
	color:#A81E19;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	margin:2px 0 14px;
	padding: 0 0 2px 0;
	text-transform:uppercase;
}
div.content h3 {
	border-bottom:1px dotted #A81E19;
	color:#A81E19;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:2px 0 14px;
	padding: 0 0 2px 0;
}
div.content table {
	margin-bottom: 20px;
}
div.content table td {
	padding: 3px 10px;
}
div.content p {
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 20px;
}
div.content p.important {
	line-height: 30px;
	margin: 0;
	padding: 5px 10px 15px;
}
div.error_message {
	background: #F4CACA;
	padding: 15px 10px 15px 50px;
	margin: 0 0 40px;
	border: 2px solid #CC0000;
	color: #CC0000;
}
div.info_message {
	background: #CAF4CA;
	padding: 15px 10px 15px 50px;
	margin: 0 0 40px;
	border: 2px solid #090;
	color: #090;
}
div.indicator_message {
	background: #F4F4F4;
	padding: 15px 10px 15px 50px;
	margin: 0 0 40px;
	border: 2px solid #999;
	color: #999;
}
/*===================================================================*/
/*============================== TOP ================================*/
.top {
	height: 41px;
	line-height: 41px;
	width: 948px;
	background: #FFF;
	position: relative;
}
.top form {
	background: url('../images/design/loupe.jpg') no-repeat 0 center transparent;
	position: absolute;
	right: 17px;
	top: 0 !important;
	top: 10px;
	height: 41px !important;
	height: 31px;
	line-height: 41px;
	padding: 0 0 0 25px;
}
.top form input {
	border:1px solid #A81E19;
	vertical-align:middle;
	width: 120px;
	margin-right: 5px;
}
.top form a {
	font-size: 13px;
}

/*===================================================================*/
/*============================ HEADER ===============================*/
div.header {
	background: url('../images/design/header_bg.jpg') no-repeat transparent;
	height: 148px;
}
div.header h1 a { display: block; height: 148px; width: 188px; }
div.header h1 a span { display: none; }
/*===================================================================*/
/*============================= MENU ================================*/
div.menu {
	width: 188px;
	float: left;
	background: url('../images/design/menu_bg.jpg') no-repeat transparent;
	margin-right: 20px;
}
div.menu div.box {
	margin-top: 30px;
	margin-left: 30px !important;
	margin-left: 20px;
	border-top: 3px solid #a81e19;
	padding:10px 10px 10px 0;
	color: #353433;
}
div.menu div.box h2 {
	color:#A81E19;
	font-size:14pt;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-bottom: 5px;
}
div.menu div.box label {
	display: block;
	margin-bottom: 5px;
}
div.menu div.box input {
	margin-bottom: 5px;
}
/*===================================================================*/
/*============================CONTENT ===============================*/
div.content {
	width: 460px;
	float: left;
	padding-top: 30px;
	margin-right: 21px;
}
/*===================================================================*/
/*============================= RIGHT ===============================*/
div.right {
	width: 161px !important;
	width: 157px;
	float: left;
	border-left: 1px dotted #A81E19;
	margin-top: 4px;
	padding: 25px 20px 20px;
}
div.right h2 {
	color:#A81E19;
	font-size:14pt;
	font-weight:normal;
	margin:0 0 4px;
	padding:0;
	letter-spacing: 1px;
	margin-bottom: 11px;
}
div.right .date {
	color:#353433;
	font-weight:bold;
	margin-bottom: 4px;
}
div.right h3 a {
	color:#353433;
	font-weight:bold;
	font-size: 13px;
	text-decoration: none;
}
div.right h3 a:hover {
	text-decoration: underline;
}
div.right h3 {
	margin-bottom: 5px;
}
div.right p.more {
	margin: 5px 0 10px;
}
/*===================================================================*/
/*============================== PAGE ===============================*/
div#tools {
	position: absolute;
	bottom: 10px;
	right: 27px;
	z-index: 2;
}
div#tools a {
	color:#686868;
	font-size:10pt;
	text-decoration:none;
	font-weight: bold;
	font-size: 13px;
}
/*===================================================================*/
/*=========================== COPYRIGHT =============================*/
div.footer {
	clear: both;
	text-align: center;
	height: 77px;
	background: url('../images/design/copyright_bg.jpg') no-repeat transparent;	
	position: relative;
}
div.footer p.sitemap {
	position: absolute;
	bottom: 10px;
	left: 230px;
	text-transform: uppercase;
	z-index: 10;
}
div.footer p.sitemap a {
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
div.footer div.copyright {
	width: 705px;
	margin-left: 189px;
	//margin-left: -260px;
	position: absolute;
	/*position: relative;*/
	top: 0;
	margin-top: 55px;
}