﻿@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	cursor: default;
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-size: 12px;
}
select {
	font-size: 12px;
}
option {
	font-size: 12px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	list-style: inside;
}
.topmenu {
	color: #666666;
}
.topmenu a:link {
	color: #666666;
	text-decoration: none;
}
.topmenu a:visited {
	color: #666666;
	text-decoration: none;
}
.menu {
	color: #FFFFFF;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
.menu a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
.singleeditbox {
	padding: 1px;
	border: 1px solid #999999;
}
.button {
	cursor: pointer;
}
.loginframe {
	border: 1px solid #CCCCCC;
}
.left {
	background: url(../images/left_background.gif) repeat-y center;
	border-bottom: 1px solid #FF87AB;
}
.right {
	background: url(../images/content_background.gif) repeat-y center;
	border-bottom: 1px solid #FFC4DA;
}
.class a:link {
	color: #FF24A1;
	text-decoration: underline;
}
.class a:visited {
	color: #FF22A3;
	text-decoration: underline;
}
.class a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.class a:active {
	color: #FF0000;
	text-decoration: underline;
}
.nclass a:link {
	color: #333333;
	text-decoration: none;
}
.nclass a:visited {
	color: #000000;
	text-decoration: underline;
}
.nclass a:hover {
	color: #000000;
	text-decoration: none;
}
.nclass a:active {
	color: #333333;
	text-decoration: none;
}
.title {
	font-weight: bold;
	background: url(../images/title_background.gif);
	text-align: left;
	height: 19px;
	padding: 5px 10px 5px 30px;
}
.bottommenu {
}
.bottommenu a {
	margin-right: 5px;
	margin-left: 5px;
}
.noticeframe {
	border: 1px solid #CCCCCC;
}
.afficheframe {
	margin: 10px;
	height: 170px;
	width: 200px;
	overflow: hidden;
	position: absolute;
}
.newstitle {
	background: url(../images/news_background.gif) no-repeat left bottom;
}
#GuestBook {
	background: #666666;
	margin-bottom: 10px;
}
#GuestBook td {
	background: #FFFFFF;
	padding: 5px;
}
#GuestBook #Message {
	line-height: 18px;
	padding: 10px;
}
#GuestBook #Revert {
	line-height: 18px;
	padding: 10px;
}
#AddGuestBook {
}
#AddGuestBook th {
	font-weight: normal;
	padding: 5px;
}
#AddGuestBook td {
	padding: 5px;
}