/* CSS Document */

body {
	background: #F6F8E2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height:16px;
}

H5 {font-family: "BernhardFashion BT";
	color:#999999;
	
}

a img {border: none; } 

#langue {
position:absolute;
right:8px;
top:8px;
font-size:smaller;
	
}
	
#main {
	margin:0px 0px 0px 400px;
	margin-left:400px;
	height:575px;
	padding-left:5px;
	padding-top:0.5em;	
	
}
#left {
 width: 250px;
 float: left;
 margin:0; padding:0;
}
#centre {
	width: 150px;
	float: left;
	background:url(../images/line.jpg) no-repeat right;
	height:575px;
	
	
}
#footer {
	left:250px;
			
}

ul {
	list-style:none;
	text-align:left;
	font-size:12px;
	font-family:Garamond; 
	font-weight:bold; 
	letter-spacing: 1px;
	line-height: 40px;
	padding-left:5px;
	margin-left:5px;
 	padding-top: 15em;		
}

ul li a#current {
 	color: #ABA29B;
	
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


