body {
	background: #399;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#page {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background: url(images/fd_header.jpg) no-repeat center top;
	height: 60px;
	width: 940px;
	position: relative;
}
#header h1 {
	text-indent: -10000px;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 340px;
	position: absolute;
	top: 10px;
	background: url(images/logo.png) no-repeat center center;
	left: 50px;
}
#header p {
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	width: 500px;
	left: 400px;
	top: 10px;
	clip: rect(0px,auto,auto,auto);
	height: 40px;
	text-align: center;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	color: #303;
}
#header p span {
	font-size: 18px;
	font-weight: bold;
}
#image {
	background: url(images/fd_image.jpg) no-repeat center center;
	height: 440px;
	width: 940px;
	position: relative;
}
#slideshow {
	width: 760px;
	height: 380px;
	position: absolute;
	left: 90px;
	top: 30px;
}
#slidesContainer {
	margin: 0 auto;
	width: 760px;
	height: 380px;
	overflow: auto;
	position: relative;
}
#leftControl {
	top: 0px;
	left: -60px;
	height: 380px;
	width: 60px;
	z-index: 3;
	position: absolute;
}
#rightControl {
	top: 0px;
	right: -60px;
	height: 380px;
	width: 60px;
	z-index: 3;
	position: absolute;
}
#entrer {
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	width: 940px;
	letter-spacing: 2px;
	font-variant: small-caps;
}
#entrer a {
	color: #303;
}

.slide {
	margin: 0px auto;
	width: 760px;
	height: 380px;
}
.control {
	display: block;
	width: 60px;
	height: 360px;
	text-indent: -10000px;
	position: absolute;
	cursor: pointer;
}
#sites-du-lycee {
	height: 175px;
	width: 940px;
	background: url(images/fd_navi.jpg) no-repeat center center;
	position: relative;
}
#espace-lyceens-parents {
	height: 115px;
	width: 280px;
	position: absolute;
	top: 30px;
	left: 30px;
}
#formations-en-ligne {
	height: 115px;
	width: 280px;
	position: absolute;
	left: 330px;
	top: 30px;
}
#espace-professeurs {
	height: 115px;
	width: 280px;
	position: absolute;
	left: 630px;
	top: 30px;
}
#sites-du-lycee div:hover {
	background: #6CC;
	color: #303;
}
#sites-du-lycee div:hover a {
	color: #303;
}
h2 {
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin: 10px;
	padding: 10px;
}
ul {
	list-style: none;
	margin: 0px 5%;
	padding: 0px;
}
ul li {
	height: 20px;
}
ul li a {
	text-decoration: none;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
ul li a:hover {
	color: #303;
	text-decoration: none;
	background: #FFF;
}
img {
	border: none;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

