body {
	background-color: #FFFFBB;
	color: #FFFFBB;
	font-family: Century Gothic;
	font-size: 14px;
}
a {
	text-decoration: underline;
	color: #FFCC99;
}
a:hover {
	text-decoration: none;
	color: #FFBB99;
}
a img {
	border: 0px;
}
.contact {
	background: #FFFFBB;
	border: 3px solid #996633;
	padding: 4px;
	text-align: center;
}
.contact a {
	color: #313390;
	text-decoration: none;
}
input.text {
	border: 1px dashed black;
	background: #FFFFBB;
	color: #313390;
}
input.text:focus {
	background: #F0CF8C;
}
#logo {
	position: absolute;
	z-index: 1;
	top: 61px;
	left: 5%;
}
#menu {
	position: absolute;
	z-index: 0;
	top: 21px;
	left: 20%;
	text-align: center;
	width: 60%;
}
#menu table {
	text-align: center;
	border: 0px dotted #808080;
	width: 100%;
}
#barre {
	position: absolute;
	z-index: 0;
	text-align: right;
	right: 5px;
	top: 5px;
	font-size: 11px;
	color: #313390;
}
#info {
	position: absolute;
	z-index: 1;
	background: #FFC;
	width: 240px;
	display: none;
	top: 32px;
	right: 5px;
	color: #313390;
	border: 2px solid #996633;
	padding: 5px;
	text-align: justify;
	font-size: 12px;
}
acronym {
	cursor: help;
}
select {
	background-color: #F0CF8C;
	font-size: 11px;
	width: auto;
}
#fond {
	position: absolute;
	border: 6px ridge #996633;
	top: 131px;
	z-index: 0;
	margin-left: 10%;
	width: 80%;
	min-width: 800px;
	height: 420px;
	background: #313390;
}
.fond {
	margin-bottom: -4px;
	width: 100%;
	height: 420px;
}
#bascule {
	position: absolute;
	left: 80%;
	top: 561px;
}
#content {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 420px;
	overflow: auto;
}
#footer {
	margin-top: 581px;
	font-size: 11px;
	color: #313390;
	text-align: center;
}
#footer a {
	color: #313390;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#mess_livre {
	background-color: #FFFFBB;
	border: 1px dotted black;
	width: 80%;
	text-align: center;
	margin-left: 10%;
	color: #313390;
	margin-top: 30px;
}
#info_livre {
	text-align: right;
	margin-right: 10%;
	font-size: 11px;
}
.cadre_agenda {
	border: 1px dashed #996633;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.titre_agenda {
	color: #FF9966;
	font-weight: bold;
}
.cata {
	border: 5px ridge #996633;
}
.titre_cata {
	text-align: center;
	border-top: 5px ridge #996633;
}
.agenda {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 4px ridge #FFFFBB;
}
.drag_presse {
	border: 5px ridge #996633;
}
#ImageBoxOverlay {
	background-color: #000;
}
#ImageBoxCaption {
	background-color: #F4F4EC;
}
#ImageBoxContainer {
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #313390;
}
#ImageBoxCaptionImages {
	visibility: hidden;
	margin: -10px;
}
#ImageBoxNextImage {
	background-image: url("images/spacer.gif");
	background-color: transparent;
}
#ImageBoxPrevImage {
	background-image: url("images/spacer.gif");
	background-color: transparent;
}
#ImageBoxNextImage:hover {
	background-image: url("images/next_image.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(                        src='images/next_image.jpg',sizingMethod='crop',);
	filter: alpha(opacity: 100);
}
#ImageBoxPrevImage:hover {
	background-image: url("images/prev_image.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(                        src='images/prev_image.jpg',sizingMethod='crop'                    );
	filter: alpha(opacity: 100);
}
