﻿/* ************************************
Fin de Page TPIC.css 
************************************* */

/*
Logo --------------------- */
/*#enTete h1 a {
	text-indent: -9000px;
	display: block;
	background: url("../../../SiteCollectionImages/Contenant/Informationnel/TPIC/Fr/logo.gif") no-repeat;	
	height: 42px;
	width:120px;
	/*margin: 18px 0 17px 26px;*//*modifer le 28 mars 2008*/
/*	margin-top:8px;/*modifer le 28 mars 2008*/
/*}*/

.filtre .btnOk {
	background: transparent url("../../../SiteCollectionImages/Contenant/Informationnel/TPIC/Fr/btnAppliquer.gif") no-repeat center center;
	border: none;
	width: 66px;
	height: 17px;
	cursor:pointer;
}

.soumission .btnSoumissionOk {
	position: absolute;
		bottom: -14px;
		right: 9px;
	background: url('../../../SiteCollectionImages/Contenant/Informationnel/TPIC/Commun/btnOkVert.gif') no-repeat;
		width: 61px;
		height: 61px;
	border: none;
		text-indent: -9999px;
		color: transparent;
	/*azimuth: expression(this.value = '' );*/
		z-index: 2;
		top: expression(parentNode.offsetHeight - 61 + 14 + 20); /* 61 = height du boutton, 14 = offset desiré, 20 total des padding et de la hauteur du pied de la boite */
		cursor:pointer;
}

.filtre .btnAppliquer {
	background: transparent url("../../../SiteCollectionImages/Contenant/Informationnel/TPIC/Commun/btnOk.gif") no-repeat center center;
	border: none;
	width: 59px;
	height: 17px;
	text-indent: -9999px;
	color: transparent;
	/*azimuth: expression(this.value = '' );*/
}


/*
Envoyer a un ami -------------------------*/

h2.formEnvoyerAmi {
	background: url("../../../SiteCollectionImages/Contenant/Informationnel/TPIC/Fr/txtEnvoyerAmi.gif") no-repeat;
	border: none;
	height: 39px;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
	width: 383px;
}

.formEnvoyerAmi .btnAnnuler {
	azimuth: expression(this.value = '' );
	background: transparent url("../../../SiteCollectionImages/Contenant/Informationnel/TPIC/Fr/btnAnnuler.gif") no-repeat center center;
	border: none;
	color: transparent;
	height: 17px;
	margin-left: 14px;
	text-indent: -9999px;
	width: 55px;
	cursor:pointer;
}

.formEnvoyerAmi .btnEnvoyer {
	azimuth: expression(this.value = '' );
	background: transparent url("../../../SiteCollectionImages/Contenant/Informationnel/TPIC/Fr/btnEnvoyer.gif") no-repeat center center;
	border: none;
	color: transparent;
	height: 17px;
	margin-left: 14px;
	text-indent: -9999px;
	width: 57px;
	cursor:pointer;
}

/* -------------------------- NOUVEAU LOGIN BOX -------------------------------------- */
/* -------------------------- 19 aout 2008  ------------------------------------------ */

.btnConnexion {
	background:transparent url('../../../SiteCollectionImages/Contenant/Informationnel/TPIC/Fr/btnConnexionLoginBox.gif') no-repeat left top;
	height:26px;
	width:91px;
}

.btnInscription {
	background:transparent url('../../../SiteCollectionImages/Contenant/Informationnel/TPIC/Fr/btnInscription.gif') no-repeat left top;
	height:18px;
	width:70px;
}

/* -------------------------- NOUVEAU QUOTER BOX -------------------------------------- */
/* -------------------------- 19 aout 2008  ------------------------------------------ */
#zoneQuoterBox #quoterBoxBoutton{
	margin-left:48px;
}

#zoneQuoterBox .btnSoumissionOk {
	background:transparent url('../../../SiteCollectionImages/Contenant/Informationnel/TPIC/Fr/btnQuoterBox.gif') no-repeat left top;
	height:42px;
	width:90px;
}

#zoneCallToAction #contenuCalltoAction {
	/*height:229px;*/
}

/* ---------------------- NOUVEAU RATE THIS CONTENT ---------------------------------- */
/* -------------------------- 9 avril 2009 ------------------------------------------ */

/* tout les bouton */
.vote .btnUtile, .vote .btnUtileActif, .vote .btnUtileInactif, .vote .btnInutile, .vote .btnInutileActif, .vote .btnInutileInactif, .vote .btnSoumettre{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	height: 18px;	
	azimuth: expression(this.value = '' );
	text-indent: -9999px;
	color: transparent;
}

/* bouton utile */
.vote .btnUtile, .vote .btnUtileActif, .vote .btnUtileInactif {
	width: 50px;
	margin-right:15px;	
}

.vote .btnUtile {
	background: transparent url("../../../SiteCollectionImages/Contenant/Informationnel/TPIC/Fr/btnUtile.gif") no-repeat left top;
	cursor:pointer;
}

.vote .btnUtileActif {
	background: transparent url("../../../SiteCollectionImages/Contenant/Informationnel/TPIC/Fr/btnUtile.gif") no-repeat left -18px;
}

.vote .btnUtileInactif {
	background: transparent url("../../../SiteCollectionImages/Contenant/Informationnel/TPIC/Fr/btnUtile.gif") no-repeat left -36px;
}

/* bouton inutile */
.vote .btnInutile, .vote .btnInutileActif, .vote .btnInutileInactif {
	width: 59px;
}

.vote .btnInutile{
	background: transparent url("../../../SiteCollectionImages/Contenant/Informationnel/TPIC/Fr/btnInutile.gif") no-repeat left top;
	cursor:pointer;
}

.vote .btnInutileActif{
	background: transparent url("../../../SiteCollectionImages/Contenant/Informationnel/TPIC/Fr/btnInutile.gif") no-repeat left -18px;
}

.vote .btnInutileInactif{
	background: transparent url("../../../SiteCollectionImages/Contenant/Informationnel/TPIC/Fr/btnInutile.gif") no-repeat left -36px;
}

/* bouton soumettre */
.vote .btnSoumettre {
	background: url("../../../SiteCollectionImages/Contenant/Informationnel/TPIC/Fr/btnSoumettre.gif") no-repeat center;
	width: 69px;
	height: 17px;
	cursor:pointer;
}

