<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* basics
 */
body {
	background-color: #FFF;
}

a {
	text-decoration: none;
}

/* Introduction sequence image
 */
.intro {
	position: absolute;

	width: 762px;
	height: 189px;
			
	left: 50%;
	top: 50%;
			
	margin-left: -381px;
	margin-top: -95px;
}

/* intro annonce
 */
.intro_annonce {
	position: absolute;
		
	left: 50%;
	top: 50%;
	
	width: 626px;
	margin-left: -312px;
	margin-top: -250px;
	
	border-width: 4px;
	border-style: solid;
	border-color: #FF0000;

	text-align: center;

	font-family: "verdana", serif;
	font-size: 12px;

	color: #000;
}

/* Introduction copyright links
 */
.intro_annonce	a {
	color: #79552F;
	font-weight: bold;
}

.intro_annonce	a:hover {
	color: #B9956F;
}

/* intro image
 */
.intro img {
	position: absolute;

	margin-left: -2px;

	border-width: 1px;
	border-style: dashed;
	border-color: #B9956F;
}

/* Introduction copyright text
 */
.intro_copyright {
	position: absolute;

	width: 762px;

	margin-top: 189px;

	text-align: center;

	font-family: "verdana", serif;
	font-size: 10px;

	color: #000;
}

/* Introduction copyright links
 */
.intro_copyright	a {
	color: #79552F;
	font-weight: bold;
}

.intro_copyright	a:hover {
	color: #B9956F;
}

/* Introduction tooltip text
 */
.intro_tooltip {
	position: absolute;

	visibility: hidden;

	width: 748px;

	margin-top: -14px;

	text-align: right;

	font-family: "verdana", serif;
	font-size: 10px;

	background-color: #FFF;
	color: #000;
}

/* Introduction menu
 */
.intro_menu {
	position: absolute;

	visibility: hidden;

	width: 756px;
		   
	margin-left: 2px;
	top: 142px;

	background-color: #EFEFEF;
	color: #B9956F;

	filter: alpha( opacity = 75 );
	-moz-opacity: 0.75;
	opacity: 0.75;
}

/* Introduction menu text
 */
.intro_menu_text {
	margin-right: 16px;
	margin-top: 5px;
	margin-bottom: 5px;

	text-align: right;

	font-family: "verdana", serif;
	font-size: 12px;
	font-weight: bold;
}

/* Introduction menu links
 */
.intro_menu_text	a {
	color: #000;
}

.intro_menu_text	a:hover {
	color: #FFF;
}


/* mains ite description
 */
.main {
	position: absolute;
	width: 762px;
				
	left: 50%;

	margin-left: -381px;
}

/* header
 */
.header {
	height: 189px;

	margin-top: 14px;
}

/* header image
 */
.header img {
	position: absolute;

	margin-left: -2px;

	border-width: 1px;
	border-style: dashed;
	border-color: #B9956F;
}

/* header tooltip text
 */
.header_tooltip {
	position: absolute;

	visibility: hidden;

	width: 748px;

	margin-top: -14px;

	text-align: right;

	font-family: "verdana", serif;
	font-size: 10px;

	background-color: #FFF;
	color: #000;
}


/* header menu
 */
.header_menu {
	position: absolute;

	width: 756px;

	margin-top: 14px;
		   
	margin-left: 2px;
	top: 142px;

	background-color: #FFF;
	color: #B9956F;

	filter: alpha( opacity = 75 );
	-moz-opacity: 0.75;
	opacity: 0.75;
}


/* preface form
 */
.preface {

	width: 666px; /* 762 - 96 */

	margin-left: 96px;
	margin-top: 16px;

	border-width: 1px;
	border-style: dashed;
	border-color: #B9956F;
}

/* preface header
 */
.preface_header {
	position: relative;

	width: 660px; /* 756 - 96 */
		   
	margin-left: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-top: 2px;

	background-color: #EFEFEF;
}

/* preface header text
 */
.preface_header_text {
	margin-left: 16px;

	margin-top: 2px;
	margin-bottom: 2px;
	
	color: #000;

	font-family: "verdana", serif;
	font-size: 12px;
	font-weight: bold;
}

/* preface header text links
 */
.preface_header_text	a {
	color: #79552F;
}

.preface_header_text	a:hover {
	color: #B9956F;
}

/* preface header img
 */
.preface_header_text img {
	width: 16px;
	height: 16px;

	margin-right: 8px;
	
	vertical-align: -4px;

	border-width: 1px;
	border-style: solid;
	border-color: #7F7F7F;
}

/* preface sub category
 */
.preface_subCategory {
	position: relative;

	width: 660px; /* 756 - 96 */
	
	color: #000;
		   
	margin-left: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-top: 2px;

	background-color: #CAAF93;
}

/* preface sub category text
 */
.preface_subCategory_text {
	margin-left: 16px;

	margin-top: 2px;
	margin-bottom: 2px;
	
	font-family: "verdana", serif;
	font-size: 12px;
}

 /* preface sub category links
  */
