body {
	margin: 0;
}

#header {
   float: left;
   display: inline;
   width: 840px;
   height: 143px;
   background :url(img/header/fond_header3.jpg) bottom no-repeat; /*pour le site hors process et suivi commande*/
   
}

		#header_gche {
		    float: left;
		    display: inline;
		    margin: 16px 0 0 0;
		    width: 600px;
		    height: 128px;
		}

				#header_gche p a {
				    float: left;
				    display: block;
				    width: 600px;
				    height: 128px;
				}
				
		#header_dte { 
		    float: left;
		    display: inline;
		    margin: 16px 0 0 0;
		    width: 240px;
		    height: 128px;
		}
		
				#header_lien_sdc {
				    float: right;
				    display: inline;
				    width: 140px;
				    height: 17px;
				}
				
						/*#header_lien_sdc a { 
						    float: right;
						    display: block;
						    width: 140px;
						    height: 17px;
						}*/
						
				#header_panier {
				    float: left;
				    display: inline;
				    width: 240px;
				    height: 111px;
				}
				
		/*pour le suivi commande*/
		#header_suivi {
		    float: left;
		    display: inline;
		    margin: 16px 0 0 0;
		    width: 840px;
		    height: 128px;		
		    background :url(img/header/fond_header_suivi.jpg) bottom no-repeat;
		}
		
				#header_suivi p a {
				    float: left;
				    display: block;
				    width: 840px;
				    height: 128px;		
				}
						
