@media screen {
	/********************************/
	/*			GENERAL				*/
	/********************************/
	#texte {
		position: relative;
		float: left;
		width: 335px;
		margin-right: 30px;
		color: #00763b;
		font-size: 1.3em;
		text-align: justify;
	}
	
	#actualites {
		position: relative;
		float: left;
		width: 527px;
	}
	#actualites h1 {
		font-size: 3em;
		color: #004b96;
		padding-left: 40px;
		margin: 0;
		font-family: Georgia, Palatino, Times New Roman, serif;
		background: url(../images/puce-h1.png) no-repeat left center;
	}
	#actualites ul{
		position: relative;
		margin: 0 0 0 40px;
		padding: 0;
	}
	#actualites li {
		list-style-type: none;
		list-style-image: none;
		margin-bottom: 0.5em;		
	}
	#actualites a {
		color: black;
		font-size: 1.2em;
		text-decoration: none;
		padding-left: 22px;
		background: url(../images/puce-liste.png) no-repeat left center;
	}
	#actualites a:hover {
		color: #004b96;
	}
	
	#visuelaccueil {
		position: relative;
		width: 527px;
		height: 157px;
		margin-top: 30px;
		background: url(../images/visuel-accueil.jpg) no-repeat;
	}
	.diaporama{margin-top: 20px;}
	/********************************/
	/*			TICKER				*/
	/********************************/
	/* the news box */
	#actu_ticker {
		width: 527px;
		height: 90px;
	}
	#actu_ticker a {
	}
	#actu_ticker ul {
		margin:0;
		padding:0;
	}
	#actu_ticker li {
		list-style-type:none;
		margin-bottom:5em;
	}
	/* the news box when JavaScript is available */
	#actu_ticker.hasJS {
		height:120px;
		overflow:hidden;
		position:relative;
	}
	/* The nested UL when JavaScript is available */
	#actu_ticker.hasJS ul {
		position:absolute;
		top:120px;
		left:0;
		margin:0 .5em 0 .5em;
		padding:0;
	}
	
	#DOMnewsstopper {
		position:absolute;
		left:-999em;
	}
	#menu_menupieddepage {margin:-100px 0 0 0;	background: url(../images/f-piedpage-accueil.png) no-repeat left bottom ;	}
	
		
	
}
@media print {
}