.preface_subCategory_text	a {
	color: #000;
	font-weight: bold;
}

.preface_subCategory_text	a:hover {
	color: #B9956F;
}


/* preface content
 */
.preface_content {
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 8px;
	margin-bottom: 8px;

	color: #000;

	font-family: "verdana", serif;
	font-size: 12px;
}


/* preface content links
 */
.preface_content	a {
	color: #79552F;

	font-weight: bold;
}

.preface_content	a:hover {
	color: #B9956F;
}

/* preface content form
 */
.preface_content	form {
	margin-left: 16px;
	background-color: #EFEFEF;
	
	border-width: 1px;
	border-style: dashed;
	border-color: #7F7F7F;
}

.preface_content	input {
	background-color: #FFF;
	color: #79552F;
	border: #CAAF93 1px solid;
	font-family: "verdana", serif;
	font-size: 11px;
} 

.preface_content	textarea {
	background-color: #FFF;
	color: #79552F;
	border: #CAAF93 1px solid;
	font-family: "verdana", serif;
	font-size: 11px;
} 

/* preface content blockquote
 */
.preface_content	blockquote {
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* ticket form
 */
.ticket {
	width: 570px; /* 762 - 192 */

	margin-left: 192px;
	margin-top: 16px;

	background-color: #EFEFEF;

	border-width: 1px;
	border-style: dashed;
	border-color: #B9956F;
}

/* ticket header
 */
.ticket_header {
	position: relative;

	width: 564px; /* 756 - 192 */
		   
	margin-left: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-top: 2px;

	background-color: #CAAF93;	/* 75% #B9956F */
}

/* ticket header text
 */
.ticket_header_text {
	margin-left: 16px;
	margin-top: 2px;
	margin-bottom: 2px;

	color: #000;

	font-family: "verdana", serif;
	font-size: 12px;
	font-weight: bold;
}

/* ticket header img
 */
.ticket_header_text img {
	width: 16px;
	height: 16px;

	margin-right: 8px;
	
	vertical-align: -4px;

	border-width: 1px;
	border-style: solid;
	border-color: #6A4F33;
}

/* ticket header links
 */
.ticket_header_text	a {
	color: #FFF;

	font-weight: bold;
}

.ticket_header_text	a:hover {
	color: #000;
}

/* ticket header date
 */
.ticket_header_date {
	position: absolute;

	width: 564px; /* 756 - 192 */
	
	right: 16px;
	margin-top: -17px;

	color: #FFF;

	text-align: right;
	font-family: "verdana", serif;
	font-size: 11px;
	font-weight: bold;
}

/* ticket content
 */
.ticket_content {
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 16px;
	margin-bottom: 8px;

	font-family: "verdana", serif;
	font-size: 12px;
}

/* ticket content links
 */
.ticket_content	a {
	color: #79552F;

	font-weight: bold;
}

.ticket_content	a:hover {
	color: #B9956F;
}


/* ticket owner
 */
.ticket_owner {

	margin-top: 16px;
	margin-right: 16px;

	text-align: right;
	font-family: "verdana", serif;
	font-size: 11px;
}

/* ticket owner links
 */
.ticket_owner	a {
	color: #79552F;

	font-weight: bold;
}

.ticket_owner	a:hover {
	color: #B9956F;
}


/* ticket comment
 */
.ticket_comment {

	margin-left: 16px;
	margin-bottom: 8px;

	text-align: center;
	font-family: "verdana", serif;
	font-size: 11px;
}

/* ticket comment links
 */
.ticket_comment	a {
	color: #79552F;

	font-weight: bold;
}

.ticket_comment	a:hover {
	color: #B9956F;
}


/* users'ticket comment
 */
.user_comment {
	margin-left: 16px;

	color: #79552F;

	font-size: 11px;
	font-style: italic;
}

/* super user / error text
 */
.error_text {
	margin-left: 16px;

	color: #FF7F3F;

	font-weight: bold;
}

/* user's photo
 */
.user_photo {
	width: 100px;
	height: 100px;
	
	margin-top: -8px;

	border-width: 1px;
	border-style: solid;
	border-color: #000;
}

/* ticket content form
 */
.ticket_content	form {
	margin-left: 16px;
	background-color: #EFEFEF;
	
	border-width: 1px;
	border-style: dashed;
	border-color: #7F7F7F;
}

.ticket_content	input {
	background-color: #FFF;
	color: #79552F;
	border: #CAAF93 1px solid;
	font-family: "verdana", serif;
	font-size: 11px;
} 

.ticket_content	textarea {
	background-color: #FFF;
	color: #79552F;
	border: #CAAF93 1px solid;
	font-family: "verdana", serif;
	font-size: 11px;
} 


/* file img
 */
.file_img {
	width: 16px;
	height: 16px;

	margin-right: 8px;
	
	vertical-align: -4px;

	border-width: 0px;
}
</pre></body></html>