﻿body{}

/*########## TABLEAU AJAX ##########*/
.table {margin: 0 ;font-family: Arial;padding: 0px;/*border:1px solid #282828; */border-collapse:collapse; }
.table thead tr{font-family:Tahoma; color: #fff; text-align:center; height:17px;border:1px solid #f0f0f0; font-weight:normal;  font-size:12px; 
    background:url(images/fond_index.jpg) repeat-x  bottom #30b2f4 }
.table th{font-family:Tahoma; color: #fff; text-align:center; height:17px;border:1px solid #f0f0f0; font-weight:normal;  font-size:12px; 
    background:url(images/fond_index.jpg) repeat-x  bottom #30b2f4 }
.table th a {border:0;text-decoration: none;  text-align:center; color:#fff }
.table th a:hover{text-decoration:underline}

.table tbody{ background-color: #fff;font-size:10px;margin: 0 ;}
.table tbody tr.rowAlternate{background-color:#f0f0f0;}
.table tbody tr{background-color:#fff; }
.table tbody tr.rowOver{background-color:#c0e6fb; }
.table tbody tr.rowSelected{background-color:#ddd; }
.table tbody td{border:0;text-align:left; padding: 0 2px;border-right:1px solid white; vertical-align:middle; height:13px;}
.table tbody td nobr{overflow:hidden; display:block;}
.table tbody td.droite{ text-align:right; padding: 0 3px 0 1px;}
.table tbody td.underline{ text-decoration:underline; cursor:pointer}
.table tbody td.gauche{ text-align:left}
.table tbody td.center{text-align:center;}
.table tbody td.petit{font-size:8px;}

.table ul {background-color:#111111 ; height:15px;margin: 0;padding:0;width:100%; color:White;}
.table ul li{ list-style-type:none; background-image:none ;}
.table tfoot tr{font-weight:bold;background-color:#111111;}

.table ul.objMenu {margin:0; padding:0; border:0; width:100%; height:27px; background-color:transparent; background-image:none; color:black; padding-top:3px}
.table ul.objMenu li {float:right;width:100px; list-style:none;margin:0 1px 0 0 ; border: none;background: url(images/barremenu_fond.gif) repeat-x; height:27px;line-height:27px;color:#fff;
    padding: 0 5px}
.table ul.objMenu li.selected {}
.table ul.objMenu li:hover {}
.table ul.objMenu li:active { }
.table ul.objMenu li img {margin: 5px  5px 0 5px; float:right}

.msg{ background-color:#fff; padding:10px; text-align:left;}

