/********************************/
/*                              */
/*  Bahamut Cars CSS template   */
/*  17-04-2010 - rev 4.0        */
/*  Created by Bahamut Cars     */
/*  http://www.bahamutcars.com  */
/*                              */
/********************************/

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	margin:0px;
	padding:0px;
	background-color: #dddddd
}
#topbar{
font-size:14px;
color:#333333;
background:#ccdddd;
font-weight:bold;
padding:6px;
overflow:auto;
height:1%;
clear:both;
}
#topbar a{
color:#333333;
text-decoration:none;
margin:0 10px;
height:23px;
line-height:23px;
float:left;
display:block;
}
a.active{
height:23px;
line-height:23px;
background:url(img/tb_a.png) right top no-repeat;
padding-right:10px;
}
a.active span{
background:url(img/tb_span.png) left top no-repeat;
height:23px;
display:block;
padding-left:10px;
}
#middlebar{
font-size:11px;
color:#333333;
background:#ddeeee;
font-weight:bold;
padding:6px;
overflow:auto;
height:1%;
clear:both;
}
#middlebar a{
color:#333333;
text-decoration:none;
margin:0 5px;
padding-right:7px;
height:23px;
line-height:23px;
display:block;
float:left;
background:url(img/mb_a.png) right top no-repeat;
}
#middlebar a span{
background:url(img/mb_span.png) left top no-repeat;
height:23px;
display:block;
padding-left:7px;
}
#wrapper {
	background-color: #ffffff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:600px;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}
.contenu {
	margin: 10px;
	padding-bottom:20px;
}
h2 {
	padding-left:10px;
	}
h3 {
	border-style: none;
	background-color: #eeffff;
	background: transparent url(img/h3.png) top left;
	margin-top: 10px;
	padding:10px;
	}
.copyright {
	height: 20px;
	font-size: 9px;
	line-height: 12px;
	background-color: #cccccc;
  display: block;
	text-align:center;
	position: relative;
	top: 20px
}

a:link, a:visited, a:active { text-decoration: none }
a:hover { color: #465584; text-decoration:underline }
a img {border: none; }
