body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color:#970076;
}
p {
line-height:2em;}

.conteneur {
	margin-top: 10px;
	position: absolute;
	width: 740px;
	left: 50%;
	margin-left: -370px;
	border:0px solid #182801;
	color: #182801;
	background-color:#E6D2D9;
}


.header {
position:relative;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	height:154px;
	padding-left:50px;
	padding-top:20px;
	max-width:510px;
	border-bottom:1px solid #182801;
	color: #F5F8EF;
}



.menu {
position:absolute;
top:0;
left:540px;
	
	border-left:1px solid #182801;
}




.centre {
	padding:20px;
	padding-left:40px;
}

.centre ul li {
margin-bottom:10px;}



.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}



.menu li {
	margin:0px;
	border-bottom:1px solid #182801;
	color: #D9CEB8;
	font-size: 1.1em;
	text-decoration: none;
	background-color:#C9A2AF;
	padding:0px;
	width:199px;
}

.menu li a {
height:18px;
	margin:0px;
	display: block;
	color: #F5F8EF;
	font-size: 1em;
	text-decoration: none;
	border-left:5px solid #F5F8EF;
	padding:3px;
}

.menu li a:hover {
	text-decoration: none;
	background-color:#B68192;
	border-left:5px solid #970076;
}


#current a {
	margin:0px;
	display: block;
	color: #F5F8EF;
	font-size: 1em;
	text-decoration: none;
	border-left:5px solid #970076;
	padding:3px;
	background-color:#B68192;
}


fieldset {
margin-left:80px;
width:400px;}

.p{

	
}



h1{
	margin-left:-30px;
	margin-top:5px;
	padding-left:5px;
	font-size: 1.6em;
	color: #970076;
	font-weight:normal;
}

h2{
	margin-left:-20px;
	margin-top:15px;
	padding-left:5px;
	font-size: 1.3em;
	color: #970076;
	font-weight:normal;
}

h3{
	margin-left:-20px;
	margin-top:15px;
	margin-bottom:-15px;
	padding-left:5px;
	font-size: .9em;
	color: #970076;
	font-weight:bold;
}


.header-title {
	font-size:2.3em;
	
}

.header-title-two {
	font-size:1.1em;
	padding-bottom:3px;
	border-bottom:1px solid #F5F8EF;
}

a{
	color: #993366;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

blockquote{
font-style:italic;
}

#ThoughtoftheWeek {
position:relative;
width:197px;
height:200px;
background-image:url(images/thought.gif);
padding:5px;
float:right;}

#thoughtText {
position:absolute;
top:0;
left:15px;
text-align:center;
background: transparent;
width:180px;
height: 100px;
margin:30px 0 10px;
padding:5px;
}
#thoughtText  p{
font-size: 15px;
font-weight:bold;
line-height:1em;
font-style:italic;
margin: 30px 0 0 0}

#footer {
clear:both;
height:25px;
padding:5px 10px 5px 10px;
background-color:#993366;}
#footer p{
color:#fff;}

.boldwhite {
font-style:italic;
font-weight:bold;
color: #99FF99;}
