@charset "UTF-8";

html,body{
	height:100%;
	margin:0;
	padding:0;
}

body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #231f20;
	background-color: #4c196f;
	background-image:url(media/bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

.purple {color:#4b186e;}
.palepurple {color:#a48eb2; font-weight:bold; line-height:12px;}
.white {color:#ffffff;}
.grey{color:#656363;}

.purplethick {
	color:#4b186e;
	font-weight:bold;
	font-size:13px;
}

.purple12 {
	color:#4b186e;
	font-weight:bold;
	font-size:12px;
}

h1 {
	color:#4b186e;
	line-height:14px;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size:15px;
}


h2 {
	color:#4b186e;
	font-weight:normal;
	margin: 0px 0px 7px 0px;
	padding: 0;
	font-size:16px;
}

a { 
	text-decoration: none;
	color:#4b186e;
}

a:hover { 
	text-decoration: underline;
	color:#4b186e;
}

a.focus, a.active, a:focus, a:active {
	outline:0;
}

.clear {
	height:0px;
	overflow:hidden;
	clear:both;
}

#wrapper{
	display: block;
	height: 642px;
	width: 963px;
	margin:0px auto 0px auto;
	background-color:#FFFFFF;
	padding:0px;
	overflow:hidden;	
}

#container {
	display: block;
	text-align: left;
	width:963px;
	height: 642px;
	padding:0px;
	overflow:hidden;
}

#nav{
	height:21px;
	width:963px;
	text-align:right;
	background-color:#4b186e;
	overflow:hidden;
	display:block;
	margin-top:0px;
	color:#ffffff;
}

.bulletbtn, .bulletbtnsel{
	height:9px;
	width:24px;
	background-image:url(media/bullet-btn.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-right:3px;
	line-height:8px;
}

.bulletbtn{background-position:8px -9px;}
.bulletbtn:hover, .bulletbtnsel{background-position:8px 0px;}

.bulletbtn2, .bulletbtn2sel{
	height:9px;
	width:40px;
	background-image:url(media/bullet-btn.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-right:3px;
	line-height:8px;
}

.bulletbtn2{background-position:19px -9px;}
.bulletbtn2:hover,.bulletbtn2sel{background-position:19px 0px;}

ul{
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}

li{
	margin:0px 0px 10px 5px;
	padding:0px 0px 0px 0px;
}


/*----------FLAMANT---------------------*/
 #fla-left{ float:left; width:221px; height:621px;}
 #fla-mid{ float:left; width:519px; height:621px;}
 #textmid{ padding-left:34px; width:475px; padding-right:10px; line-height:13px;}
 #fla-right{ float:left; width:223px; height:621px;}
 
#map{ width:485px; height:142px; background-image:url(media/map2.jpg); background-repeat:no-repeat; background-position: 0px 0px; padding-left:34px; padding-top:10px; font-size:12px;}

#click{ width:450px; height:21px; margin-left: 34px; margin-top:10px; padding-top:3px; font-size:12px; color:#FFFFFF; background-color:#51276c; border:#a893b5 solid 2px; text-align:center;}

#click a{text-decoration:none; color:#dcd4e2; font-size:15px; font-weight:bold;}
#click a:hover{text-decoration:none; color:#FFFFFF;}