/* news.css www.og-s.ch (c) O. Georgallides-Scheurer - tous droits reserves. */

#titre_news { 
        width:150px;
		padding:10px;
		font-size: 1.2em;
		position:absolute;
		top:20px;
		left:30px;
		color:gold;
		font-weight: bold;
	
		}

#news{ 
        width:150px;
		padding:10px;
		/*border: 2px solid #900;
		background-image:url(pictures/jaune.png); background-repeat:repeat;*/
		position:absolute;
		top:60px;
		left:30px;
		color:gold;
	
		}
