/*************************************
 *                                   *
 *   SONDAGE.CSS document Reference  *
 *                                   *
 *************************************/

/*Couleur de fond du sondage*/
.BgGroundSon{
	background-color: #EFF1FD;
	border-top : 1px solid #3A288B;
	border-bottom : 1px solid #3A288B;
	border-left : 1px solid #3A288B;
	border-right : 1px solid #3A288B;
	padding : 0px 0px 0px 0px;
	border-collapse : collapse;
	margin : 0px 0px 0px 0px;
}

/*  Style du titre du sondage */
.titreSon{
	background-color: #D5D9DD;
	border-bottom : 1px solid #3A288B;
	color: Black;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	padding-left : 10px;

}

/*  Style de la question du sondage */
.QuestionSon{
	color: Black;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	padding-left : 5px;
	vertical-align : bottom;
}

/*  Style des Réponses du sondage */
.ReponseSon{
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	margin-bottom : 0px;
	margin-top : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	vertical-align : top;
	
}

/*  Style des pourcentages du sondage */
.PourcentSon{
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10;
	margin-bottom : 0px;
	margin-top : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
}

/*  Style des tuyaux pourcentage du sondage */
.TuyauSon{
	background-color : Red;
	line-height : 5px;
}

/*  Style du nombre de votants */
.TotalSon{
	color: Black;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	text-align : right;
}

.WhiteBoldText {font-weight: bold; color: #ffffff;}

/*  Style pour le lien voter */
a.voter:link 	 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #3A288B; text-decoration: none;}
a.voter:active 	 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #3A288B; text-decoration: none;}
a.voter:visited  {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #3A288B; text-decoration: none;}
a.voter:hover 	 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #DF2F00; text-decoration: none;}

