body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
	background-color: White;
	margin-top: 0px;
	padding-top: 0px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: Black;
}


div#master {
	position: absolute;
	left: 50%;
	margin-left: -377px;
	padding-top: 15px;
	width: 753px;
	
	
	
/*debug 	
	
	border-color: Black;
	border-style: solid;
	border-width: 1px;*/
}


div#left {
	float: left;
	background-image: url(images/left.png);
	background-repeat: no-repeat;
}
div#left img {
	width: 8px;
	height: 573px;
}

div#data {
	width: 737px;
	float: left;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

div#right {
	float: left;
	background-image: url(images/right.png);
	background-repeat: no-repeat;
}
div#right img {
	width: 8px;
	height: 573px;
}

div#dataleft {
	width: 324px;
	float: left;
}


div#nav {
	margin-left: 33px;
	color: #524e48;
	float: left;
}

div#nav2 {
	margin-left: 33px;
	color: #524e48;
	float: none;
	
}

* html div#nav {
	margin-left: 13px;
}

* html div#nav2 {
	margin-left: 26px;
}

div#nav a,div#nav2 a {
	color: #524e48;
}

div#nav a.active,div#nav2 a.active {
	color: #693513;
}

div#nav a:hover,div#nav2 a:hover {
	color: #693513;
}

div#nav img,div#nav2 img {
	vertical-align: middle;
}

div#nav div#sub,div#nav2 div#sub {
	margin-left: 19px;
	font-size: 10px;
}

div#nav div#sub img,div#nav2 div#sub img {
	vertical-align: middle;
}


div#dataright {
	width: 413px;
	float: left;
}

div#dataright2 {
	width: 413px;
	float: left;
	margin-top:-40px;
	margin-bottom: 35px;
}

div#texte {
	width: 370px;
	margin-left: 5px;
	text-align: justify;
	color: #6c3917;
	font-size: 10px;
}

div#texte2 {
	margin-top: 20px;
	width: 355px;
	margin-left: 10px;
	padding-right: 15px;
	text-align: justify;
	color: #6c3917;
	font-size: 10px;


}

div#texte2 a {
	color: #6c3917;
}
div#texte2 a:hover {
	color: #6c3917;
	text-decoration: underline;
}

div#texte2 input {
	border-color: #735933;
	font-size: 10px;
	background-color: #fafaf3;
	border-width: 1px;
	border-style: solid;
}

div#texte2 table {
/*	width: 100%;*/
	text-align: left;
}
div#texte2 table th {
	color: #735933;
	font-weight: bold;
	font-size: 12px;
}

span.title3 {
	color: #735933;
	font-weight: bold;
	font-size: 12px;
}

div#texte2 table td.sep {
	background-image: url(images/sep1.png);
	background-position: center;
	background-repeat: repeat-x;
}



div#footer {
	font-size: 10px;
	color: #967251;
	text-align: center;
	float: none;
	margin-top:440px;
}

* html div#footer {
	margin-top:20px;
}

div#footer a {
	color: #967251;
}
div#footer a:hover {
	color: #967251;
	text-decoration: underline;
}

div#derviche {
	float: none;
	width: 320px;
	height: 340px;
	background-image: url(images/derviche.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #6c3917;
	margin-bottom: 8px;
	margin-top: 15px;
}


div#actubox {
	display: none;
	cursor: move;
	
	left: 600px;
	top: 60px;
	
	width: 220px;
	height: 80px;
	
	position: absolute;
	background-color: #F4F1DD;
	border-width: 1px;
	border-style: solid;
	border-color: #6C3010;
	
	padding: 5px;
}

div#actubox h1 {

	cursor: move;
	
	width: 220px;
	background-color: #E5DBB9;

	font-size: 12px;
	font-weight: bold;
	color: #6c3917;
	margin-bottom: 5px;
	margin-top: 0px;

}
