﻿h1.ui-home-title 
{
    display: block;
    background-image: url(../images/header_logo.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 40px;
    margin: 0px !important;
}


h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
}

.ui-body-c .ui-link {
    color: #2489CE;
    text-decoration: none;
    font-weight: normal !important;
}


.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb {
    min-height: 60px;
    padding-left: 90px;
}

#notification .ui-li-desc 
{
    white-space: normal;    
 
}

table.counters 
{
    width: 100%;
    text-align: center; 
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

td.counterTitle
{
    font-size: 11px;     
    text-transform: uppercase;
    font-weight: normal;       
}

td.counterTitle:nth-child(2)
{
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

td.counter:nth-child(2)
{
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

div.dateType 
{
    text-align: center;
    vertical-align: top;
    width: 50px;
    margin-right: 10px;
    font-size: 8px;
    text-transform: uppercase;
}
        
div.dateActualite
{
    width: 50px;
    height: 50px;    
    display: inline;
    float: left;
    background-color: #f18103;
    text-align: center;

    padding: 0px;
    border: 1px solid silver;
}
        
div.dateEvenement
{
    width: 50px;
    height: 50px;    
    display: inline;
    float: left;
    background-color: #f18103;
    text-align: center;
    margin-right: 10px;
    padding: 0px;
    border: 1px solid silver;            
}        
        
span.day 
{
    display: block;
    width: 50px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    font-size: 24px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;   
    vertical-align: middle;
}
        
span.month
{
    display: block;
    width: 50px;            
    height: 20px;
    text-align: center;
    color: #000000;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    margin: 0px;
    padding: 0px; 
    background-color: #dddddd;                      
    vertical-align: middle;
    text-transform: uppercase;
}    

span.dateActualite
{
    width: 10px;
    height: 10px;
    float: left;
    margin: 4px 5px 0px 0px;
    background-color: #CC3366;
}
        
span.dateEvenement
{
    width: 10px;
    height: 10px;
    float: left;
    margin: 4px 5px 0px 0px;
    background-color: #A1D900;
}     

li
{
   list-style: square;
}

img.publication 
{
    margin-top: 15px;
    margin-left: 15px;
    border: 1px solid silver !important; 
}

pre 
{
    font-family: Helvetica; 
    font-weight: bold;
    color: Silver;
    font-style: italic;  
    font-size: 19px;
}