/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/


body {
	text-align: center; /* pour corriger le bug de centrage IE */
 	background: #ffffff;
	color: #000000;
	margin: 0px;
	padding :0px;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: White;
	scrollbar-base-color: White;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-face-color: White;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: White;
	scrollbar-track-color: #FFF6F4;
}


#corpus {
	position: center;
	text-align: justify; /* on r?tablit l'alignement normal du texte */
	background: url(fond.jpg) repeat fixed top;
}

}
.gauche {
	
	background-image: url('fond_menu.gif');
	
}