@charset "iso-8859-1";

/**************************************************************************************/
/******************************* Elements communs *************************************/
/**************************************************************************************/
body {margin: auto; font-family: Arial; background-color: black; border: gray}
	 
#page {
	  width: 1024px; 
	  height: 768px;
	  position:absolute;
	  left:50%;
	  top:0px;
	  margin-left:-512px;
	  }	 
	  
#haut {
width: 711px; 
height: 157px; 
position: absolute;
left:0px;
top:0px; 
background-image: url(image/fond/fond2009-b.jpg);
}

#droit {
width: 313px; 
height: 768px; 
position: absolute; 
right:0px;
top:0px; 
/*background-image: url(image/fond/fond2009-a.jpg);	*/
}
#contenu {
width: 711px; 
height: 611px; 
position: absolute; 
left:0px;
top:157px; 
background-image: url(image/actus/cadre_actus_00.jpg); 
}  

a {
color: yellow; 
font-weight: bolder; 
text-align: right; 
font-size: 11pt;} 

a:link{
	color: yellow;
}

a:active{
	color: yellow;
}

a:visited {
	color: #FFCC66;
}

#compteur {
width:100px;
height:100px;	  
position: absolute;
top:615px;
font:11px;
right:50px;
background: url(images/cadre/cadrecompteur.jpg);	   
background-repeat:no-repeat;
}