/*
    Création     :2006-04-05 - Corentin Larose <dev@art-coding.fr>
    Modification :2006-06-19 - Corentin Larose <dev@art-coding.fr>
*/

@media screen {
    /* TAGS ===================================================================================== */
	legend { display:none; visibility:hidden; }
	label {	font-size:13px;	font-weight:bold; color:#000000; }
	ul {list-style-position:inside;}
	#contentsBlock img {border:0; vertical-align:middle;}
    /* CLASS ==================================================================================== */
    .rssBody {padding:10px;border-bottom:1px solid #CCCCCC; background-color:#fff;}	
    .rssTitle {margin:10px 0 10px 0;color:#000000;font-size:11px;}
    .rssAbstract {margin:0 0 10px 0;font-size:11px;}
	.rssMore {font-size:11px;}
	
	.inputText,
	.inputPassword {
		border-top:1px solid #D1D1D1;		
		border-right:1px solid #FFFFFF;
		border-bottom:1px solid #FFFFFF;
		border-left:1px solid #D1D1D1;
		font-size:10px;
		background-color:#ECECEC;
	}
	.inputSubmit {
		font-weight:bold;
		font-size:10px;
		border:2px solid #466A88;
		background-color:#7BB8EF;
	}
		
	.contentBlock {
		clear:both;
		width:584px;
	}
	.contentHeader {
		height:11px;
		font-size:0px;
		background: url(../pics/interface/bg_content_header.png) no-repeat center top;		
	}
	.contentBody {
		padding:0px 15px 0px 15px;
		color:#9A9A9A;
		background-color:#FFF;
	}
	.contentFooter {
		clear:both;
		height:12px;
		margin-bottom:20px;		
		font-size:0px;
		background: url(../pics/interface/bg_content_footer.png) no-repeat center bottom;		
	}
	.contentTitle {
		padding-bottom:15px;
		font-size:18px;
		font-weight:bold;		
		color:#000000;
	}
	.contentAbstract {
		padding-bottom:15px;
		font-size:12px;
		color:#000000;
		font-weight:bold;
	}
	img.contentPicture {
		float:left;
		margin:0px 10px 10px 0px;
	}
	.contentText {
		font-size:13px;
		padding-bottom:15px;
	}
	.contentFile {padding:5px 0 5px 0; font-size:11px;}
	.contentAuthor {
		clear:both;
		font-size:13px;
		font-weight:bold;
	}
	.contentMore {color:#E6318A;font-size:11px; margin:0 0 15px 0;}
    /* ID ======================================================================================= */

    #loginBlock {
        position:absolute;
        top:33px;
        left:165px;
		width:584px;
    }
    #loginHeader {
		height:32px;
		background:url(../pics/interface/bg_login_header.png) no-repeat center center;
    }
    #loginBody {
		height:148px;
		padding:0 100px 0 100px;
		background:url(../pics/pixels/E9E9E4.png) repeat;
    }
    #loginBody span {
		font-size:14px;
		color:#E6318A;
		font-weight:bold;
		text-align:left;
	}
    #loginBody fieldset {
		text-align:right;
	}
    #loginFooter {
		height:27px;
		background:url(../pics/interface/bg_login_footer.png) no-repeat center center;
    }
	
    #contentsBlock {
		width:584px;
		margin:0 0 10px 165px;
    }
    #rssHeader {
		height:20px;
		padding:6px 0 0 20px;
		background:url(../pics/interface/bg_rss_header.png) no-repeat top left;
    }
    #rssHeader * {
		font-size:10px;
		font-weight:bold;
		color:#FFF;
	}
}
