* {
font-family: Verdana,"Trebuchet MS",Tahoma,Arial,Helvetica;
font-size: 11px;
line-height:14px;
color:#666;
}

html, body {
margin:0px;
padding:0px;
background-color: #FFF;
text-align: center;
height:100%;
}

table#table_confirm td {
	font-weight:bold;
}

.content {
color:#666;
padding-bottom:20px;
float:left;
width:690px;
}

.toggle {
color: #F93;
height:16px;
text-align: justify;
font-weight: bold;
cursor: pointer;
width:690px;
}

.toggle:hover {
color: #F60;
height:16px;
text-align: justify;
font-weight: bold;
cursor: pointer;
width:690px;
}

.panier {
float:left;
width:100px;
height:75px;
background-image:url(../images/panier_vide.png);
background-repeat:no-repeat;
}

.panier2 {
float:left;
width:100px;
height:75px;
background-image:url(../images/panier_OFF.png);
background-repeat:no-repeat;
}

.panier2:hover {
float:left;
width:100px;
height:75px;
background-image:url(../images/panier_ON.png);
background-repeat:no-repeat;
}

div#conteneur {
width:832px;
position: absolute;
left:50%;
margin-left:-416px;
height:100%;
}

.or {
color:#D0A73B;	
}

.inputnomod {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	font:Verdana;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	border-color:#FFFFFF;
	border-style:none;
	color : #666;
	width:70px;
	}
	
.inputnomod_panier {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:right;
font:Verdana;
font-size: 12px;
text-decoration:none;
font-weight:bold;
border-color:#FFFFFF;
border-style:none;
color : #666;
width:70px;
background-color:d6ffed;
}

a {
color:#444;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#B08D02;
font-weight:bold;
text-decoration:none;
}

li {
	list-style:square;
	padding-left:5px;
	color:#Fc3;
	padding-top:7px;
}

li:hover {
	list-style:square;
	padding-left:10px;
	color:#F60;
	padding-top:7px;
}