

/*--- bannière ---*/
#ban{
	color:white;
	background:url('img/decopatch-logo.png') no-repeat;
	width:815px;
	height:190px;
	overflow:hidden;
	margin:0 0 20px 0;
}
#ban img{
	margin: 15px 0 0 20px;
}
#ban #titre{
	margin:20px 0 0 30px;
}
#ban #titre p{
	font-size:20px;
}
#ban #icon{
	float:right;
	margin:15px 35px 0 0;
}

/*--- block de gauche ---*/
#left{
	float:left;
	height:450px;
	width:210px;
	margin:0 0 0 10px;
	box-shadow: 12px 12px 12px #bbb;
		text-align:center;
}
#left #titre-left{
	padding:9px;
	font-size:12px;
	font-weight:bold;
}
#left p{
	color:#8e8e8e;
}
#left img{
	margin:15px 0 15px 0;
}



/*--- block de droite ---*/
#right{
	float:left;
    margin:0 0 0 20px;
    width: 570px;
}
#right ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 30px;
    width: 570px;
}
#right ul li {
    float: left;
    margin: 0 1px 0 1px;
    padding: 0;
    height: 29px;
    line-height: 29px;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    background: #797979;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
}
#right ul li a {
    text-decoration: none;
    color: white;
    display: block;
    font-family: Arial;
    font-size: 14px;
    padding: 0 20px;
}
#right ul li a:hover {
    background: #ccc;
    color: #666;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
}
#right .ui-tabs .ui-tabs-nav li.ui-state-active {
    cursor: text;
    color: #666;
    border-bottom: 1px solid #fff;
}
#right .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    position: relative;
    background: #fff;
	color:#424242;
	font-weight:bold;
}
#right .ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}
#right .ui-tabs .ui-tabs-panel {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 12px 12px 12px #BBBBBB;
    clear: both;
    display: block;
    font-family: Arial;
    font-size: 14px;
    height: 409px;
    margin: 0;
    overflow: scroll;
    padding: 10px 10px 0;
    width: 540px;
}
#right .ui-tabs .ui-tabs-hide {
    display: none !important;
}

/*--- block entreprises ---*/


.Produit{
	float:left;
	width:162px;
	height:130px;
	margin-right:0px;
}
.Produit p{
	margin-top:10px;
	color:#757575;
	text-align:center;
	text-transform:uppercase;
	font-size:11px;
}
.Produit .bt_buy{
	width:140px;
	margin:auto;
	margin-top:0;
	background:url('img/bt_achetezMaintenant.png') no-repeat;
	padding:4px 11px 4px 33px;
	color:white;
	text-decoration:none;
	text-transform:none;
	font-size:10px;
}
.Produit .visuel-entreprise{
	height:70px;
	line-height:70px;
	text-align:center;
}
.Produit .visuel-entreprise img{
	vertical-align:middle;
}

#licence{
	float:right;
	color:#757575;
	margin:15px 5px 5px 5px;
	font-size:11px;
}

#bloc-commerce-connector{
    margin-left: 160px;
}