BODY {
	MARGIN: 0px;
	background-color: gray;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* TABLEAU */
table, table.noborder {
 	border-collapse: collapse;
 	width: 100%;
}
table.ventes {
	border-collapse: collapse;
	width: auto;
}
th.noborder, td.noborder {
	border: 0px;
}
th, td {
	border: Khaki thin solid;
}
th {
	 text-align: center;
	 color: Blue;
	 font-weight: bold;
	 background-color: LightYellow;
}
tr.titre {
	text-align: left;
	color: LightYellow;
	font-weight: bold;
	background-color: CornflowerBlue;
}
tr.couleur1 {
	background-color: LightYellow;
}
tr.couleur2 {
	background-color: AliceBlue;
}
td.prix {
	text-align: right;
}
td.modele {
	font-weight: bold;
}
td.centre {
	text-align: center;
}
img.gauche {
	float: left;
	margin-right: 1em;
	border: #999999 thin solid;
}
img.droite {
	float: right;
	margin-left: 1em;
	border: #999999 thin solid;
}
p {
	clear: both;
}
#informations {
	text-align : right;
}
#wrap, #wrap_popup  {
	margin: auto;
	background-color: #FFFFFF;
	border: #000000 thin solid;
	z-index: 0;
}

#wrap, #wrap_popup  {
	background-position: top;
	background-repeat: no-repeat;
}

#wrap  {
	background-image: url(../images/interface/banniere.gif);
}
#wrap_popup  {
	background-image: url(../images/interface/banniere_popup.gif);
}

#wrap, #bas_page-barre {
	width: 900px;
}

#wrap_popup, #barre_popup {
	width: 600px;
}

/* Bannière */
#banniere {
	width: 900px;
	height: 173px;
}
#banniere_popup {
	width: 600px;
	height: 133px;
}

#affaires {
	padding: 10px;
}

/* Menu horizontal */
#menu_h {
	width: 900px;
	height: 66px;
	position: relative;
	z-index: 1;
	clear: both;
}
#menu_h-haut {
	left: 200px;
	height: 27px;
	position: absolute;
	z-index: 2;
}
#menu_h-bouton-off, #menu_h-bouton-on {
	height: 27px;
	padding-top: 5px;
	float: left;
	background-repeat: repeat-x;
}
#menu_h-bouton-off {
	background-image: url(../images/interface/menu_h/menu-bg.gif);
}
#menu_h-bouton-on {
	background-image: url(../images/interface/menu_h/actif-bg.gif);
}
#menu_h-bouton-off-gauche, #menu_h-bouton-off-droit, #menu_h-bouton-on-gauche, #menu_h-bouton-on-droit {
	width:10px;
	height: 27px;
	float: left;
	background-repeat: no-repeat;
}
#menu_h-bouton-off-gauche {
	background-image: url(../images/interface/menu_h/menu-gauche.gif);
}
#menu_h-bouton-off-droit {
	background-image: url(../images/interface/menu_h/menu-droit.gif);
}
#menu_h-bouton-on-gauche {
	background-image: url(../images/interface/menu_h/actif-gauche.gif);
}
#menu_h-bouton-on-droit {
	background-image: url(../images/interface/menu_h/actif-droit.gif);
}
#menu_h-bouton-off A, #menu_h-bouton-on {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	color: black;
}
#menu_h-bouton-off A:hover, #menu_h-bouton-on A:hover {
	color: LightSeaGreen;
}
#menu_h-bouton-on {
	font-weight: bold;
}
#menu_h-barre {
	top: 26px;
	width: 900px;
	height: 30px;
	background-image: url(../images/interface/menu_h/barre-bg.gif);
	background-repeat: repeat-x;
	z-index: 1;
	position: relative;
	clear: both;
}

/* Menu vertical */
#menu_v {
	width: 170px;
	left: 10px;
	position: relative;
	z-index: 2;
	float: left;
}
#menu_v-bouton A, #menu_v-bouton-actif {
	padding-left: 15px;
	padding-top: 5px;
	height: 35px;
	width: 170px;
	font-size: 16px;
	text-decoration: none;
	color: white;
	display: block;
	background-image: url(../images/interface/menu_v/bouton_passif.gif);
	background-repeat: no-repeat;
}
#menu_v-bouton A:hover {
	background-image: url(../images/interface/menu_v/bouton_hover.gif);
	background-repeat: no-repeat;
	color: LightSeaGreen;
}
#menu_v-bouton-actif {
	background-image: url(../images/interface/menu_v/bouton_actif.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: white;
}

/* Contenu */
#contenu, #contenu_popup {
	position: relative;
	padding: 10px;
	left: 15px;
	background-color: LightYellow;
	z-index: 2;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	border: #999999 thin solid;
}
#contenu {
	width: 670px;
	float: left;
}
#contenu_popup {
	width: 550px;
}
#contenu A {
	color: LightSeaGreen;
}
#contenu A:hover {
	color: #000000;
}
h1 {
	font-size: 16px;
	color: LightSeaGreen;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: LightSeaGreen;
	font-style: italic;
}
span.couleur1 {
	color: LightSeaGreen;
	font-weight: bold;
}
span.couleur2 {
	color: red;
	font-weight: bold;
}
ul.puce { 
	list-style-image: url(../images/interface/texte/puce.gif);
}
ul.puce2 {
	list-style-image: url(../images/interface/texte/puce.gif);
}
img.image_gauche {
	float: left;
}
img.image_droite {
	float: right;
}
span.asterix {
	font-weight: bold;
	color: red;
}

#form_label {
	float: left;
	width: 150;
}

/* Bas de page */
#bas_page, #bas_page_popup, #barre_popup {
	padding-top: 10px;
	clear: both;
	font-size: 14px;
	text-align: center;
	font-style: italic;
	position: relative;
}
#bas_page-barre, #barre_popup {
	height: 30px;
	padding-top: 8px;
	background-image: url(../images/interface/menu_h/barre-bg.gif);
	background-repeat: repeat-x;
	position: relative;
	z-index: 2;
}
#copyright {
	clear: both;
	padding: 10px;
	padding-top: 8px;
	font-size: 12px;
	text-align: center;
	position: relative;
	z-index: 2;
}
#copyright A {
	color: DarkGray;
	text-decoration: none;
}
#copyright A:hover {
	color: LightSeaGreen;
	text-decoration: underline;
}