body
{
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: trebuchet ms, verdana, arial, sans-serif;
}

img
{ border: none; }

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

a:hover
{
	text-decoration: underline;
}

/*
** REPETITIONS
*/
	/* Margin auto */
	
	/* Width 753 */
	.conteneur
	{ width: 753px; }
	
	/* Width 553 */
	 #droite, #fondpieces
	 { width: 553px; }
	
	/* Width 119 */
	#g119, #trouvermoto, #vendremoto, #trouverpiece, #vendrepiece, #bande2
	{ width: 119px; }
	
	/* Width 100% */
	.ecrireadroite, .ecrireaumilieu
	{ width: 100%; }
	
	/* Height 44 */
	#trouverpiece, #vendrepiece
	{ height: 44px; }
	
	/* Height 51 */
	#trouvermoto, #vendremoto
	{ height: 51px; }
	
	/* Float left */
	#gauche, .liste-gauche
	{ float: left; }
	
	/* Float right */
	#droite, .ecrireadroite, .liste-droite
	{ float: right; }

	/* Text align right */
	.ecrireadroite
	{ text-align: right; }
	
	/* Text align center */
	.ecrireaumilieu
	{ text-align: center; }
	
	/* Margin auto */
	.conteneur-droite
	{ margin: auto; }
	
	/* Overflow hidden */
	.conteneur-liste, .conteneur-liste2, .liste-gauche, .liste-droite, .conteneur, #fondpieces
	{ overflow: hidden; }

/*
** DIVS
*/

	/* Gauche
	*/
		#gauche
		{
			width: 159px;
			text-align: left;
		}
		
		#g119
		{
			width: 119px;
		}
		
		.bande
		{
			width: 97px;
			height: 20px;
			background-image: url(../pics/bande.jpg);
			margin-left: 20px;
		}
		
		#logo
		{
			width: 99px;
			height: 97px;
			background-image: url(../pics/somm1.jpg);
			margin-left: 20px;
		}
		#logo:hover
		{ background-image: url(../pics/somm2.jpg); }
		
		#trouvermoto
		{
			background-image: url(../pics/trouvermoto1.jpg);
		}
			#trouvermoto:hover { background-image: url(../pics/trouvermoto2.jpg); }
		
		#vendremoto
		{
			background-image: url(../pics/vendremoto1.jpg);
		}
		
		#trouverpiece
		{
			background-image: url(../pics/trouverpiece2.jpg);
		}
		
		#vendrepiece
		{
			background-image: url(../pics/vendrepiece1.jpg);
		}
		
		#vendrepiece:hover
		{
			background-image: url(../pics/vendrepiece2.jpg);
		}		
		
		#bande2
		{
			height: 30px;
			background-image: url(../pics/bande2.jpg);
		}
		
		#adresse
		{
			background-image: url(../pics/adresse.jpg);
			width: 159px;
			height: 129px;
		}
	
	/* Droite
	*/
		#droite
		{
			text-align: left;
		}
		
			.conteneur-droite
			{
				width: 500px;
			}
		
		#fondpieces
		{
			min-height: 194px;
			background-image: url(../pics/fondpieces.jpg);
			background-repeat: no-repeat;
		}
		
		.conteneur-liste, .conteneur-liste2
		{
			width: 520px;
			padding-top: 10px;
			padding-bottom: 20px;
			margin-bottom: 20px;
		}
		
		.conteneur-liste { border-bottom: 3px solid #70ace8; }
		
		.liste-gauche
		{
			width: 130px;
		}
		
		.liste-droite
		{
			width: 370px;
		}
		
/*
** Styles
*/
	/* Sizes */
	.s08
	{ font-size: 0.8em; }
	
	.s12
	{ font-size: 1.2em; }	
	
	.bleu
	{ color: #70ace8; }
	
	.lh2
	{ line-height: 2em; }
	
	.blanc
	{ color: #fff; }
