@import url("../affichageRedactionnel/information.css");

#titrePoll{
	width:80%;
	height:24px;
	font-family:Arial,Verdana,Helvetica;
	font-size:12px;
	font-weight:bolder;
	color:#fff;
}
#encartSondage{
	position:relative;
	float:left;
	width:310px;
	height:252px;
	background-image:url("../../images/commun/fondSondage.jpg");
}
.espace{
	height:15px;
}
.question{
	font-family:Arial,Verdana,Helvetica;
	font-size:11px;
	font-weight:bolder;
	color:#fff;	
	text-align:center;
}
.espace2{
	height:15px;
}
.reponses{
	height:20px;
	font-family:Arial,Verdana,Helvetica;
	font-size:11px;
	font-weight:normal;
	color:#fff;	
}
a.tousResultats{
	font-family:Arial,Verdana,Helvetica;
	font-size:10px;
	font-weight:bolder;
	color:#ff6407;
	text-decoration:none;
}
a:hover.tousResultats{
	color:#fff;
}
 #contenuArticle2{
	position:relative;
	float:left;
	width:645px;
	height:auto;
	min-height:700px;
	margin:0px;
	padding:0px;
	margin-left:5px;
	background:#080F1E;
	overflow:hidden;
} 

.DivReponse{
	position:relative;
	float:left;
	margin: 25px 10px 10px 10px;
	width:100%;
}

.ReponseClaire,.ReponseFoncee{
	position:relative;
	float:left;
	width:100%;
	height:20px;
}

.ReponseClaire{
	background-color:#0C1828;
}

.ReponseFoncee{
	background-color:#080F1E;
}
div.developpeFiche,div.developpeFicheSelectionnee{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:10px;
	font-family:Arial,Verdana,Helvetica;
	font-size:12px;
	font-weight:bolder;
	color:#FFF;
}

div.developpeFiche{
	display:none;
	background:url("../../images/affichageBreves/breves_bg.jpg") bottom no-repeat;
}

div.developpeFicheSelectionnee{
	display:block;
}


a.titreListe font.horaire{
	font-family:Arial,Verdana,Helvetica;
	color:#777;
	font-size:11px;
	font-weight:bolder;
	text-decoration: none;
}

#selectionContenu{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	padding-top:2px;
}
.titreJournee{
	font-family:Arial,Verdana,Helvetica;
	color:#fff;
	font-size:11px;
	font-weight:bolder;
	text-decoration: none;
}
div.contenu_newsFerme,div.contenu_newsOuvert{
	float:left;
	text-align:justify;
	width:645px;
	height:25px;
	cursor:pointer;
	margin:0px;
	padding:0px;
	padding: 5px 0px 0px 50px;
	overflow:hidden;
}

div.contenu_newsFerme{
	background:url("../../images/commun/tetierePollClose.jpg") no-repeat; 
}

div.contenu_newsOuvert{
	background:url("../../images/commun/tetierePollOpen.jpg") no-repeat; 
}

