a:link {	
	text-decoration: none;
	color: #5A005A;
}
a:visited { 
	text-decoration: none;
	color: #CC0000;
}
a:hover {	
	text-decoration: none;
	color: #FF6600;
}
a:active {	
	text-decoration: none;
	color: #CC3300;
}
html {	
	font-family: Garamond;
}
body {
	font-family: Perpetua;
	color: #5A000A;
	margin: 0cm;
	font-size: 17px;
	text-align: justify;
	background-image: url(background.jpg);
}
.Style1 {
	color: #FFFFFF;
	font-family: Garamond;
	font-size: 12px;
}
.Style3 {
	color: #5A000A;
	font-family: Garamond;
	font-size: 15px;
}
.Style4 {
	color: #5A000A;
}
.Style5 {
	color: #5A000A;
	font-weight: bold;
}

.titre {
	font-family: Perpetua;
	color: #5A000A;
	font-size: 30px;
	text-align: center;
}
.soustitre { 
	font-family: Perpetua;
	color: #5A000A;
	font-size: 19px;
	text-align: center;
}
#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 0px;
}
#haut {
	position: fixed;
	top: 10px;
	width: 900px;
	height: 100px;
	display: block;
	background-image: url(bandeauhaut.gif);
	visibility: visible;
	vertical-align: top;
}

#menu {
	position: fixed;
	top: 110px;
	width: 900px;
	height: 25px;
	text-align: center;
	diplay: block;
	background-image:url(bandeauligne.jpg)
}
#milieu {
	width: 900px;
	height: 410px;
	display: block;
	overflow:auto;
	background-color: #FFFFFF;
	scrollbar-face-color: #990002;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
}
#gauche {
	position: fixed;
	top: 135px;
	width: 120px;
	float: left;
	height: 410px;
}
#contenu {
	width: 765px;
	float: right;
	background-color: #FFFFFF;
	overflow: auto;
	text-indent: 20px;
	margin-left: 15px;
}
div.spacer {
	clear: both;
	height: 460px;
	display: block;
	width: 10px;
	position: fixed;
	top: 135px;
}
#bas {
	width: 900px;
	height: 25px;
	display: block;
	text-align: center;
	font-size: 14px;
	background-color: #990000;
	vertical-align: middle;
}
#leftfloat { 
	float:left; 
} 

#rightfloat {
	float:right;
}
#contenuaccueil {
	width: 765px;
	float: right;
	background-color: #FFFFFF;
	overflow: auto;
	text-indent: 0px;
	margin-left: 15px;
}
