
			
@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; 
}

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 {
	color: #990000; 
	font-weight: bold; 
	text-decoration: none;
}

.layout {
	width: 797px;
	margin-left: auto;
	margin-right: auto;
}

.layout_top {
	padding: 0px;
	margin-bottom: 0px;
	text-align: right;
	width: 100%;
	height: 80px;
}

.layout_top td {
	text-align: right;
	vertical-align: bottom;
	height: inherit;
}

.layout_top .logo {
	width: 85px;
}

.layout_top .links {
	width: 712px;
	color: #90191F;
	padding-bottom: 10px;
	padding-right: 20px;
}

.layout_main .top {
	display: block;
}

/* bottom menu */

.layout_bottom {
	padding: 0px;
	margin-top: 10px;
	text-align: left;
	width: 100%;
}

.layout_bottom td {
	text-align: left;
	vertical-align: middle;
}

.layout_bottom .logo {
	width: 85px;
}

.layout_bottom .links {
	width: 712px;
	color: #90191F;
	text-align: center;
}

/* main */

.layout_main {
	background: url();
	vertical-align: top;
}

.cols {
	margin: 0px;
}

.cols .col1 {
	padding: 0px;
	vertical-align: top;
}

.cols .col2 {
	padding: 0px;
	vertical-align: top;
}

#pinlock .layout_main {
	border: 1px solid #90191F;
}

#palaco .layout_main {
	border: 1px solid #90191F;
}

#maisonjaune .layout_main {
	border: 1px solid #90191F;
	border-top: 0px;
}

#maisonjaune .layout_top {
	background: url(files/maisonjaune_top2.jpg) no-repeat;
	background-position: left bottom;
}

#pates .layout_main {
	border: 1px solid #3B4C00;
	border-top: 0px;
}

#pates .layout_top {
	background: url(files/pates_top2.jpg) no-repeat;
	background-position: left bottom;
}

#intelligencia .layout_main {
	border: 1px solid #001880;
}

#intelligencia .content {
	margin: 10px;
}

#kpl .layout_main {
	border: 1px solid #90191F;
}

#kpl .layout_main {
	border: 1px solid #90191F;
}

#psl .layout_main {
	border: 1px solid #000000;
}

#pslcie .layout_main {
	border: 1px solid #000000;
}

/*WS::STYLE:::::::::::::::::::::::::::::::::::::::::::::::::*/

/* contact_form */

.contact_form .input_textarea {
	width: 300px;
	height: 200px;
}

/* content */

.content {
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	margin: 20px;
}

.content  ADDRESS  {
	background: #DDD1C5;
	padding: 15px;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-family: arial;
}

.content  H1  {
	font-size: 18px;
	font-weight: bold;
}

.content  H2  {
	font-size: 17px;
	font-weight: bold;
}

.content  H3  {
	font-size: 16px;
	font-weight: bold;
}

.content  H4  {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.content  H5  {
	font-size: 14px;
	font-weight: bold;
}

.content  PRE  {
	margin-top: 10px;
	color: #000000;
	padding:5px;
	background: #D8C8C0;
	border: 2px outset;
	margin-left: auto;
	margin-right: auto;
	width: 140px;
}

.content  TABLE  TBODY  TR  TD  {
	vertical-align: top;
}

.content  UL  {
	margin: 5px;
	margin-left: 15px;
	padding: 0px;
}

.content td {
	font-family: Arial;
	font-size: 14px;
}

/* 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: 780px;
}

.content_edit .htmlarea {
	width: 100%;
	border: 1px solid #000000;
	height: 410px;
}

.content_edit .htmlarea_menu {
	width: 100%;
	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;
	width: 150px;
	overflow: auto;
}

.content_edit A:active {
	color: #000000;
}

.content_edit A:link {
	color: #000000;
}

.content_edit A:visited {
	color: #000000;
}

/* menu */

.menu {
	text-align: center; 
	margin-top: 20px;
}

.menu A:link {
	color: #878787;
	text-decoration: none;
}

.menu  .item  A  {
	font-weight: normal;
}

.menu A:active {
	color: #878787;
	text-decoration: none;
}

.menu A:visited {
	color: #878787;
	text-decoration: none;
}

.menu A:hover {
	text-decoration: underline;
}

/*WS::STYLE:::::::::::::::::::::::::::::::::::::::::::::::::*/

/* admin */

.adm_layout {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: left;
	border: 1px #dddddd dashed;
	border-right: 0px;
	border-top: 0px;
}

.adm_layout .logo {
	display: block;
	margin-left: 10px;
}

.adm_cols {
	margin: 0px;
}

.adm_cols .col1 {
	padding: 10px;
	vertical-align: top;
	width: 150px;
}

.adm_cols .col2 {
	padding: 10px;
	vertical-align: top;
}
