/* Styles global à la table
th = titres
td = valeurs
 */
 
#centre {
	left: 200px;
	/*min-width: 400px;*/
}
@media screen {
	#menu_gauche {
		display: block;
	}
}

@media print {
	#menu_gauche {
		display: none;
	}
	#centre {
		left: 0px;	
	}
}


h3 {
	font-size: 12px;
	}
/* Références en lignes */
h1, h3, #productCompare1 table {
	margin: 10px;
	
}
#productCompare1 table th {
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	white-space: none;
	padding: 2px;
	min-width: 100px;
}
#productCompare1 table td {
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	text-align: center;
	white-space: none;
	padding: 2px;
}
#productCompare1 table .empty {
	border-style: none;
}
#productCompare1 table .right {
	border-right: 1px solid #AAA;
}
#productCompare1 table .bottom {
	border-bottom: 1px solid #AAA;
}
#productCompare1 table .nobottom {
	border-bottom: none;
}
#productCompare1 table th.name {
	text-align: left;
}
#productCompare1 table th.compare {
	background-color: #FFF;
}
#productCompare1 table td.compare {
}
#productCompare1 table th.carac {
	text-align: center;
	font-weight: normal;
}
#productCompare1 table th.hide {
	text-align: right;
	font-weight: bold;
}
#productCompare1 table td.carac {
}
#productCompare1 table th.family {
	text-align: center;
	background-color: #E9E9E9;
	border-top: 1px solid #AAA;
}
#productCompare1 table th.basket {
	text-align: center;
	background-color: #E9E9E9;
	border-top: 1px solid #AAA;
}
#productCompare1 table th.promo {
	text-align: center;
	color: #CC3333;
}

#productCompare1 table td.promo {
	color: #CC3333;
	font-weight: bold;
}

/* Références en colonnes */
#productCompare2 table {
	margin: 10px;
}
#productCompare2 table th {
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	white-space: none;
	padding: 2px;
	margin: 10px;
}
#productCompare2 table td {
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	text-align: center;
	white-space: none;
	padding: 2px;
}
#productCompare2 table .empty {
	border-style: none;
}
#productCompare2 table .right {
	border-right: 1px solid #AAA;
}
#productCompare2 table .noright {
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
}
#productCompare2 table .bottom {
	border-bottom: 1px solid #AAA;
}
#productCompare2 table th.carac {
	/*width: 300px;*/
	text-align: left;
	font-weight: normal;
}
#productCompare2 table td.carac {
}
#productCompare2 table th.family {
	text-align: left;
	background-color: #E9E9E9;
}
#productCompare2 table th.basket {
	text-align: left;
	background-color: #E9E9E9;
}
#productCompare2 table th.promo {
	color: #CC3333;
}
#productCompare2 table td.promo {
	color: #CC3333;
	font-weight: bold;
}


