
#cadre_actu {

background-image:url(images/fd_actu2);
width:400px;
height:200px;
margin:auto;
padding:0px;

border-left:1px solid #cccccc; /* couleur du cadre */
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-top:1px solid #cccccc;
}


#cadre_actu2 {

 /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
 opacity:0.8; 
width:400px;
height:70px;

padding:0px;
border-left:1px solid #cccccc; 
border-right:1px solid #cccccc;
border-bottom:100px solid #cccccc;
border-top:1px solid #cccccc;
position:relative;	
margin-bottom:auto;

}



.texte_bleu_25
{	font-family: Arial, sans-serif;
	font-size: 25px;
	color: #003399;
	font-weight: bold;

}

.texte_bleu_15
{	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #003399;
	font-weight: bold;

}



.texte
{	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: regular;	
	text-decoration: none;


}



/****
* A. Styles generaux
****/


body {
margin: 0px;
padding: 0;
font-family: Arial, sans-serif;
font-size: 12px;
text-align:left;
background-color:#B1CBE2;
background-image:url(images/fd_volley.jpg);
background-position: center top;
background-repeat:no-repeat;

}




