/* ------------------------------------ *
 CSS
 15 juin, 2009 15:12:31
 HAPedit 3.1.11.111
 * ------------------------------------ */

@import url("reset.css");
@import url("global.css");

/*Entete*/
#pagewrap                            					{ 
											width: 100%;
											font: 12px verdana;
										}
										
										
	#MessageBienvenue					{
											background-color: #FEC52E;
											height: 21px;
										}
										
										
	#NavigationTop						{
											border-top: 5px solid #B90409;
											border-bottom: 8px solid #B90409;
											
											margin-bottom: 1px;
											margin-top: 2px;
											
											padding: 5px;
											
											height: 85px;
											
											text-align: center;
										}


						
										
/* Menu de Gauche */
#ColonneGauche							{
											background-color: #B9040B;
											/*border-right: 4px solid #CCCCCC;*/
											color: #FFFFFF;
											margin-right: 4px;
											
											width: 185px;
										}
										
#ColonneDroite							{
											background-image: url(../../dot-left.jpg);
											background-repeat: repeat-y;
											
											border-top: 4px solid #FDC42D;
											
											min-height: 450px;
											height:auto !important;
											height: 450px;	
											
											padding: 15px;
										}
										
#Navigation								{
											margin-left: 10px;
											margin-top: 25px;
										}
										
	#Navigation	ul						{
											list-style-type: none;
											margin: 0px 8px 8px 3px;
										}
										
	#Navigation a						{
											color: #FFFFFF;
											text-decoration: none;
										}
										
	#Navigation a:hover					{
											color: yellow;
											text-decoration: underline;
										}
										
		#Navigation ul ul a				{
											font-size: 0.9em;
										}
										
										
/* Page Services */
	.ServicesDiv						{
											height: 200px;
											padding: 10px 0px 10px 0px;
										}
										
		.ServicesDiv h2					{
											margin-left: 280px;
										}		

/* Page Produits */										
	.ProduitsListe						{
											width: 600px;
										}
										
		.ProduitsListe img				{
											margin: 0px 10px 10px 0px;
										}
										
	.ProduitsPub						{
											margin: 25px 0px 25px 0px;
										}
										
	/* Page de produits d'un marque */
	.ProduitsImage						{
											float: left;
											margin-top: 15px;
										}
										
	.ProduitsInformations				{
											margin: 15px 0px 25px 300px;
										}
										
		.ProduitsInformations b			{
											color: #A53720;
										}
		
		.ProduitsInformations ul			{
											margin-top: 10px;
											margin-bottom: 10px;
										}								
	/* Remorques Laroche */
	#LarocheListe						{
											text-align: center;
											width: 600px;
										}
										
		#LarocheListeTable td			{
											border-right: 1px solid #CCCCCC;
											font-size: 0.9em;
											padding: 3px;
											text-align: center;
										}
										
		#LarocheListeTable img			{
											border: 1px solid #000000;
											margin-bottom: 10px;											
										}
										
		#LarocheListeTable ul			{
											list-style-type: none;
											margin: 0px;
										}	

			#LarocheListeTable li			{
											margin: 0px;
											padding: 3px;
											
										}										

/* Pied de Page */
#PieddePage								{
											background-color: #CCCCCC;
											font-size: 0.8em;
											padding: 3px;
											text-align: center;
										}