/* CSS Document */

/* -------------------------------HEADER----------------------------------------- */ 
#header { 
			background-image:url(../img_page_accueil/header_accueil.png);
			height:250px}
			
#logo {
		margin-left:70px;
		margin-top:65px;
		height:100px;
		width:900px;}
		
#Style4 {color: #FFFFFF; }

.bordure {
			border-top-color:#000000;
			border-top-style:double;			
			border-left-color:#000000;
			border-left-style:double;
			border-right-color:#000000;
			border-right-style:double;
			border-bottom-color:#000000;
			border-bottom-style:double;}
		


				
/* -------------------------------PAGE PRINCIPALE----------------------------------------- */ 
#barre_extreme {
					background-image:url(../img_page_accueil/extreme.png);
					background-repeat:repeat-y;
					width:990px;margin:0 auto;position:relative;
					
			   }
			   
#actu 
		{
			overflow:auto;
			height:134px;
			width:435px;
			border-style:double;
			border-color:#FFFFFF;
		}

/* caractéristiques communes à ta div, peu importe la moto */ 
   .madiv { .......... }
/* caractéristiques propres à ta div pour chaque moto */ 
   .MV Agusta { background-image:url(../img_page_accueil/css/css_mv_agusta.png);
				background-repeat:repeat-y;
				width:990px;position:relative;margin:0 auto;
				height:853px; } 
   .Benelli { ........... } 
		
			  
/* ----------------------------------PIED DE PAGE ------------------------------------------ */ 
#pied_de_page
			{ 
				background-image:url(../img_page_accueil/pied_de_page.png);
				background-repeat:no-repeat;
				height:200px;
				width:990px;margin:0 auto;position:relative;
			}
			
/* ----------------------------------PAGE CONTACT ------------------------------------------ */

#barre_extreme_contact {
					background-image:url(../contact/bg-contact.png);
					width:990px;margin:0 auto;position:relative;
					height:500px;
					
			   }