/*  pour iframe*/

a{text-decoration: underline; color: green; }
	a:hover{ text-decoration: none; color: green; }
body {
	background-color:#cdcb66;
	
 }
 
 div#iframebox {
	position:absolute;
 	left:0;
  	top:0;
  	width:100%; 
  	
	font-size :10pt;
    	font-weight :normal;
    	font-style: normal;
    	font-family:'verdana';
    	background-color : #cdcb66;
    	color:#0000ff;
    	text-align:center;
 	marginwidth:0;
 
 }
 
 hr#separ {
 	color:#0000FF;
	height:1px; 
	text-align:center; 
	border:0px solid #ffffff;
 }
 /*le mot news en titre*/
 #news {
 	font-size :18pt;
    	font-weight :bold;
    	font-style: normal;
    	font-family:'arial';
    	color:#0000ff;
 
 }
/*le titre de la news */ 
  #titre {
 	font-size :14pt;
    	font-weight :bold;
    	font-style: italic;
    	font-family:'arial';
    	color:#ffffff;
 
 }
 #titre2 {
 	font-size :14pt;
    	font-weight :bold;
    	font-style: italic;
    	font-family:'arial';
    	color:#0000ff;
 }
 /* la meteo*/
#meto {
	text-align:center;
}