/*Toutes les pages*/
#favorie{
	position: relative;
	overflow: hidden;
	width: 110px;
	height:18px;
	position: absolute;
	right:540px;
	bottom:5px;
}

#favorie ul{
	position: relative;
	height:18px;
	float: left;
}
#favorie span.partage{
	color:#E98748;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: none;
	
	padding: 2px;
	float: left;
}
#favorie li{
	position: relative;
	z-index: 1;
	float:left;
	width:20px;
	height:20px;
	padding-top:2px;
	cursor: pointer;
}
/*share en ajax*/
#abShareForm{
	clear: both;
	border: 0;
	margin: 10px;
	padding: 10px;
}
#abShareForm label{
	display: block;
	width: 100%;
	font-weight: normal;
}
#abShareForm textarea{
	margin: 0 0 10px 0;
	width: 100%;
	height: 80px;
}
#abShareForm #abDoReset{
	float: right;
}
#abShareForm #abDoSend{
	float: right;
	background: url("/images/commun/gradiantBg.gif") 0 0 repeat-x;
	border: 1px solid #CCCCCC;
	margin: 0 0 0 10px;
	padding: 0 5px;
	color: #fff;
}
#leftSide div#spinner{
	display: none;
    position: absolute;
	top: 0;
	left: 0;
    opacity: 0.9;
    filter: alpha(opacity = 90);
	background: #fff url("/images/commun/icons/loading_big.gif") 50% 50% no-repeat;
	width: 100%;
	height: 296px;
}

/*share en ajax - portable*/
.abShareForm{
	background-color: #29251A;
	border: 1px groove #000000;
	width: 348px;
	color: #C4A867;
}
.abShareForm *{
	margin: 0;
	padding: 0;
}
.abShareForm .abShareInner{
	position: relative;
	border: 2px solid #666666;
	padding: 12px;
	width: 320px;
}
.abShareForm h1{
	margin: 0 0 10px 0;
	padding: 0;
	width: 320px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #696969;
}
.abShareForm p{
	position: relative;
	width: 320px;
	height: 34px;
}
.abShareForm p.abAutoHeight{
	height: 80px;
}
.abShareForm p.abSmall{
	height: 35px;
	font-size: 9px;
	color: #696969;
}
.abShareForm label span{
	display: block;
	position: absolute;
	top: 3px;
	left: 55px;
	font-size: 9px;
}
.abShareForm p.abAutoHeight span{
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 70px;
	font-size: 9px;
}
.abShareForm label{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	font-weight: bold;
}
.abShareForm input, .abShareForm textarea{
	position: absolute;
	top: 0;
	left: 75px;
	background-color: #41311C;
	/*border: 1px solid #CCCCCC;*/
	padding: 4px;
	width: 235px;
}
.abShareForm input{
	height: 14px;
}
.abShareForm textarea{
	height: 61px;
}
.abShareForm p.abButtons{
	padding-bottom: 0;
	height: 24px;
}
.abShareForm p.abButtons input{
	height: 20px;
	padding: 0;
}
.abShareForm input.abDoReset{
	right: 100px;
	left: auto;
	width: 80px;
}
.abShareForm input.abDoSend{
	right: 0px;
	left: auto;
	background: url("/images/commun/gradiantBg.gif") 0 0 repeat-x;
	width: 90px;
	color: #fff;
}
.abCloser{
    position: absolute;
	top: 0px;
	right: 0px;
	background: url("/images/commun/icons/close_small.gif") 0 0 no-repeat;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.abSpinner{
	display: none;
    position: absolute;
	top: 0;
	left: 0;
    opacity: 0.9;
    filter: alpha(opacity = 90);
	background: #fff url("/images/commun/icons/loading_big.gif") 50% 50% no-repeat;
	width: 100%;
	height: 228px;
}
