

/*  accestv.css */

#contenaire_master 
{
    width:980px;
	height:1703px;	
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/bgrd/bgrd_page_acces_tv.jpg);
	background-repeat:no-repeat;	
}

#contenaire_interne_master 
{
    
	height:880px;	
}

#contenaire_principal 
{
	width:905px;
	height:1163px;
	margin-left:auto;
	margin-right:auto;
}

#bloc_central 
{
	width:900px;
	height:740px;	
	z-index:-2000;	
	float:left;
}

#bloc_diffuseurs 
{
	width:839px;
	height:740px;
	margin-left:50px;
	text-align:center;
    z-index:-2000;
    float:left;
}

#bloc_operateurs 
{
	width:403px;
	height:91px;
	margin-top:25px;
	float:left;
}

#bloc_operateurs ul 
{
	padding:0;
	margin:0;

}

#bloc_operateurs li 
{
 display:inline;/*alignement horizontal */
 list-style:none;float:left ;
 
}

.descriptif 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#004e7b;
	font-weight:bold;
	text-align:center;	
}

a 
{
	text-decoration:none;
}
