body{
	background : #7C0101 url(/images/common/moto/bg_point.gif);
	font-size : 11px;	
	font-family : Trebuchet MS, Verdana, Arial,  Helvetica, sans-serif;
	margin:0;
	padding:0;
}

.topPic {
	background:url(/images/common/moto/top.jpg) no-repeat ;
	height:227px;
	width:740px;
}

.menuBot {
	background:#400000 url(/images/common/moto/bg_menu_bot.gif) repeat-x ;
}

/* menu */
	
ul.menu {
	display:block;
	width:740px;
	margin: 0;
	padding:0;
	list-style: none;
	background:url(/images/common/moto/bg_menu.gif) repeat-x;
}

li {
	display:inline;
	float:left;
	margin: 0;
	padding:0;
}

li a {
	float:left;
	margin-left: 25px;
	height:30px;
	background-position : 0px 5px;
}

	li a.bt_home{background:url(/images/menu/bt_accueil.gif) no-repeat 0px 8px;width:55px;}
	li a.bt_home:hover{ background:url(/images/menu/bt_accueil_h.gif) no-repeat 0px 8px;width:55px;}
	
	li a.bt_company{	background:url(/images/menu/bt_societe.gif) no-repeat 0px 8px;width:80px;}
	li a.bt_company:hover{ background:url(/images/menu/bt_societe_h.gif) no-repeat 0px 8px;width:80px;}

	li a.bt_promo{	background:url(/images/menu/bt_promo.gif) no-repeat 0px 8px;width:121px;}
	li a.bt_promo:hover{ background:url(/images/menu/bt_promo_h.gif) no-repeat 0px 8px;width:121px;}

	li a.bt_catalogue{	background:url(/images/menu/bt_catalogue.gif) no-repeat 0px 8px;width:97px;}
	li a.bt_catalogue:hover{ background:url(/images/menu/bt_catalogue_h.gif) no-repeat 0px 8px;width:97px;}
	
	li a.bt_conseils{	background:url(/images/menu/bt_conseils.gif) no-repeat 0px 8px;width:97px;}
	li a.bt_conseils:hover{ background:url(/images/menu/bt_conseils_h.gif) no-repeat 0px 8px;width:97px;}

	li a.bt_contact{	background:url(/images/menu/bt_contact.gif) no-repeat 0px 8px;width:121px;}
	li a.bt_contact:hover{ background:url(/images/menu/bt_contact_h.gif) no-repeat 0px 8px;width:121px;}
	

