#idees_accueil
{	
  text-align: justify;
  background-image: url("./img/idees.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}				  

a img
{
	border-style: none;
}

.icone_idee_accueil
{
  width: 35px;	
  border: 0px solid white;	
  float: left;
}
  
.icone_idee_apercu
{
  max-width: 100px;
  height: 90px;		
  border: 0px solid white;	
  float: left;	
  margin: 3px;
  margin-right: 4px;
  margin-bottom: 5px;
}					

#table_idees
{
  border-collapse: collapse;
  margin: 0px;
} 

#table_idees td
{
  vertical-align: middle;
  text-align: left;
  padding-bottom: 3px;
  border: 1px solid white; 
  width: 50%;	
}	

#table_idees td:hover
{
  text-align: left;
}	

#lien_idees
{
	font-size: 14px;
}
	  
.idees_ap
{
	display: none;
	min-height: 100px;
}
/***********************************************************************************/
/****************************** LES NEWS *******************************************/
/***********************************************************************************/	 

.date_news
{
 font-style: italic;
 font-size: 0.7em;
 margin-left: 10px;
}

#news_ecol
{
	background-image: url("./img/news.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

#news_ecol li{list-style-image: url("img/fleche.png");}
#news_site li{list-style-image: url("img/fleche.png");}
#news_ecol li:hover{list-style-image: url("img/fleche2.png");}
#news_site li:hover{list-style-image: url("img/fleche2.png");}
#news_site
{
	background-image: url("./img/news.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

/*Sondages*/

#module_sond
{
	padding: 4px;
	background-image: url("./img/sond.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.barre_sond
{
	background-image: url('./img/sond_barre.png');
	background-repeat: no-repeat;
	height: 17px;
	text-align: right;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
}

/*Dossiers*/
#doss_accueil
{
	text-align: justify;
	background-image: url("./img/doss.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

#lien_doss
{
	text-align: right;
	font-size: 14px;
	margin-top: 30px;
}

#min_doss
{
	height: 100px;
	float: left;
	margin-right: 2px;
}
/****************************************************
			STRUCTURE
/*****************************************************/

#table_acc { display: table; border-spacing: 10px;}

.mod_acc1
{
	display:table-cell;
	width: 45%;
	border: 1px solid #DDDDEE;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px;
	padding-top: 0px;
}

.mod_acc1 h2
{
	margin-top: 4px;
	padding-bottom: 3px;
	border-bottom: 1px solid #DDDDEE;
}

.mod_acc2
{
	display:table-cell;
	width:  45%;
	border: 1px solid #DDDDEE;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px;
	padding-top: 0px;
}

.mod_acc2 h2
{
	margin-top: 4px;
	padding-bottom: 3px;
	border-bottom: 1px solid #DDDDEE;
}

.ligne_acc
{
	min-height: 240px;
	padding-top: 10px;
	display: table-row;
	overflow: hidden;
	height: 100%;
}

#prop_idee
{
	padding: 4px;
	background-image: url("./img/edit.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.input { border: 1px solid #A5C2C8; background-color: #F0F8FF; padding: 2px; margin: 2px; margin-bottom: 4px; height: 14px; width: 100%;}
