.collection {
	clear: both;
	padding-bottom:20px;
}
.collection .photo {
	float: left;
	padding: 0 13px 0 11px;
	background: url(../img/fond_collection.gif) top left no-repeat;
}
.collection .titre {
	float: left;
	width: 400px;
	color: #8d3f6c;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 2px 0;
	background: url(../img/tiret_collection.gif) left bottom repeat-x;
}
.collection .nb {
	float: left;
	width: 400px;
	color: #b5b5b5;
	font-size: 10px;
	padding: 3px 0 2px 5px;
}
.collection .texte {
	float: left;
	width: 400px;
	color: #010101;
	font-size: 10px;
	padding: 3px 0 2px 5px;
}
a.plus2:link, a.plus2:visited, a.plus2:active {
	padding-right: 14px;
	text-decoration: none;
	color: #8d3f6c;
	background: url(../img/plus2.gif) right 2px no-repeat;
	
}
a.plus2:hover {
	text-decoration: none;
	color: #000;
}


/* Tableau */
#collectionTitre {
	font-size: 16px;
	font-weight: bold;
	color: #8d3f6c;
	padding: 0 0 2px 10px;
	text-align: center;
	background: url(../img/fond_collection_titre.gif) left bottom repeat-x;
}
#vignettes {
	position: absolute;
	width: 453px;
	height: 59px;
	display: block;
	overflow: hidden;
	margin: 10px 0 14px 0;
	left: 286px;
}
#vignettesContenu {
	position: absolute;
	display: block;
	overflow: hidden;
	height: 59px;
}
#vignettesContenu a{
	display: block;
	width: 86px;
	height: 59px;
	float: left;
	margin-right: 6px;
	background: #FFF;
}
#vignettesContenu a img {
	opacity: 0.5;
}
#vignettesContenu a:hover img {
	opacity: 1;
}
#vignettesContenu a img.select{
	opacity: 1;
	
}
#flecheG, #flecheD {
	display: block;
	position: absolute;
	z-index: 3;
	margin-top: 10px;
}
#flecheG {
	left: 264px;
}
#flecheD {
	left: 741px;
}


#tableauG {
	float: left;
	width: 158px;
	padding: 87px 16px 0 7px;
}
#tableau h1 {
	font-size: 15px;
	color: #FF9900;
	margin: 80px 0 0 0;
	padding: 4px 0 0 10px;
	text-align: center;
	background: url(../img/fond_collection_titre.gif) left top repeat-x;
}
#desc {
	clear: both;
	padding: 15px 0 12px 10px;

}

#tableauD {
	float: left;
	width: 370px;
	padding: 87px 0 0 0;
}
#precedent{
	float:left;
	margin-top: 10px;
	margin-left: 20px;
}
#suivant {
	float:right;
	margin-top: 10px;
	margin-right: 20px;
}
#precedent2{
	float:left;
	margin-top: 10px;
	
}
#suivant2 {
	float:right;
	margin-top: 10px;
	margin-right: 20px;
}
#outils {
	margin-top: 20px;
	padding: 0 0 0 10px;
}
#outils a {
	
}

.prix {
	background: url(../img/fond_prix.gif) no-repeat;
	width: 160px;
	float: right;
}
.prix span{
	display: block;
	font-weight: bold;
	color: #FF9900;
	font-size:13px;
	margin: 24px 0 22px 69px;
}
.prix form{
	margin-left: 15px;
}
.prix form input{
	border: 0;
}
#navTableau div {
	text-align: center;
	
}
#navTableau div a:link, #navTableau div a:visited, #navTableau div a:active {
	text-decoration: underline;
	color: #72184C;
}
#navTableau div a:hover {
	text-decoration: none;
}

#tableauBas {
	border-top: 1px dashed #bdbdbd;
	border-bottom: 1px dashed #bdbdbd;
	margin-top: 10px;
	padding: 5px 10px;
}
#tableauBas div label {
	width: 120px;
	display: inline;
	float: left;
	color: #72184C;
}
body.en #tableauBas div label {
	width: 150px;
}
#envoi {
	background: #FFF;
	width: 460px;
	padding: 5px;
}

#envoi label,#envoiForm label {
	float: left;
	width: 200px;
	clear: both;
}

#envoi input[type=text],#envoi textarea,#envoiForm input[type=text],#envoiForm textarea{
	float: left;
	width: 250px;
	margin-bottom: 2px;
}

#envoi input[type=submit],#envoiForm input[type=submit] {
	float: right;
	clear: both;
	border: 0;
	padding: 0;
	font-size: 10px;
	background: none;
	color: #313131;
	margin: 5px 0 0 5px;
	text-decoration: underline;
}