body
{
	background-color: white;
	color: black;
	font-family: Verdana;
	font-size: 12px;
}

table
{
	border-collapse: collapse;
	#margin: 20px;
}

table th
{
	padding: 5px;
	background-color: #AAAADD;
	border: 1px solid black;
}

table td
{
	padding: 3px;
	border: 1px solid black;
	background-color: #CCCCFF;
}

table td.prix
{
	text-align: center;
}

table td.places
{
	text-align: center;
}

div#header
{
	text-align: center;
}

ul#top_menu
{
	text-align: center;
}

ul#left_menu
{
	float: left;
	list-style-type: none;
}

ul#left_menu li a
{
	display: block;
	width: 100px;
	height: 20px;
	text-align: center;
	background-image: url('images/bg_button.png');
	background-repeat: no-repeat;
	padding: 2px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

ul#left_menu li a:hover
{
	color: gray;
}

ul#top_menu li, ul#second_top_menu li, ul#third_top_menu li, ul#fourth_top_menu li
{
	list-style-type: none;
	display: inline;
}

div#content
{
	#margin-left: 200px;
}

h1#periode
{
	color: red;
	font-weight: bold;
	text-align: center;
}
