/* CSS Document */
.content_rumeurs_container {

	position:absolute; 
	left:0px; 
	top:205px; 
	width:877px; 
	height:620px;
}

#titre_rumeurs {

	position:absolute; 
	left:0px; 
	top:0px; 
	width:877px; 
	height:49px;
	text-align:center;
}

#colgauche_rumeurs {
	position:absolute;
	top:51px;
	left:0px;
	height:549px;
	width:207px;
	z-index: 2;
}
#coldroite_rumeurs {
	position:absolute;
	top:51px;
	left:599px;
	height:563px;
	width:240px;
	z-index: 2;
}

#colmilieu_rumeurs {
	position:absolute;
	top:51px;
	left:207px;
	height:513px;
	width:392px;
	border:1px none red;
	z-index: 2;
}


.poll_container {
/* page dispplay sondage
   position du sondage, et de ses résultats
   par rapport au body (ou au main container s'il existe dans cette page)
*/
	position:absolute; 
	left:0px; 
	top:0px; 
	width:392px; 
	height:auto; 
	z-index:98;
}

.poll_title {
  /* première ligne contient le texte du sondage */
	text-align:center;
	font-size:18pt;
	font-weight:bold;
	background-color:#D9EDD3;
	color:#D9EDD3;
	width:372px;
}

.poll_question {
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	font-size: 12pt;
	font-weight:bold;
	width:372px;
}

.poll_radio {
}

.poll_choice {
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
	font-size: 10pt;
}

.poll_button {
 text-align:center;
}

.poll_link {
 	text-align:center;
	text-decoration:none;
	color:#40722F;
}

.poll_link:hover {
 	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#40722F;
}
/* fin des classes spécifiques aux pages des sondages */

