
ul#onglets {
	float: right;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}
ul#onglets li {
	display: inline;
	float: left;
	padding: 1px 0px 9px 18px;
	margin: 0 20px 0 0;
	background: url(../images/fond-li-onglet.gif) no-repeat;
}
ul#onglets li a {
	padding: 0 0 7px 0;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/fond-a-onglet.gif) no-repeat bottom right;
}
ul#onglets li a#actif {
	color: #cc3300;
}

div.contenu_variete {
	float: left;
	width: 780px;
}

div.encart_variete{
	float: left;
	width: 480px;
	margin: 10px 0 0px 10px;
	display: inline;
	font-size: 12px;
}



div.photo_variete {
	float: right;
	width: 270px;
	margin: 50px 0 0px 10px;
	display: inline;
	text-align: center;
}



.photo_variete h2 
{
	font-size: 18px;
	font-style:italic;
	color: #cc3333;
	font-weight: bold;
	background: none;
	padding: 0 0 0 0px;
}

.encart_variete h2 {
	font-size: 14px;
	color: #cc3333;
	font-weight: bold;
}


table.infovariete 
{	
	float: left;
	width: 470px;
	color: #336600;
	font-size: 12px;
	margin-bottom: 3px;
	border: 1px solid #505050;
	border-collapse: collapse;
}
table.infovariete th {
	font-size: 12px;
	width: 130px;
	color: #cc3333;
	font-weight: bold;
	padding: 3px;
	border-right: 1px solid #505050;
	border-bottom: 1px solid #505050;
}
table.infovariete tr td {
	padding: 2px;
	border-bottom: 1px solid #505050;
}

div.ajouter_panier {
	float: left;
	width: 470px;
	margin: 50px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px #8d8d8d solid;
}
.ajouter_panier .prix {
	float: left;
	width: 200px;
	color: #336600;
	font-weight: bold;
	margin: 0 20px 0 0;
}
.ajouter_panier .qte {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
}
.ajouter_panier .qte input#qte {
	font-family: Arial;
	font-size: 12px;
	width: 40px;
}
.ajouter_panier .qte label {
	color: #336600;
}
.ajouter_panier .bouton_ajouter_panier {
	float: left;
	width: 200px;
	margin: 20px 0 0 0;
}
.ajouter_panier .bouton_ajouter_panier a img{
	border: 0px;
}

table.varietes {
	float: left;
	width: 470px;
	color: #336600;
	font-size: 12px;
	margin-bottom: 3px;
	border-right: 1px solid #505050;
	border-collapse: collapse;
}
table.varietes th {
	font-size: 12px;
	color: #cc3333;
	font-weight: bold;
	padding: 3px;
	background-color: #b2e089;
}
table.varietes tr td {
	padding: 2px;
	border-bottom: 1px solid #505050;
}
table.varietes tr td.variete {
	width: 100px;
	border-right: 1px solid #505050;
}
table.varietes tr td.fd_brun {
	background-color: #dbdcb2;
}

div.texte_variete 
{
	font-weight:bold;
	text-decoration: underline ;	
	
	
}
