/**
	************************************************
	styles specifiques a la page des actualites
	************************************************
*/
	.clearfix:after {
	    content						    : "."; 
	    display						    : block; 
	    height						    : 0; 
	    clear						    : both; 
	    visibility					    : hidden;
	}

	/* Hides from IE-mac \*/
	* html .clearfix { height		    : 1%; }
	.clearfix { display				    : block; }
	/* End hide from IE-mac */
	
	object { outline                    : none; }
	.audios th em {
	    display                         : block;
	    margin                          : 0;
	}
	
    #contenu ol.videos, #contenu ol.videos li,
    #contenu ol.audios, #contenu ol.audios li {
		position 						: relative;
        margin                          : 0;
        padding                         : 0;
    }
    #contenu ol.videos,
    #contenu ol.audios {
		margin         					: 25px 0;
	}
    
    #contenu ol.videos li,
    #contenu ol.audios li {
        padding                         : 5px 0 15px 0;
        border-top                      : 1px solid #dbefff;
		float 							: left;
    }
    #contenu ol.videos li.first,
    #contenu ol.audios li.first {
        border-top                      : none;
    }
    ol.videos li, ol.audios li {
        list-style                      : none;
    }
	ol.videos *, ol.audios * {
        font-family                     : helvetica, arial, sans-serif;
        font-size                       : 10px;
    }
	ol.videos .main, ol.videos .main strong,
	ol.audios .main, ol.audios .main strong {
	    font-size                       : 11px;
	}
    .video {
        float                           : left;
        border                          : 1px solid #aac6da;
        padding                         : 1px;
    }
    .metas {
        width                           : 429px;
		padding-left					: 10px;
        float                           : right;
    }
    .audios .metas { width              : 520px; }
    
    div.main { width                    : 300px; }
    #contenu ol.videos li.first,
    #contenu ol.audios li.first {
        padding-bottom                  : 30px;
    }
    
    .metas table tr th, .metas table tr td,
    .audios tr th, .audios tr td {
        border                          : none;
        padding                         : 0;
        line-height                     : 140%;
        vertical-align                  : top;
    }
    div.main table tr th, div.main table tr td em {
        display                         : none;
    }
    ol.videos div.main td, ol.audios .first td,
    ol.audios .first th {
        font-size                       : 120%;
        line-height                     : 160%;
    }
    ol.videos div.main td.main strong,
    ol.audios .first h4 a {
        display                         : block;
        margin-bottom                   : 5px;
        font-size                       : 130%;
        color                           : #0075b6;
    }
    ol.audios .first h4 a { color       : #e63c6e; }
    ol.audios .first h4 a:hover {
        text-decoration                 : underline;
    }
    
    .metas table tr.sujet th, .metas table tr.sujet td {
        padding                         : 0 0 5px 0;
    }
    
    #container {
        height                          : 280px;
        padding-left                    : 122px;
    }
    
    
    
/**
    shadowbox ...
*/
    #shadowbox_container span { display : inline; }
    #shadowbox_body {
        border                          : 1px solid #aaa;
    }
    #shadowbox_toolbar_inner {
        background                      : #aaa;
        font-weight                     : bolder;
    }