
/* style chaine.css */

body 
{	
	background-image:url(/images/bgrd/bgrd-general.jpg);
	background-position:center top;	
	background-repeat:no-repeat;
	background-color:#052137;	
}

#contenaire_master 
{
    background-image:url(/images/bgrd/bgrd_page_chaine.jpg);
	background-repeat:no-repeat;	
    height:1600px;    
}

#contenaire_interne_master 
{
    
    background-image:url(/images/home/bgrd_contenaire_interne.jpg);
	background-repeat:no-repeat;	
    /*
    background-color:White;
    border: solid 3px #008cbf;
    */	
    height:auto;	
}

#contenaire_principal 
{
	width:900px;
	height:auto;	
}

#bloc_central 
{
	width:880px;
	height:auto;	
	margin-left:25px;
	z-index:-2000;	
	float:left;
}

#acces_tv 
{
	width:320px;
	height:640px;
	z-index:-2000;	
	float:left;
}

#screen_tv 
{
	width:320px;
	height:240px;
	z-index:-2000;	
	float:left;
}

#bloc_central_description 
{
	width:444px;
	height:625px;
	margin-left:24px;
	padding-top:0px;
	padding-left:27px;
	padding-right:37px;
	background-image:url(/images/chaine/bgrd_bloc_central_descriptif.png);
	z-index:-2000;	
	float:left;
}

#descriptif 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#004e7b;
	overflow:auto;
	height:550px;
	width:475px;
}

.rose
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#E14EDC;
	overflow:auto;
	height:550px;
	width:475px;
	font-weight: bold;
}


#footer_general 
{
    background-color:Transparent;
}