
img {
    border: 0;
}

body {
    padding:0;
    margin:0;
    background-color: #000;
    font-family: arial;
    color:white;
    font-size: 12px;
    width: 100%;
    font-family: century gothic, arial;
}

#page {
    position: absolute;
    left: 50%;
    margin-left: -505px;
    width: 1010px;
    padding: 0px;
    top: 0px;    
}

.highlight {
    color: #ffdb8f;
    /*text-decoration: underline;*/
    font-size: 12px;
    font-weight: normal;
    
}

#header {
    position:absolute;
    background-image: url("/sites/templates/images/accueil/header.jpg");
    background-repeat:no-repeat;
	top:0px;
    width: 1010px;
    height: 376px;
    }

	
#masque {
	position: absolute;
	top:210px;
	left:0px;
    width: 729px;
    height: 110px;	
   	z-index: 2;
	}	
	
#diapos {
	position: absolute;
	top:210px;
	left:5px;
	z-index: 1;
	}	
	
#diapo1 {
	position: absolute;
	left:0px;
	}
	
#diapo2 {
	position: absolute;
	left:145px;
	} 
	
#diapo3 {
	position: absolute;
	left:290px;
	} 
	
#diapo4 {
	position: absolute;
	left:435px;
	} 
	
#diapo5 {
	position: absolute;
	left:580px;
	}				 

a, #content a {
    text-decoration: underline;
    color: #ffdb8f;
}

/*Content*/

#content_panel {
	position: absolute;
	top: 376px;
	background-image: url("/sites/templates/images/accueil/background_bottom.jpg");
 	height:409px;
	width: 1010px;
	}
	
#content {
    width: 1010px;
    font-size:12px;
    }	
	
/*Content*/
 
#credits {
	position: absolute;
	width: 1010px;
	text-align: center;
	top:390px;
	}   

/*
*
*   ACCUEIL PROGRAMME
*
*/

#actu_img {
	position: absolute;
	top:50px;
	left: 13px;
	}
	
#actu_div {
	position: absolute;
	top:15px;
	left: 135px;
	width: 210px;
	height: 160px;
	border-right: 1px dotted white;
	}	 
	
#prog_img {
	position: absolute;
	top:50px;
	left: 358px;
	} 	

#movies_prog {
	position: absolute;
	top:15px;
	left: 480px;
	width: 210px;
	height: 160px;
	
}

#movies_prog .actu_movie_div a {
	font-weight: bold;
    text-decoration: none;
   	background-image: url("/sites/templates/images/accueil/puce.gif");
   	background-repeat: no-repeat;
   	background-position:left 6px;
   	padding-left: 10px;

    /*font-size: 13px;*/
}

#movies_prog .actu_movie_div {
	padding:3px 0px;
}

#movies_prog tr, #actu_div tr {
	vertical-align: middle;
	height: 160px;
	} 


#movies_prog .actu_movie_div a:hover
{    
    text-decoration: underline;
}

