body{
					background-color: white;
}

#emballage{
					width: 760px;
					margin: auto;
					background-color: white;
}

#logo{
			 			
					margin-left: auto;
					margin-right: auto;
					margin-top: 20px;
					padding-top: 20px;
					margin-bottom: 0px;
					width: 180px;
					height: 258px;				
}

#serie_img table{
					
			 		margin-left: auto;
					margin-right: auto;
					margin-bottom: 0px;
}

#serie_img td{
					margin: 0px;
					padding: 20px;
}


#message table{
				margin-left: auto;
				margin-right: auto;
}
/*C'est important de preciser la hauteur et de mettre les margin et padding
a 0 quitte a les redeterminer plus tard comme pour margin-top sinon je perd
le controle de l'allignement...ca m'a pris du tps pour le trouver...
avec un height de moins de 120 je commence a perdre l'allignement dans IE, 
par contre j'ai toujours un allignement a 110 avec firefox.*/
#message p{
				font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
				font-size: .90em;
				width: 190px;
				height: 120px;
				text-align: justify;
				margin: 0;
				padding: 0;
				margin-top: 10px;
				
}

#message td{
				 /*background-color: yellow;*/
				 margin: 0px;	
				 padding: 15px;	
				 padding-top: 0px;		
}


#message a{
				 text-decoration: none;
				 font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
				 color: #9F9795;
				 font-size: 1.4em;
}
/*C'est important de preciser la hauteur et de mettre les margin et padding
a 0 quitte a les redeterminer plus tard sinon je perd
le controle de l'allignement...ca m'a pris du tps pour le trouver...*/
.titre_entrez{
				text-align: center;	
				margin: 0;
				padding: 0;
}

#message a:hover {
						 color: #D06634;
}

#legal p{
				font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
				text-align: center;
				font-size: .70em;
				padding-bottom: 5px;
				clear: both;
}

