@charset "utf-8";

/* ------------------------------------------- */
/* DIV des blocs principaux
/*  ------------------------------------------
/*  Global
/*  ------------------------------------------ */

div#page {
	width: 842px;
	
	margin-left: auto;
	margin-right: auto;
	background: beige;
	position:relative;
	min-height : 596px;	
	/*background-image: url(../images/fondfichefilm.jpg);*/
}

/*  ##########################################	*/
/*  En tête										*/
/*  ########################################## 	*/

div#enteteLardux {
	width:842px;
	height:100px;
	background-color: #222222;
}

 #enteteLardux a {
	width: 842px ;
	height: 100px ;
	display: block ;
	background: url(../images/bandeauentete_accueil.jpg) no-repeat ;
	position: relative ;
	text-indent: -5000px ;

}


/*  ##########################################	*/
/*  le bloc entre l'entete et le pied de  page	*/
/*  ########################################## 	*/

div#milieu_accueil {
	/*background-color: beige;*/
	height: 446px;
	position : relative;
	background-image: url(../images/fond_accueil.jpg);
}

/*  ------------------------------------------*/
/*  colonne de menus */
/*  ------------------------------------------ */

div#navigationRubriques {
	width:150px;
	padding-top: 0px;
	/*background-color: aquamarine;*/
	position:absolute;
	top :0px;
	left : 0;
	bottom : 0px;
}

div#navigationRubriques  img{

	display:block;
}



/*  ##########################################	*/
/*  pied de page							    */
/*  ##########################################	*/


div#pied_accueil {
	padding-top:12px;
	width : 842px;
	height:39px;
	/*background-color: yellow;*/
	font-size:small;
	font-weight:bold;
	text-align:center;
	background-image: url(../images/fondpieddepage_accueil.jpg);
	
}


div#pied_accueil .espaceur {
	width:60px;
	height:10px;
}

/*  ##########################################	*/
/*  les breves								    */
/*  ##########################################	*/
div .breves{
	position:absolute;
	top:0px;
	left:0px;
	/*bottom:296px;*/
	width:150px;
	height:250px;
	padding:10px 10px;
	overflow:hidden;
	/*background-color: yellow;*/
	}
div .breves .larduxMinute{
	font-size:larger;
	font-weight:bold;
}
div .breves .titrebreve {
	font-weight:bold;
	padding-top:15px;
	padding-bottom:5px;
}
/*  ##########################################	*/
/*  div des boutons							    */
/*  ##########################################	*/

div .ba_Lardux {
	position:absolute;
	top:-9px;
	left:365px;
}

div .ba_Catalogue {
	position:absolute;
	top: 74px;
	left:573px;
}

div .ba_Projets {
	position:absolute;
	top: 11px;
	left:505px;
}

div .ba_Boutique {
	position:absolute;
	top: 93px;
	left:196px;
}

div .ba_VOD {
	position:absolute;
	top: 153px;
	left: 610px;
}

div .ba_Liens {
	position:absolute;
	top: 22px;
	left:259px;
}

div .ba_Commandes {
	position:absolute;
	top: 238px;
	left:610px;
}
div .ba_whoswho {
	position:absolute;
	top: 319px;
	left:588px;

}
div .ba_contacts {
	position:absolute;
	top: 180px;
	left:174px;

}