
			
@charset "iso-8859-1";

BODY {
	background: #ffffff;
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	text-align: center;
}

BODY.empty {
	margin: 0px;
	padding: 0px;
}

FORM {
	padding: 0px;
	margin: 0px;
	}
	
TABLE {
	border-collapse: collapse
}

TD {
	padding: 0px;
	font-size: 11px; 
	font-family: verdana; 
}

H1 {
	font-size: 18px; 
	font-family: verdana; 
	font-weight: bolder; 
	color: #2C5F06;
	padding-left: 0px;
	margin-left: 0px;
}

IMG {
	border: none;
}

P {
	margin: 0px;
	padding: 0px;
}

A {
	cursor: pointer;
}

A:link , A:active , A:visited {
	color: #990000; 
	font-weight: bold; 
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.layout {
	width: 741px;
	margin-left: auto;
	margin-right: auto;
}

.layout_top {
	padding: 0px;
	vertical-align: top;
}

.layout_top img {
	display: block;
	margin: 0px;
}

.layout_menu {
	padding: 0px;
}

.layout_main {
	background: url(files/bg.png) repeat;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

.layout_bottom {
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

.layout_bottom img {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.layout_center {
	width: 741px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

.layout_center .col_center {
	width: 582px;
	vertical-align: top;
}

.layout_center .col_center_block {
	background: url(files/bg2.png) no-repeat;
	border: 0px solid;
}

.layout_center .shadow_bottom {
	display: block;
	border: 0px solid;
}

/*
.layout_center .col_shadow {
	width: 8px;
	vertical-align: top;
	background: url(files/ombre_bg.jpg);
}
*/

.layout_center .col_right {
	width: 159px;	
	vertical-align: top;
	text-align: right;
}
.cols {
	margin: 0px;
}

.cols .col1 {
	padding: 0px;
	vertical-align: top;
}

.cols .col2 {
	padding: 0px;
	vertical-align: top;
}

/* admin */

.adm_layout {
	width: 780px;
	margin: auto auto;
	padding-bottom: 20px;
	text-align: left;
	border: 1px #dddddd dashed;
	border-top: 0px;
}

.adm_layout .logo {
	display: block;
	margin: 10px;
}

.adm_cols {
	margin: 0px;
}

.adm_cols .col1 {
	padding: 10px;
	vertical-align: top;
	width: 150px;
}

.adm_cols .col2 {
	padding: 10px;
	vertical-align: top;
}

/*WS::STYLE:::::::::::::::::::::::::::::::::::::::::::::::::*/

/* admin_form */

.admin_form {
	text-align: left;
}

.admin_form .data {
	padding: 5px;
}

.admin_form .group_title {
	background: #b1d8f0;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px;
}

.admin_form .input_textarea {
	width: 500px;
	height: 200px;
}

.admin_form .mod_title {
	margin-top: 30px;
	text-decoration: underline;
}

.admin_form .submit {
	padding: 5px;
}

.admin_form .title {
	padding: 4px;
}

/* admin_list */

.admin_list {
	text-align: left;
}

.admin_list .data {
	padding: 5px;
}

.admin_list .group_title {
	background: #b1d8f0;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px;
}

.admin_list .input_textarea {
	width: 300px;
	height: 200px;
}

.admin_list .mod_title {
	margin-top: 30px;
	text-decoration: underline;
}

.admin_list .submit {
	padding: 5px;
}

.admin_list .title {
	background: #b1d8f0;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px;
	text-align: center;
	border-right: 1px solid white;
}

/* contact_form */

.contact_form .input_textarea {
	width: 300px;
	height: 200px;
}

/* content */

.content {
	padding: 20px;
	padding-top: 35px;
	font-family: verdana;
	font-size: 12px;
}

.content ADDRESS {
	background: #DDD1C5;
	padding: 15px;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-family: arial;
}

.content H1 {
	font-size: 15px;
	font-weight: bold;
	color: #bc5400;
	line-height:14px;
	margin: 0px;
	padding: 0px;
}

.content H2 {
	border-bottom: 1px solid #D07929;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.content H3 {
	font-size: 17px;
	font-weight: bold;
	color: #aeb436;
	margin: 0px;
	padding: 0px;
}

.content H4 {
	font-size: 15px;
	font-weight: bold;
	color: #9D1E20;
	line-height:14px;
	margin: 0px;
	padding: 0px;
}

.content PRE {
	margin-top: 10px;
	color: #000000;
	padding:5px;
	background: #D8C8C0;
	border: 2px outset;
	margin-left: auto;
	margin-right: auto;
	width: 140px;
}

.content TD {
	vertical-align: top;
	font-family: verdana;
	font-size: 12px;
}

.content UL {
	margin: 5px;
	margin-left: 15px;
	padding: 0px;
}

/* content_edit */

.content_edit .add {
	color: #5F0018;
	cursor: pointer;
}

.content_edit .categ {
	margin-bottom: 10px;
}

.content_edit .categ .title {
	color: #FFFFFF;
	font-weight: bold;
	background: rgb(35,67,106);
	padding: 3px;
}

.content_edit .edit {
	width: 540px;
}

.content_edit .htmlarea {
	width: 540px;
	border: 1px solid #000000;
	height: 410px;
}

.content_edit .htmlarea_menu {
	width: 540px;
	border: 1px solid #000000;
	background: #5A7AAC;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.content_edit .item {
	border-bottom: 1px solid #dddddd;
	padding-top: 5px;
}

.content_edit .list {
	margin: 10px;
}

.content_edit A:active {
	color: #000000;
}

.content_edit A:link {
	color: #000000;
}

.content_edit A:visited {
	color: #000000;
}

/* menu */

.menu {
	margin-top: 0px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-align: right;
	border-right: 1px solid #000000;
}

.menu A:active {
	color: #003B50;
	text-decoration: none;
	font-weight: bold;
}

.menu A:hover {
	text-decoration: underline;
}

.menu A:link {
	color: #003B50;
	text-decoration: none;
	font-weight: bold;
}

.menu A:visited {
	color: #003B50;
	text-decoration: none;
	font-weight: bold;
}

/* menu2 */

.menu2 .item {
	font-family: arial;
	font-size: 14px;
	color: #434343;
}

/* test */

.test {
	border: 1px;
}

/*WS::STYLE:::::::::::::::::::::::::::::::::::::::::::::::::*/


