/* --------------------------------------------------------- */
/* Feuille de style du site stockmoto97.com                  */
/* --------------------------------------------------------- */

html {
	font-size: 100%;
}

/*body {
	font-size: 0.8125em;
	font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #808080;
} */

/* styles par défaut */	
div {
	text-align:left;
	margin:0;
	padding:0;
}
	  
div.header {
	height:130px;
	background-image: url(images/bkg_header.jpg);
	background-repeat : no-repeat;	
	border: 0;
}
	

/* Header */
div.header A {
	display: block;
	width: 100%;
	height: 100%;
}
 
/* Sommaire */
div.adresse_stockmoto {
	border: 0px dashed #c0c0c0;
	color: #808080;	 
	font-family: arial;
	font-size: 15px; 
	font-weight: bold; 
	text-align: center;
	padding: 6px;		
	padding-top: 48px;
	background-image: url(images/bkg_adresse.jpg);
	background-repeat : no-repeat;
	height: 200px;
}

div.avendre {
	color: #808080;	 
	font-family: arial;
	font-size: 15px; 
	font-weight: bold; 
	text-align: left;
	padding: 6px;		
	padding-top: 52px;
	padding-left: 13px;
	background-image: url(images/bkg_avendre.jpg);
	background-repeat : no-repeat;	 
	margin-bottom: 30px;
}
 
div.article1_accueil {								  
	width : 420px;
	height: 264px;
	padding: 20px;
	margin-bottom:5px; 
	background-image: url(images/moto_fili_index.jpg);
	background-repeat : no-repeat; 
	font-size: 16px;
	font-family: arial;
}
 
div.article2_accueil {								  
	width : 420px;
	padding: 10px;
	margin-bottom:16px; 
	font-size: 15px;
	font-family: arial;	
}
				
/* Menu navigation */
div.menu_nav {
	padding :4px;
	margin-bottom: 10px;
	background-color : #c0c0c0;
	background-image: url(images/bkg_menunav.jpg);
}			  

div.menu_nav a {
	color: #808080;
	font-weight: bold;
	text-decoration: none;	
}				

div.menu_nav a:hover {
	color: #000000;
	text-decoration: none;
}

/*	 
	background-image: url(images/bkg_article2_accueil.jpg);
	background-repeat : no-repeat;	
*/
			   
			 

