/********************************/
/*                              */
/*  Pug 405DTM CSS template   */
/*  26-04-2008 - rev 1.0        */
/*  Created by Bahamut Cars     */
/*  http://www.bahamutcars.com  */
/*                              */
/********************************/

BODY { font-family: Lucida-sans, Verdana, Tahoma, Arial, sans-serif; font-size: 3; color: #ffffff; margin:0px; padding:0px; background-color: #000000; text-align:left }
HTML, BODY {margin: 0; padding: 0; text-align:left}

.banner {
   background-image: url(/design/bannerbg.jpg);
   background-position: 0 0;
	 width: 100%;
   height: 140px;
	 }

.roue {
	 float:left;
   background-image: url(/design/roue.jpg);
   background-position: 0 0;
	 width: 168px;
   height: 140px;
	 }

.logo {
	 float:left;
   background-image: url(/design/logobahamut.jpg);
   background-position: 0 0;
	 width: 485px;
   height: 140px;
	 }

.bannerfin {
	 float:right;
   background-image: url(/design/bannerfin.jpg);
   background-position: 0 0;
	 width: 20px;
   height: 107px;
	 }


.menu {
	 float:left;
   background-image: url(/design/menubg.jpg);
   background-position: 0 0;
	 width: 140px;
   height: 378px;
	 }

.menufin {
   background-image: url(/design/menufin.jpg);
   background-position: 0 0;
	 width: 136px;
   height: 30px;
	 }

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

ul {
   position: absolute; /* Pour IE5 */
   height: 20px;
   margin-top: 0px;
   text-align: center;
}

.copyright {
	 font-size: 9px;
	 line-height: 12px;
	 background-color: #cccccc;
	 color: #000000;
   display: block;
	 border:1px solid #345487;
	 text-align:center;
	 position: relative;
	 top: 40px
}

#contentarea {
	 margin-left: 140px;
	 width: 80%;
	 min-height: 378px;
	 }

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