#Crumbtrail {
    display: none;
}

#LeftMenu {
    display: none;
}

#PageTitle {
    position: absolute;
    width: 100%;
    height: 40px;
    top: -1000px; left: -1000px;
}

#PageContent {
    padding: 0;
    width: 720px;
    font-size: 0.95em;
}

#PageContent ul li {
    margin-top: 0;
}

#SingleNews {
    padding: 20px;
}

.singleNewsBack {
    
}

#MainContent {
    width: 900px;
    background: url(../images/bg_sct.png) bottom left repeat-y;
}

#MainNewsContainer {
    width: 720px;
    min-height:496px ;
    position: relative;
    background: #fff url(../images/bg_main_news2.png) bottom left repeat-x;                 
}


#MainNewsContainer ul {
    padding: 0;
    width: 100%;
    height: 100%;
    clear: both; 
    _height: 160px;
}

#MainNewsContainer ul li.newsHomeItem {
    position: relative;
    list-style-type: none;
    list-style-image: none;
    background: #fff url(../images/bg_main_news.png) bottom left repeat-x;
    min-height: 180px;
    padding: 20px;
    margin: 0;
    clear: both; 
    _background: #fff url(../images/bg_main_news.jpg) bottom left repeat-x;   
    _height: 180px;
}

#MainNewsContainer h2 {
    display: inline;
    margin: 0 0 15px 0;
    font-size: 1.3em;
    color: #333;
    font-weight: bold;   
}

#MainNewsContainer h2 a{
    color: #333;
    font-weight: bold;   
}

#MainNewsContainer h3 {
   font-weight: bold;
   color: #333;
   text-transform: uppercase;
   text-decoration: none; 
   margin-top: 6px ; 
}
#MainNewsContainer h3 a { 
    font-size: 0.85em;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;    
}

.newsHomeItem img,  #ArchivesNewsContainer img {
    float: left;
    margin: 0 20px 0 0;
    _display: inline;
}

#MainNewsContainer li.newsHomeItem h3 {
    margin-top: 18px;
}

.newsHomeSubItem img {
   width: 120px; height: 90px;
   vertical-align: text-top;
   margin-bottom: 15px;
}

#ArchivesLink {
   width: 137px;
   height: 24px;
   position: absolute;
   bottom: 12px; right: 84px;
}

#ArchivesLink a {
    border: 0;
    background: #fff url(../images/btn_actu.png) top left no-repeat;
    width: 141px ; height: 21px;
    display: block;
    text-decoration: none;    
}

.newsHomeSubItem {
    display: block;
    float: left; 
    width: 200px;
    min-height: 220px;    
    padding: 20px;
    background: url(../images/bg_news_subitem.png) top right no-repeat;
    _display: inline;
    _height: 220px;
    _width: 240px; 
}

.newsHomeSubItem img {
    float: none;
    margin: 0;
}

ul.SubNewsHome {
    min-height:260px;
    _height: 260px;
}

.newsHomeItem .newsMoreLink {
    position: absolute;
    bottom: 20px;
    left: 280px;
    width: 300px;
    height: 20px;
}

.archivesHomeSubItem {
    background: #fff url(../images/bg_main_news.png) bottom left repeat-x;
    padding: 20px;
    
} 

.newsMoreLink a, .newsMoreLink{
    color: #003399;
    text-decoration: none;
}

.newsMoreLink a:hover {
    text-decoration: underline;
}

span.newsDate {
   text-transform: uppercase;
   font-size: 0.85em;
   margin-left: 3px; 
}

div.newsDate {
    margin-top: 5px;
    font-size: 0.85em;
    text-transform: uppercase;
}

/*******************************************************************************
******** Overwrite Classes Contenu de page ***********************************************
*******************************************************************************/
#PageContent ul, #PageContent li {
    list-style-type: none;
}
#PageContent ul {
    margin: 0;
}





