body {
	margin:0;
	padding:0;
	background-color:#bb3333;
	font-family:Helvetica, Georgia, Times New Roman;
	font-size:14px;
	color:#ebebeb;
}

a {
	color:#ebebeb;
}

a:hover {
	color:#bb3333;
}

h1 {
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	color:#bb3333;
}

h2 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	color:#bb3333;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	color:#bb3333;
}

p {
	text-align:justify;
	margin-bottom:10px;
}

img {
	margin-top:20px;
	border:0;
	padding:0;
}

.notes {
	font-size:12px;
}

#main {
	position:absolute;
	top:0px;
	left:50%;
	width:600px;
	height:4000px;
	margin-left:-300px;
	padding-top:20px;
	background-color:#000000;
}

#border_left {
	position:absolute;
	top:0px;
	left:50%;
	width:100px;
	height:4000px;
	margin-left:-400px;
	background-color:#bb3333;
	background-image:url(../images/degrade_gauche.jpg);
	background-repeat:repeat-y;
	z-index:-100;
}

#border_right {
	position:absolute;
	top:0px;
	left:50%;
	width:100px;
	height:4000px;
	margin-left:300px;
	background-color:#bb3333;
	background-image:url(../images/degrade_droite.jpg);
	background-repeat:repeat-y;
	z-index:-100;
}

#menu {
	position:fixed;
	width:130px;
	top:0px;
	left:0px;
	list-style-type:none;
	background-color:#ffffff;
	padding:1px;
	margin:0;
	z-index:100;
}

#menu li {
	padding:5px;
	margin-top:1px;
	background-color:#000000;
}

#menu li a {
	text-decoration:none;
}

#intro {
	width:600px;
	height:900px;
}

#docs {
	width:600px;
	height:900px;
}

#places {
	width:600px;
	height:900px;
}

#infos {
	width:600px;
	height:900px;
}
