html {
	overflow-x: hidden;
}

body {
  background: #7A8297;
  padding: 0;
  margin: 0;
	scrollbar-face-color: #6489E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #2C467A;
	scrollbar-3dlight-color: #4E71B7;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #B1BFFD;
	scrollbar-darkshadow-color: #2C467A;
}

a:link { text-decoration: none; color: #CCCCCC; }
a:visited { text-decoration: none; color: #CCCCCC; }
a:active { text-decoration: none; color: #CCCCCC; }
a:hover { text-decoration: underline; color: #FFFFFF; }


/* --- PAGE --- */

#global {
	background: #7A8297 url(img/bg.jpg) repeat-x;
	width: 100%;
	height: 100%;
}

#container {
	background: #507ADF url(img/c00.jpg) no-repeat top center;
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}

#header {
	width: 100%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#top {
	width: 100%;
	height: 137px;
}

#corpus {
	color: #507ADF;
	width: 100%;
	font-size: 11px;
	font-family: Verdana,sans-serif;
}

#bottom {
	background: #7A8297 url(img/bgb.jpg) repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 35px;
	text-align: center;
}

#sub {
	width: 100%;
	height: 30px;
	background: #7A8297;
	text-align: center;
}

/* --- PAGE --- */


input {
	font-size: 9px;
	font-family: Verdana,sans-serif;
}

.titre {
	width: 995px:
	color: #3B5467;
	font-size: 16px;
	font-family: Verdana,sans-serif;
	text-align: left;
	letter-spacing: 3px;
}

#links {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana,sans-serif;
	letter-spacing: 2px;
	text-align: right;
}

a:hover img.thumb {
	border: 1px solid white;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}

a img.thumb {
	border: 1px solid gray;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.highslide { cursor: url(hslide/graphics/zoomin.cur), pointer; outline: none; }
.highslide-active-anchor img { visibility: hidden; }
.highslide img { border: 1px solid #000000; }
.highslide:hover img { border: 1px solid white; }
.highslide-wrapper { background: white; }
.highslide-image { border: 10px solid white; }
.highslide-image-blur { }
.highslide-caption { display: none; border: 5px solid white; border-top: none; padding: 5px; background-color: white; }
.highslide-loading { display: block; color: black; font-size: 8pt; font-family: sans-serif; font-weight: bold; text-decoration: none;
	padding: 2px; border: 0px solid black; background-color: white; padding-left: 22px; background-image: url(hslide/graphics/loader.white.gif);
  background-repeat: no-repeat; background-position: 3px 1px; }
a.highslide-credits,
a.highslide-credits i { padding: 2px; color: silver; text-decoration: none; font-size: 10px; }
a.highslide-credits:hover,
a.highslide-credits:hover i { color: white; background-color: gray; }
a.highslide-full-expand {	background: url(hslide/graphics/fullexpand.gif) no-repeat;
	display: block;	margin: 0 10px 10px 0; width: 34px;	height: 34px; }
.highslide-display-block { display: block; }
.highslide-display-none { display: none; }

