 /*------------------------------------------------*
  *---  WWW.ICARE-NET.COM - agence web ---  CSS  --*
  *------------------------------------------------*/

 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/

#liste_generale {
/*	background-color:#000000; */
	color: #FFFFFF;	
	margin:0 auto;
	padding:0;
	width:95%;
}

#liste_generale table.tab_liste {
	margin-top:15px;
	color: #000;	
	width:100%;	
}

#liste_generale td {
/*	background-color:#666;
	color: #ddd;*/
	width:100%;		
}

#liste_generale td.titre {
/*	background-color:#000000; */
/*	color: #ffffff;*/

	border-top: 1px solid #000000;			

}
#liste_generale td.descriptif {
/*	background-color:#222222;
	color: #ddd;*/

	font-size: 12px;	
}
#liste_generale td.signature {
/*	background-color:#222222;
	color: #ddd;
	width:100%;		*/
	padding:2px;
	padding-bottom:10px;

}

#livrecontenu p.message {
	background-color:#D25F33;
	color : white;
}

#livrecontenu table.general {
	width:700;		
	padding:0px;
	padding-bottom:10px;
/*	border-bottom: 1px solid orange;
	border-top: 1px solid red;	*/
}

#livrecontenu tr.general {
	text-align:bottom;
	border-bottom: 1px solid #fff;
}

#livrecontenu td.contenu_liste {
/*	background-color:black;
	border-bottom: 1px solid #7A0153; */
}

#livrecontenu td.contenu_ajout {
/*	background-color:black; */
	
/*	border-bottom: 1px solid #7A0153; */
}

#iframe {
overflow:auto;
width:360px;
height:270px;
}