/********************************/
/*                              */
/*  Bahamut Cars CSS template   */
/*  09-01-2006 - rev 3.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: #EEE; }
HTML, BODY {MARGIN: 0; PADDING: 0; text-align:center}
#punwrap {
	width:630px;
	margin:0px auto;
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
	}

.push {
	height: 20px; /* .push must be the same height as .footer */
}
h3 {
	 border:1px;
	 border-style: dashed none;
	 border-color: #345487;
	 background-color: #eeffff;
}
.menu {
	 border:1px solid #345487;
   background: transparent url(./img/menu_bg.jpg) top left;
   width: 628px;
   height: 20px;
	 }

ul, li {
   list-style-type: none;
   margin: 0;
   padding: 0;
   }

ul {
   position: absolute; /* Pour IE5 */
   background: transparent url(./img/menu_bg.jpg) top left;
   height: 20px;
   margin-top: 0px;
   text-align: center;
}

li {
   float: left;
}

.menu li a {
   color: #000000;
   text-decoration: none;
   display: block;
   width: 100px;
   height: 20px;
   line-height: 20px; /* Hauteur de ligne pour éviter les paddings */
} 

.menu li a:hover {
   color: #333333;
   text-decoration: none;
   background: transparent url(./img/menu_bg.jpg) top left no-repeat;
   background-position: 0 -20px;
}
#title {
	display: block;
	border:1px solid #345487;
	background-image: url(./img/bahamut1.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 629px; /* largeur de l'image */
	height: 148px; /* Hauteur de l'image */
	padding:0;
	margin:0
}

.copyright {
	 height: 20px;
	 font-size: 9px;
	 line-height: 12px;
	 background-color: #cccccc;
   display: block;
	 border:1px solid #345487;
	 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; }