
/* ====================================== LA DISPOSITION ======================================*/ 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-color: #000000;
}

#entete_logo {
	margin:0px;
	overflow:hidden;
	position:absolute;

	left: -10px;
	width:530px;
	top: 50px;
	height:85px;
	
	border-radius: 10px;
	background-color:#272b25;
	opacity:0.7;
}

#entete_logo_contenu {
	margin:0px;
	overflow:hidden;
	position:absolute;

	left: -10px;
	width:530px;
	top: 50px;
	height:85px;
	
	opacity:0.9;
}

#entete_menu {
	margin:0px;
	overflow:hidden;
	position:absolute;

	top: 50px;
	height:85px;
	left: 550px;
	width:615px;
	
	border-radius: 10px;
	background-color:#272b25;
	opacity:0.7;
}

#entete_menu_contenu {
	margin:0px;
	overflow:hidden;
	position:absolute;

	top: 50px;
	height:85px;
	left: 550px;
	width:615px;
	
	opacity:0.9;
}

/* -------------------------- LE MENU ----------------------*/ 

	#entete_menu_contenu ul{
		border:0;margin:0;padding:0;
		overflow:hidden;position:relative;
		width:560;height:20;left:40px;top:32px;}
	
	#entete_menu_contenu li{
		position:relative;float:left;
		height:20;
		list-style-type:none;text-indent:-9999px;}
		
	#entete_menu_contenu li a{display:block;height:20;}
	
	#entete_menu_contenu li#menu1{
		width:54px;margin-right:32px;
		background-image:url("./design/titres/menu_news.png");background-repeat:no-repeat;}
	#entete_menu_contenu li#menu2{
		width:133px;margin-right:32px;
		background-image:url("./design/titres/menu_filmo.png");background-repeat:no-repeat;}
	#entete_menu_contenu li#menu3{
		width:109px;margin-right:32px;
		background-image:url("./design/titres/menu_bio.png");background-repeat:no-repeat;}
	#entete_menu_contenu li#menu4{
		width:83px;
		background-image:url("./design/titres/menu_contact.png");background-repeat:no-repeat;}



/* -------------------------- LE BLOC GAUCHE ----------------------*/ 
#zonegauche {
	margin:0px;
	overflow:hidden;
	position:absolute;

	left: -10px;
	width:530px;
	top: 170px;
	height:525px;
	
	border-radius: 10px;
	background-color:#272b25;
	opacity:0.66;
}

	#zonegauche_contenu {
		margin:0px;
		overflow:hidden;
		position:absolute;
	
		left: 50px;
		width:450px;
		top: 195px;
		height:470px;
	}

			#blocscroll {
				margin:0px;
				overflow:hidden;
				position:relative;
				
				top:15px;
				left: 0px;
				width:415px;
			}
			
			#blocscroll_contenu {
				margin:0;
				overflow:hidden;
				position:relative;
				
				top:0px;
				left: 0px;
				width:415px;
			}
						
			#ascenseur {
				border:1px solid #000;
				margin:0px;
				overflow:hidden;
				position:absolute;
							
				background-color:#596359;
							
				top:32px;
				right: 0px;
				width:14px;
			}

/* -------------------------- LE BLOC DROIT ----------------------*/ 

#zonedroite_video {
	border:0px;
	margin:0px;
	overflow:hidden;
	position:absolute;

	left: 550px;
	right:0px;
	top: 170px;
	height:525px;
}

#pieddevideo {
	border:0px;
	margin:0px;
	overflow:hidden;
	position:absolute;
	
	left: 550px;
	width:615px;
	height:15px;
	
	text-align:right;
	background-color:#000000;
}

#zonedroite {
	border:0px;
	margin:0px;
	overflow:hidden;
	position:absolute;

	left: 550px;
	width:615px;
	
	border-radius: 10px;
	background-color:#232722;
	opacity:0.7;
}

#zonedroite_texte {
	border:0px;
	margin:0px;
	overflow:hidden;
	position:absolute;
		
	left: 585px;
	width:545px;
		
	text-align:justify;
}
		

/* -------------------------- LE PIED DE PAGE ----------------------*/ 

#copyrights {
	border:0px;
	margin:0px;
	overflow:hidden;
	position:absolute;
	
	left: -10px;
	width:550px;
	top: 710px;
	height:15px;

	color:#788378;
	text-align:center;
}


/* ====================================== LES POLICES ======================================*/ 

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height:14px;
	color:#afcaaf;
	
}

a {
	color:#afcaaf;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #afcaaf;
	text-decoration: none;
}

.english {
	font-style:italic;
	color:#929456;
}

.english a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #929456;
	text-decoration: none;
	color:#929456;
}

.titre{
	font-size: 16px;
	font-weight:bold;
}

.titre_english{
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	color:#929456;
}

.sous-titre{
	font-size: 15px;
	font-weight:normal;
}

.emphase{
	font-size: 11px;
	font-weight:bold;
}

.precision{
	font-size: 10px;
}

.copyright{
	font-size: 9px;
	opacity:0.5;
}



/* ====================================== LES LISTES ======================================*/ 

ul{
	margin:0px;
	padding:0px;
}

ul#listenews {
	list-style-position:inside;
	list-style-type:none;
	padding-bottom:15px;
}

	ul#listenews li#listenewstitre {	
		line-height:18px;
		font-size: 9px;
		font-weight:bold;
	}
	
	ul#listenews li#listenewsdesc {
		padding-left:25px;
		
		line-height:17px;
		font-size: 10px;
	}
	
	
	
ul#listefilms {
	list-style-position:inside;
	list-style-type:none;
	padding-bottom:8px;
	padding-left:25px;
}

	ul#listefilms li#listefilmstitre {
		line-height:18px;
		font-size: 10px;
		font-weight:bold;
	}
	
	ul#listefilms li#listefilmsdesc {
	
		line-height:11px;
		font-size: 9px;
	}
	

ul#listedetails {
	margin:0px;
	padding:0px;
	
	list-style-position: inside;
	list-style-type:disc;
}

	ul#listedetails li#listedetail {
		line-height:14px;
		font-size: 10px;
	}
