﻿body
{
 
	background: url('background.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	font-family:Calibri, Arial, sans-serif;

}

#Header
{
	background-image:url('fond.png');
	background-repeat:no-repeat;
	position: absolute;
	top: 30px;
	left:40px;
	right:40px;
	height:75px;
	text-align:center;
}

#Angle
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 20px;
	
}

#Menu li
{
	list-style-type: none;
	list-style-position: inside;
	line-height: 45px;
}

#Menu
{
	background-image: url('fond.png');
	position: absolute;
	left: 40px;
	top: 155px;
	bottom: 40px;
	width: 200px;
	text-align: center;
	font-size: 20px;
	min-height: 450px;
}

#Menu ul
{
	padding: 0px;
	text-align: center;
	line-height: 35px;
}

#Menu a
{
	color:black;
	text-decoration:none;
	display:block;
}

#Menu a:hover
{
	color: white;
	background-image: url('fond-liste.jpg');
	background-repeat: repeat-x;
}

#BigRightPanel
{
	background-image: url('fond.png');
	position: absolute;
	top: 155px;
	bottom: 40px;
	left: 280px;
	right: 40px;
	text-align: center;
	min-height: 450px;
}

#RightPanel
{
	background-image: url('fond.png');
	position: absolute;
	right: 40px;
	top: 155px;
	bottom: 40px;
	width: 200px;
	text-align: center;
	min-height: 450px;
}

#Cadre
{
	position: fixed;
	top:50%;
	left: 50%;
}

#MessageAccueil
{
	margin-top: -200px;
	margin-bottom: 200px;
	margin-left: -275px;
	margin-right: 275px;
}

#Horaires
{
	font-size:x-large;
}

#Plan
{
	position: absolute;
	left: 40px;
	right: 40px;
	top: 40px;
	bottom: 40px;
}

.Date
{
	color:blue;
	font-size:x-large;
}

.Hour
{
	color:red;
	font-size:xx-large;
}

