@charset "utf-8";
/* --------------------------------- HOME SONDAGES COMMUNAUTE   -------------------------------*/

#principalSondages {
  clear:left;
  font-family:'Arial', sans-serif;
  font-size:12px;
  width:742px;
  overflow:hidden;
}

/*CADRE*/

#principalSondages #hautCadre{
    height:20px;
	background:url(../images/cadreHomeSondagesHaut.png) no-repeat;
}

#principalSondages #centreCadre{
	background:url(../images/cadreHomeSondagesCentre.png) repeat-y;
	padding:16px;
	min-height:700px;
	float:left;
}

#principalSondages #basCadre{
    height:20px;
	background:url(../images/cadreHomeSondagesBas.png) no-repeat;
	clear:left;
}

/* entete du tableau*/
#principalSondages #centreCadre #enteteSondage{ 
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	border-top:solid 1px #CCB3D3;
	border-bottom:solid 1px #CCB3D3;
	height:18px;
	width:710px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	background:url(../images/enteteSondageCom.png) repeat-y;
}

/* 3 sondages "UNE" */

#principalSondages #centreCadre #sondageUne {
    margin-bottom:10px;
	border-bottom:solid 1px #CCB3D3;
	height:510px;
	width:690px;
	padding:10px;
	overflow:hidden;
 
}

/* bloc du sondage (pour toute la page) */

#principalSondages .blocSondage {
	float:left; 
	height:510px;
	width:220px;
	text-align:left;
	/*background-color:#E2EBED;*/
	margin:5px;
	overflow:hidden;
}

#principalSondages .blocSondage img{
	border:0px;
}

#principalSondages .blocSondage .clear{
	clear:both;
}

#principalSondages .blocSondage .infosDate{
    width:210px;
	padding:5px;
	
}

/*chargement*/

#principalSondages #chargement {
	font-size: 12px;
	color:#FFFFFF;
	text-align:center;
	background:url(../images/transparentGris50.png) repeat;
	width:710px;
	height:510px;
	position:relative;
	z-index:1;
}

#principalSondages #chargement .infos{
	color:#000000;
	background-color:#FFFFFF;
    text-align:center;
	border:double 3px #CCB3D3;
	width:200px;
	height:25px;
	padding:5px 0px;
	margin:0px 252px;
	position:relative;
	z-index:1;
	top:100px;
}

#principalSondages #chargement .infos span{
   	font-size: 11px;
    position:relative;
	z-index:1;
	top:-7px;
}

/* NAVIGATION */

#principalSondages .navigation{
     height:20px;
	 width:710px;
	 font-size:12px;
	 text-align:center;
	 background-color:#FFFFFF;
	 padding-top:5px;
	 clear:left;
}

#principalSondages .navigation a{
	 display:inline-block;
	 margin-left:2px;
	 margin-right:2px;
	 text-decoration:none;
	 color:#000000;
}

#principalSondages .navigation span{
	 display:inline-block;
	 margin-left:2px;
	 margin-right:2px;
	 color:#CCCCCC;
}

#principalSondages .navigation span.actuel{
   font-weight:bold;
}

#principalSondages .navigation span.actuel, #principalSondages .navigation a:hover{
   color:#EB7106;
}


/* liste des autres sondages */

#principalSondages #listeSondage {
    margin-bottom:10px;
	border-bottom:solid 1px #CCB3D3;
	height:510px;
	width:710px;
	overflow:hidden;
}

#principalSondages #listeSondage #gauche {
	height:510px;
	width:465px;
	overflow:hidden;
	float:left;
	margin-right:5px;
}

#principalSondages #listeSondage #gauche .liste{
	height:480px;
	width:455px;
	padding-left:5px;
	padding-right:5px;
	overflow:hidden;
}

#principalSondages #listeSondage .blocUnique{
   	border-bottom:solid 1px #CCB3D3;
	height:3.4em;
	padding-bottom:0.4em;
	margin-top:0.2em;
	overflow:hidden;
}

#principalSondages #listeSondage #gauche .titre{
    font-weight:bold;
    
}

#principalSondages #listeSondage #gauche .date{
    font-size:11px;
	font-style:italic;
}

#principalSondages #listeSondage .rowHover{
	color: #CCB3D3;
	cursor:pointer;
}

#principalSondages #listeSondage .rowSelected{
	color:#EC7205;
}
