﻿/* page de recherche */
 .TA_Search_Pager
    {margin-top:8px;
    text-align:right}
 .TA_Search_Pager a
    {margin-left:6px;}




/* FMA Calendrier */
.AgendaTable
    {background-color:#fff; width:100%
    } 
     
.AgendaTable TH
    {font-size:11px;
	border:solid 1px #6593cf;
    height:18px;
    background-repeat:repeat-x;
    background-position:top left;
    background-image:url(Images/table_Header.jpg);} 
      
.AgendaTable TD
    {padding-top:1px;
	 border:solid 1px #6593cf;
     width:26px;
     height:26px;
     text-align:left;
     vertical-align:top;
     font-size:8px
    }
      
.AgendaTable .OutOfMonth
    {background-color:#f2f8ff;
     color:#888;
    } 
.AgendaTable .WeekEnd
    {background-color:#f2f8ff;
     color:#000;
    } 
.AgendaTable .Today
    {background-color:#f8d070;
     color:#fff;
    } 
.AgendaTable .SelectedDay
    {background-image:url(images/Fond_SelectedDay.jpg);
	 background-repeat:no-repeat;
    } 
    
 .AgendaTable a
    {text-align:right;
     display:block}
 .AgendaTable img
    {
    }  
    
 .AgendaTableManif
    {margin-top:3px;
    height:16px;
    border-top:dotted 1px #888;
    border-bottom:dotted 1px #888
    } 
 .AgendaTableManif img
    {float:left
    }  





/* Blocs de résultats */
.TA_Bloc_RowContainer
    {margin:4px;
    padding:2px;
    margin-bottom:6px;
    border:dotted 1px #aaa;
    background-color:#efefef;}
.TA_Bloc_RowTitre
    {font-weight:bold;
    font-size:14pt
    }
.TA_Bloc_RowDetails
    {margin-top:6px}    
.TA_Bloc_RowAdresse
    {margin:6px;
    border:dotted 1px #ccc;
    background-color:#fafafa;
    padding:2px;
    min-width:200px}
.TA_Bloc_RowImages
    {}
.TA_Bloc_RowImages img
    {margin:4px}

.TA_Bloc_RowDetailLink
    {text-align:right}