/* ----------------------------- */
/*            tableaux css       */
/* ----------------------------- */

.tableaux {
/*background-color: #00ff00;*/

	border:1px solid #CFDDF2; 
	/*background:#CFDDF2;  couleur de font des pages*/
	color:#000;
	/*clear: both;*/
	overflow: hidden;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:25px;


	padding:5px;
	margin: 5px;


float: left;
width: 180px;
height:100px;
text-align: center;
}

#tab p a:hover {
text-align: center;
}

hr{
clear: both;
visibility: hidden;
}

table{
width: 100%;
}

caption, h2{
  color: #FF6600;
  text-align:center;
}

/* ----------------------------- */
/*       tableaux HTML           */
/* ----------------------------- */

#css_news table
        {
        width: 98%;
        border-left: 1px solid #707070;
        border-right: 1px solid #707070;
		/*border-bottom: 1px solid #7F99B2;*/
		border-top: 1px solid #707070;
        /*border-collapse:collapse;*/
		border:1px solid #CCCCCC;
		margin-top:15px;
        }
		
#css_news th
        {
		color: #000;
        text-align: center;
		background-image:url(../image_admin/tab_up.jpg);
		height:30px;
		/*vertical-align:middle;*/
		padding-top: 3px;
		padding-right: 5px;
		padding-bottom: 3px;
		padding-left: 5px;
        }

		
#css_news th a
        {
        text-decoration:none;
        color: #707070;
        /*background:transparent;*/
        }
#css_news td a
        {
        text-decoration:none;
        color:#707070;
        /*background:transparent;*/
        }

#css_news td a:hover
        {
        color:#707070;
        /*border-bottom:1px dotted #a80000;*/
        /*background:transparent;*/
        }
#css_news td
        {
        /*border-right: 1px solid #C1DAD7;*/
        border-bottom: 1px solid #707070;
        padding: 2px;
        color: #4f6b72;
        }

#tablenews{
	/*width:100%;*/
}

#tablenews .sortable-bt{
	/*height: 20px;*/
    text-align: center;
}

#css_news #tablenews td {
	text-align: center;
}

#css_news #tablenews caption{
	#color:#000;
}

.lign:hover
{
	/*background-color: #ECEFFD;*/ /*couleur de fond qui change*/
	cursor: pointer; /*pointeur qui change*/
	background-image: url(../pannel_admin/panel_Insertimage/alerte_add.jpg);
	background-repeat: repeat;

}
