

/* Style du bloc menu Programme */


#contenaireBoxProg 
{
    position:absolute;    
    margin-top:100px;
    margin-left:25px;
	width:940px;
	height:602px;
	background-image:url(/images/menu/box_prog/bgrd-new.png);
	background-repeat:no-repeat;
	background-color:Transparent;	
	z-index:5000;		
	display:none;
}

#contenaireBoxProg_bloc_logos 
{
	width:927px;
	height:109px;
	padding-left:16px;
	margin-top:30px;
	float:left;
}

#contenaireBoxProg_bloc_prog 
{
	width:897px;	
	margin-left:16px;
	margin-top:4px;
	float:left;
	line-height: 23px;
}

#contenaireBoxProg_bloc_prog .typo 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
    color:#0090C4; 

	/*font-weight:bold;*/
	margin-left:30px;
}

#contenaireBoxProg_bloc_prog .typo a
{
    text-decoration:none;   
    color:#0090C4; 
}

#contenaireBoxProg_bloc_prog .typo a:hover
{    
/*    color:#00ccff;*/
	color:#e75ace;
}

#contenaireBoxProg_btnFermer
{
    float:left;
    width:897px;
	height:17px;
	margin-left:16px;
	margin-top:17px;
	float:left;
    text-align:right;    
}
