@media screen {
	
	/* styles generaux */
	p{
		padding:0px;
		margin:0px;
		width:90%;
	}
	.SelectBox{
		width:117px;
		font-size:10px;
	}
	form{
		padding:0px;
		margin:0px;
	}
	
	/* conteneurs */
	#actualites, #sport, #bourse, #sante{
		margin:0px 0px 0px 0px;
		height:162px;
		width:480px;
		font-family:Arial;
	}
	html>body #actualites, #sport, #bourse, #sante{
		margin:0px 10px 0px 0px;
		height:162px;
		width:480px;
		font-family:Arial;
	}
	
	/* menus */
	#menu_actualites{
		background: url("/images/info-fond-actualites.jpg") no-repeat left;
		height:20px;
		padding:3px 0px 0px 0px;
	}
	#menu_sport{
		background: url("/images/info-fond-sport.jpg") no-repeat left;
		height:20px;
		padding:3px 0px 0px 0px;
	}
	#menu_bourse{
		background: url("/images/info-fond-bourse.jpg") no-repeat left;
		height:20px;
		padding:3px 0px 0px 0px;
	}
	#menu_sante{
		background: url("/images/info-fond-sante.jpg") no-repeat left;
		height:20px;
		padding:3px 0px 0px 0px;
	}
	#menu_actualites a, #menu_sport a, #menu_bourse a, #menu_sante a{
		text-decoration:none;
	}
	.item_actualites, .item_sport, .item_bourse, .item_sante{
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		color:#000000;
	}
	.marge_actualites{
		margin:0px 0px 0px 35px;
	}
	.marge_sport{
		margin:0px 0px 0px 65px;
	}
	.marge_bourse{
		margin:0px 0px 0px 62px;
	}
	.marge_sante{
		margin:0px 0px 0px 67px;
	}
	
	/* Barres sous-menu */
	#bar_actualites, #bar_sport, #bar_bourse, #bar_sante{
		float:left;
		height:2px;
		width:480px;
		line-height:0;
		font-size:0;
	}
	.bar_actualites{
		background-color:#79828E;
	}
	.bar_sport{
		background-color:#FFA200;
	}
	.bar_bourse{
		background-color:#0861b4;
	}
	.bar_sante{
		background-color:#73c366;
	}
	
	/* specificites actualites */
	/*
	#content_actualites{
		float:left;
		height:123px;
		width:123px;
		font-size:12px;
		padding:10px 0px 0px 4px;
	}
	
	#img_actualites{
		float:left;
		width:140px;
		height:133px;
	}
	*/
	
	#content_actualites{
		position:relative;
		float:left;
		/*height:133px;*/
		width:480px;
	}
	
	
	/* specificites sport */
	/*
	#content_sport{
		float:left;
		height:123px;
		width:123px;
		font-size:12px;
		padding:10px 0px 0px 4px;
	}
	
	#img_sport{
		float:left;
		width:140px;
		height:133px;
	}
	*/
	
	#content_sport{
		position:relative;
		float:left;
		/*height:133px;*/
		width:480px;
	}
	
	
	/* specificites bourse */
	/*
	#content_bourse{
		float:left;
		height:123px;
		width:123px;
		font-size:12px;
		padding:10px 0px 0px 4px;
	}
	
	#img_bourse{
		float:left;
		width:140px;
		height:133px;
	}
	*/
	
	#content_bourse{
		position:relative;
		float:left;
		/*height:133px;*/
		width:480px;
	}
	
	/* specificites sante */
	/*
	#content_sante{
		float:left;
		height:123px;
		width:123px;
		font-size:12px;
		padding:10px 0px 0px 4px;
	}
	
	#img_sante{
		float:left;
		width:140px;
		height:133px;
	}
	*/
	
	#content_sante{
		position:relative;
		float:left;
		/*height:133px;*/
		width:480px;
	}
	
	/* footers */
	#footer_actualites, #footer_sport, #footer_bourse, #footer_sante{
		float:left;
		height:12px;
		width:480px;
		text-align:right;
		line-height:8px;
		padding:1px 0px 0px 0px;
	}
	#footer_actualites a, #footer_sport a, #footer_bourse a, #footer_sante a{
		text-decoration:none;
		margin-right: 3px;
	}
	.footer_actualites{
		background-color:#A8A580;
	}
	.footer_sport{
		background-color:#FFA200;
	}
	.footer_bourse{
		background-color:#669ED3;
	}
	.footer_sante{
		background-color:#73C366;
	}
	.footerLink{
		padding:1px 0px 0px 0px;
		font-size:10px;
		font-weight:bold;
		text-decoration:none;
		color:#FFFFFF;
	}

}