/* ########### ENQUETES. ########### */


/* Titre de la rubrique. */
.titreRubriqueTem {
	font-size: 15px;
	font-weight: bold;
	color: #FB9938;
	text-indent: 187px;
}


/* Titre du questionnaire. */
.titreTem {
	font-size: 14px;
	font-weight: bold;
	color: #1F5476;
}


/* Sous-titre du questionnaire. */
.soustitreTem {
	font-weight: bold;
	color: #1F5476;
}


.accroche {
	font-size: 16px;
	color: #FB9938;
}


/* Tableau des questions de l'enquete. */
.bordTem { 
	border-left-width:1px; border-left-color:#FB9938; border-left-style:solid;  
	border-right-width:1px; border-right-color:#FB9938; border-right-style:solid;
	border-top-width:1px; border-top-color:#FB9938; border-top-style:solid;
	border-bottom-width:1px; border-bottom-color:#FB9938; border-bottom-style:solid
}


/* Question de l'enquete. */
.questionTem {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FB9938;
	line-height: 17px;
	text-align: justify;
}


/* Choix d'une question de l'enquete */
.choixTem {
	background-color: #FFF3E7;
}


/* Trait de séparation des enquetes. */
.traitTem {
	background-color: #FB9938;
	line-height: 1px;
}


/* Réaction des users au sondage. */
.reaction {
	background-color: #FFFFFF;
}


/* Bulle contenant la réaction. */
.reactionBulle { 
	border-left-width: 1px; border-left-color: #838287; border-left-style: solid;  
	border-right-width: 1px; border-right-color: #838287; border-right-style: solid;
	border-top-width: 1px; border-top-color: #838287; border-top-style: solid;

	background-color: #FAF9FE;
	padding: 5px;
	padding-bottom: 0px;
	text-align: justify;
}


/* Bas de la bulle contenant la réaction. */
.reactionFdBulle {
	line-height: 20px;
	background-image:  url(../partages-experience/images/fd-bulle-bas.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
}


/* User qui écrit la réaction. */
.reactionUser {
	font-size: 11px;
	text-indent: 80px;
}


/* Tableau de l'ajout d'une réaction. */
.reactionAjout { 
	border-left-width: 1px; border-left-color: #FB9938; border-left-style: solid;  
	border-right-width: 1px; border-right-color: #FB9938; border-right-style: solid;
	border-top-width: 1px; border-top-color: #FB9938; border-top-style: solid;
	border-bottom-width: 1px; border-bottom-color: #FB9938; border-bottom-style: solid;

	padding: 10px;
}
