.compObjetProduit {
	display: inline-block;
}
.compObjetProduit .compImageViewer {
    float: left;
}
.compObjetProduit .compImageViewer .dataContentComposants{
	margin: 0 0 0 0;
    width: auto;
}
.compObjetProduit .compListeProduitOptions .dataContentComposants{
	margin: 0 0 0 0;
    width: auto !important;
}
.compObjetProduit .dataContentComposants{
	margin: 0 0 0 0;
    width: auto;
}
.compObjetProduit .objetListeChild {
	/*background-color: rgb(2, 29, 62);
	background-color: rgba(0, 0, 0, 0.3);*/
    /*border: 1px solid #6B5021;*/
    float: left;
    height: 420px;
    margin: 0 8px 10px 0;
    padding: 0;
    position: relative;
    width: 338px;
}

.compObjetProduit .objetListeChild .objetMiniature {

}
.compObjetProduit .objetListeChild .objetMiniature a {
	display: block;
    height: 220px;
    text-decoration: none;
    width: 338px;
}

.compObjetProduit .objetListeChild .objetMiniature .objetMiniature_nom {
	border-bottom: 1px solid #434457;
    color: #FF3C00;
    display: inline-block;
    font-family: AachenBTRoman;
    font-size: 15px;
    height: 21px;
    line-height: 15px;
    margin-left: 8px;
    margin-top: 5px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.compObjetProduit .objetListeChild .objetMiniature .objetMiniature_nom a {
	text-decoration: none;
	color: white;
}

.compObjetProduit .objetListeChild .objetMiniature .objetMiniature_image {
	display: block;
    text-align: center;
    width: 190px;
	    margin: 10px auto;
}

.compObjetProduit .objetListeChild .objetMiniature .objetMiniature_image img {
    padding: 1px;
	    background: url("../image/BgDefaultImg_190.jpg") repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 7px -2px #888888;
    display: block;
    margin: 10px auto;
    text-align: center;
	min-height:160px;
	height:160px;
	width: 190px;
}
.compObjetProduit .objetListeChild .objetMiniature .objetMiniatureBottom {
	 border-bottom: 1px solid #000000;
    border-top: 2px solid #000000;
    bottom: 9px;
    clear: both;
    display: block;
    font-size: 10px;
    font-weight: normal;
    height: 35px;
    left: 9px;
    line-height: 35px;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 100%;
}
.compObjetProduit .objetListeChild .objetMiniature .objetMiniature_prix {
	color: #FF3C00;
    font-size: 15px;
    margin-left: 10px;
	font-weight:bold;
}

.compObjetProduit .objetListeChild .objetMiniature .objetMiniature_checkout {
	
	
}

.compObjetProduit .objetListeChild .objetMiniature .objetMiniature_checkout input.btSubmit {
	background: url("../image/bg_bt_orange.gif") repeat scroll 0 0 transparent;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin: 5px 5px 0 0;
    padding: 0 10px;
    text-transform: uppercase;
}
.compObjetProduit .objetListeChild .objetMiniature .objetMiniature_checkout input.btSubmit:hover {
	color: #555555;
}
.compObjetProduit .objetListeChild .objetMiniature .objetMiniature_checkout input.btSubmit.outOfStock {
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(237,237,237,1) 0%, rgba(204,204,204,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(0%,rgba(237,237,237,1)), color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(237,237,237,1) 0%,rgba(204,204,204,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(237,237,237,1) 0%,rgba(204,204,204,1) 0%,rgba(237,237,237,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(237,237,237,1) 0%,rgba(204,204,204,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(204,204,204,1) 0%,rgba(237,237,237,1) 0%,rgba(204,204,204,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
    border: 1px solid #ededed;
    color: #000;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin: 5px 5px 0 0;
    outline: 1px solid #cccccc;
    padding: 0 10px;
    text-transform: lowercase;
    width: auto;
}
.compObjetProduit .objetListeChild .objetMiniature .objetMiniature_checkout input.btSubmit.outOfStock:hover {
	background: rgb(237,237,237); /* Old browsers */
background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(204,204,204,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(237,237,237,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	color: #000;
}
.compObjetProduit h1 {
	color: #014069;
	display:block;
    text-decoration: none;
}

.compObjetProduit .objetListeChild .objetMiniature .infos {
    padding: 1px;
    display: block;
    margin: 10px auto;
    min-height: 50px;
    height: 107px;
    width: 190px;
}
