body {
	background: black url(images/vista_wall.png) fixed right;
	background-repeat: no-repeat;
}

p {
	color: white;
	font-weight: bold;
}

p.main {
	font-size: xx-large;
	margin-left: 2cm;
}

p.paragraph {
	font-size: x-large;
	margin-left: 2cm;
}

p.list {
	font-size: large;
	margin-left: 3cm
}

p.main_contact {
	font-size: xx-large;
	text-align: center;
	margin-bottom: 1cm;
}

p.contact {
	font-size: x-large;
	text-align: center;
}

p.center {
	margin-top: 50px;
	text-align: center;
	font-size: xx-large;
}

p.center img {
	margin-bottom: 1cm;
}

h1 {
	color: white;
	font-size: 400%;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 0.25cm;
	margin-bottom: 0.5cm
}

table {
	border: medium solid;
	border-color: black;
	border-collapse: collapse;
	width: 85%;
	margin-bottom: 1cm;
}

th {
	font-size: 200%;
	font-variant: small-caps;
	font-family: monospace;
	border: thin solid #6495ed;
	width: auto;
	padding: 5px;
	background-color: lightblue;
	vertical-align: top;
}

td {
	color: black;
	background-color: white;
	font-family: sans-serif;
	border: thin solid #6495ed;
	width: auto;
	padding: 5px;
	text-align: left;
}

div#center td ul {
	color: black;
	font-style: normal;
}

td.tarifs {
	text-align: right;
	font-weight: bold;
}

#navigation {
	height: 2.8em ;
	text-align: center ;
	width: 200px ;
	list-style: none ;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left ;
	width: 200px ;
	display: inline ;
	color: white ;
	border: 1px solid black ;
	margin-bottom: 1px ;
}

#navigation li a {
	display: block ;
	background: url(images/green_cyberworld.png) left top no-repeat ;
	color: white ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	font-weight: bold;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
	padding: 4px 20px ;
}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background: url(images/orange_cyberworld.png) left top no-repeat ;
	text-decoration: underline ;
}

div#menu {
	float: left;
	height: auto;
	width: auto;
	margin-right: 0.5cm;
}

div#center {
	height: auto;
	width: auto;
	margin-left: 4.5cm;
}

<!--[if IE]><style type="text/css">
div#menu {
	margin-right: 10px;
}	
div#center {
	overflow: visible;
	height: 1%;
}
</style><![endif]-->