body {
	margin: 0;
	padding: 20px 0;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
	background-color:#000000;
}





/* MISE EN FORME TEXTE */

h1 { 
	font: 26px Rockwell, Georgia, "Times New Roman", Times, serif; 
	color:#FF5D12; 
	padding: 0 10px 0 20px;}

h2 { 
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	padding: 0 10px 0 20px;}

p { 
	padding: 0 10px 0 20px;
	margin:0;}
	
h3 { 
	padding: 0 10px 0 20px;
	margin:0;
	color:#fff;}
	
	/* LIENS */

a
	{ color:#fff; }
	
a:hover
	{ text-decoration:none; }

#tableau {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff; 
	padding: 0;
	margin:0;
}



/* MENU */
#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	font: 12px Rockwell, "Times New Roman", Times, serif; 
	margin: 0;
	padding: 0;
}
#menu a {
	color: #FFF;
	display: block;
	float: left;
	margin: 0;
	padding: 12px 8px 10px 1px;
	*padding: 12px 12px 10px 1px;
	text-decoration: none;
	font-weight:bold;
	text-transform: uppercase;
	/*border:1px solid lime;*/
}
#menu a:hover {
	background: url("../images/menu_rollover.gif") bottom center no-repeat;
	color: #FF5D12;
	}                    
                            

#listemotos {
	padding: 0 20px;
	width: 100%;
	}
#listemotos tr {
	background-color: #333;
	}
#listemotos tr.odd {
	background-color: #444;
	}
#listemotos td {
	padding: 4px;
	}
#listemotos td.image {
	padding: 1px;
	margin: 0;
	width: 96px;
	}
#listemotos .prix, #listemotos .km {
	text-align: center;
	}
#listemotos img.thumbnail {
	width: 96px;
	height: 64px;
	}
#listemotos .manufacturier {
	width: 100px;
}
img#moto_preview {
	width: 400px;
	}
	
/* FONDS RÉPÉTÉS */
.fondmenu 
	{ background: #000 url(../images/menu_repeat.gif) repeat-x;}

.fondcontenu 
	{ background: #000 url(../images/contenu_repeat.gif) repeat-y; height:431px;}

.fondcontenuindex
	{ background: #000 url(../images/contenu_repeat.gif) repeat-y; height:431px;}
	
.fondfooter 
	{ background: #000 url(../images/footer_repeat.gif) repeat-x;}




/* FOOTER */
.copyright 
	{ font-size: 11px; font-style:italic; text-align:left; padding: 0 5px 0; margin:0;}

.copyright a
	{ color:#fff; }
	
.copyright span
	{ font-weight:bold; }
	
.copyright a:hover
	{ text-decoration:none; }
	
	
	
	
	
/* DIV PAGE D'ACCUEIL */

#flash {
	position:relative;
	width: 629px;
	padding: 5px 0 5px 0;
	margin:0;
	z-index:20;
}

#bienvenue {
	position: absolute;
	left:0;
	top:220px;
	width: 225px;
	padding: 0 2px 0 2px;
	margin: 0 6px 0 7px;
	background:#fff;
	border: 1px solid #999999;
	z-index:10;
}

#bienvenue h1 {
	font-size:20px;
	text-transform:uppercase;
	margin:0;
	padding: 2px 0 5px 5px;
}

#bienvenue p {
	color:#3c3c3c;
	font-size:12px;
	line-height: 13px;
	padding:0 0 5px 5px;
	margin:0;
}

.bold {
	font-weight:bold;
}









