HTML,BODY{margin:0;border:0;padding:0}
HTML{
    background: #D6D6D6 url(/images/layout/bg_line.jpg) repeat-x;
}
BODY{
    /*background-image:url("http://public.glowria.fr/videofutur/custom_background/home/homeBackgroundCustomRTT.jpg");*/
    background-repeat:no-repeat;
    background-position:50.01% 0;
    font-family:Arial, Verdana, sans-serif;
    font-size:12px;
	color: #585858;
	font-weight: normal;
}
A, A:hover{
    color:#585858;
}
A{
    text-decoration:none;
}
A:hover{
    text-decoration:underline;
}
IMG{
    border:none;
    margin:0;
    padding:0;
}
FORM{
    margin:0;
    padding:0;
}
H1, H2, H3{
    margin:0;
    padding:0;
    color:#0074C1
}
H1{font-size:24px;}
H3{font-size:16px;}
.gLayout{
	width:986px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
/*HEADER*/
.gLayout .gHeaderContainer{z-index:150;}
.gLayout .gHeaderContainer .gHeader{
 	/*height:133px;*/
 	/* height is removed so the div autosizes according if there's autopromo or not*/
 	/*height:178px;*/
    width:986px;
    /*background:#FFFFFF url(/images/layout/header.jpg) no-repeat center top;*/
    /*background:#FFFFFF url(/images/layout/header-beta.jpg) no-repeat center top;*/
    position:relative;
    color: #2b2b2b;
    z-index:151;
}
.gLayout .gHeaderContainer .gHeader .editoCustomHeaderLink{
        height:101px;
        width:986px;
        cursor:pointer;
    }
.gLayout .gHeaderContainer .gHeader .leftLink, .gLayout .gHeaderContainer .gHeader .rightLink{
    width:240px;
    height:700px;
    cursor:pointer;
    position:absolute;
    top:0;
}
.gLayout .gHeaderContainer .gHeader .leftLink{
    left:-240px;
}
.gLayout .gHeaderContainer .gHeader .rightLink{
    right:-240px;
}
.gLayout .gHeaderContainer .gHeader .registerContainer{
    background:url(/images/layout/reg_bg.png) no-repeat center top;
    width:170px;
    height:25px;
    line-height:20px;
    float:right;
    color:#FFFFFF;
    text-align:center;
}
.gLayout .gHeaderContainer .gHeader .registerContainer A{
    color:#FFFFFF;
}
.gLayout .gHeaderContainer .gHeader .registerContainer A:hover{
    text-decoration:underline;
}
.gLayout .gHeaderContainer .gHeader A.gHomeLink{
	display:block;
    float:left;
	height:101px;
	width:300px;
	margin:0;
}
.gLayout .gHeaderContainer .gHeader A.gHomeLink:hover{
    text-decoration:none;
}
/*SEARCH MENU*/
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer{
    height:33px;
    width:100%;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer UL{
    margin:0;
    padding:0;
    width:100%;
    list-style:none;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer UL.menu_principal{
    overflow:hidden;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer LI{
    float:left;
    margin:0;
    padding:0;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer LI A{
    display:block;
    padding:0 22px;
    line-height:33px;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    text-transform:none;
    text-decoration:none;
}

/* Same as above for autopromo in nav bar, except no padding for image */
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer LI .blocNavMenu A{
    padding:0px;
}

.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.menu_principal,
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.menu_principal LI.subMenuItem A.menuLink{
    background-color:#047EC7;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.menu_principal LI A:hover,
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.menu_principal LI.subMenuItem_sel A.menuLink{
    background-color:#055C91;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.menu_principal LI.subMenuItem,
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.menu_principal LI.subMenuItem_sel{
    background:url(/images/layout/sep.jpg) no-repeat right top;
    padding-right:1px;
}
/*DROPDOWNS & TABS*/
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown{
    width:180px;
    margin: 0;
    background:none;
    position: absolute;
    z-index: 155;
    display: none;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown LI UL.subList{
    width:150px;
    margin: 0 0 0 180px;
    background:none;
    background-color:#FF0000;
    top:234px;
    position: absolute;
    z-index: 156;
    display: none;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown LI.action UL.subList{
    top:0px;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown LI.classique UL.subList{
    top:26px;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown LI.comedie UL.subList{
    top:52px;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown LI.jeunesse UL.subList{
    top:78px;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown LI.drames UL.subList{
    top:104px;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown LI.sf UL.subList{
    top:130px;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown LI.histoire UL.subList{
    top:156px;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown LI.horreur UL.subList{
    top:182px;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown LI.policier UL.subList{
    top:208px;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown LI.adulte UL.subList{
    top:260px;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown LI.compatible UL.subList{
    top:104px;
}


.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown LI, .subList LI{
    margin:0;
    height:25px;
    float: none;
    list-style: none;
    display: block;
    overflow:hidden;
    border:none;
    background:none;
    border-bottom:1px solid #6A6A6A;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.menu_principal LI.subMenuItem UL.dropdown LI,
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.menu_principal LI.subMenuItem_sel UL.dropdown LI{
    background:none;
    padding-right:0;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown LI.lastLi{
    border-bottom:none;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown A.arrow{
    background:#D8D8D8 url(/images/layout/menu_arrow.jpg) no-repeat 165px center;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown A.arrow:hover{
    background:#7F7F7F url(/images/layout/menu_arrow_over.jpg) no-repeat 165px center;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown LI A{
    display: block;
    height:25px;
    line-height:25px;
    padding:0 10px;
    text-align:left;
    font-size:11px;
    color:#191919;
    background-color:#d8d8d8;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.dropdown LI A:hover{
    background-color:#7f7f7f;
    color:#ffffff;
}
/*SEARCH*/
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar UL.menu_principal LI.search{
    padding-right:0;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar .searchBox{
    background:transparent url(/images/layout/search_bg.jpg) no-repeat scroll right top;
    height:33px;
    text-align:right;
    width:236px;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar .searchBox FORM{
    margin:0;
    padding:8px 3px 0 0;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar .searchBox input.okButton {
    width:33px;
    height:19px;
    margin-right:0;
    padding:0;
    line-height:19px;
    color:#FFFFFF;
    border:0 none;
    background-color:transparent;
    cursor:pointer;
    font-family:Arial,Verdana,sans-serif;
    font-size:11px;
    font-weight:bold;
}
.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar .searchBox input {
    border:0 none transparent;
    color:#787878;
    font-size:9px;
    line-height:11px;
    vertical-align:middle;
    width:148px;
    margin-right:3px;
}

.gLayout .gBodyContainer .gBody .gContentContainer .gContent .container .searchBox{
    height:80px;
    width:719px;
	text-align:center;
	background-color: #E4E4E4;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	margin-top: 20px;
	margin-bottom: 20px;
}
.gLayout .gBodyContainer .gBody .gContentContainer .gContent .container .searchBox FORM{
    margin:0;
/*    padding:8px 3px 0 0;*/
}
.gLayout .gBodyContainer .gBody .gContentContainer .gContent .container .searchBox input.okButton {
    width:104px;
    height:25px;
    margin-right:0;
    padding:0;
    border:0 none;
    background-color:transparent;
    cursor:pointer;
    background-image: url("http://www.videofutur.fr/images/layout/search_btn.jpg");
}
.gLayout .gBodyContainer .gBody .gContentContainer .gContent .container .searchBox input {
    color:#787878;
    vertical-align:middle;
    width:360px;
    margin-right:10px;
}

.gLayout .gHeaderContainer .gHeader .gSearchBarContainer .gSearchBar LI.search {
    float:right;
}
/*BODY*/
.gLayout .gBodyContainer{
    border-left:1px solid #C3C8CB;
    border-right:1px solid #C3C8CB;
    background:#FFFFFF url(/images/fiche_film/men_shadow.gif) repeat-x;
}
.gLayout .gBodyContainer .gBody{
    width:100%;
    overflow:hidden;
}
.gLayout .gBodyContainer .gBody .gContentOneContainer{
     padding:50px 25px 35px;
}
.gLayout .gBodyContainer .gBody .gContentContainer{
    float:left;
    margin:0 0 35px 25px;
    width:721px;
}
.gLayout .gBodyContainer .gBody .gContentContainerBig{
    float:left;
    margin:0 0 35px 25px;
    width:935px;
}
.gLayout .gBodyContainer .gBody .gContentContainer .gContent, .gLayout .gBodyContainer .gBody .gContentContainerBig .gContent{
    position:relative;
    padding-top:50px;
}
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .borderedContainer{
    width:721px;
    margin:auto;
}
.gLayout .gBodyContainer .gBody .gContentContainer .gContent .gContentTop,
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .borderedContainer .gContentTop{
    background:#FFFFFF url(/images/fiche_film/mov_top.jpg) no-repeat left top;
    height:9px;
    width:100%;
}
.gBodyGalaxy .gContentGalaxy .gContentTopGalaxy{
    background:#FFFFFF url(/images/fiche_film/mov_top.jpg) no-repeat left top;
    height:9px;
    width:720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.gBodyGalaxy .gContentGalaxy .containerGalaxy {
    border-left:1px solid #C3C3C3;
    border-right:1px solid #C3C3C3;
    width: 720px;
    margin-left: auto;
	margin-right: auto;
}
.gBodyGalaxy .gContentGalaxy .gContentBottomGalaxy{
    background:transparent url(/images/fiche_film/mov_bottom.jpg) no-repeat left bottom;
    height:9px;
    width:720px;
    margin-left: auto;
	margin-right: auto;
}

.gLayout .gBodyContainer .gBody .gContentContainerBig .gContent .gContentTopBig{
    background:#FFFFFF url(/images/fiche_film/mov_top_big.jpg) no-repeat left top;
    height:9px;
    width:100%;
}
.gLayout .gBodyContainer .gBody .gContentContainer .gContent .container,
.gLayout .gBodyContainer .gBody .gContentContainerBig .gContent .container,
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .borderedContainer .container{
    border-left:1px solid #C3C3C3;
    border-right:1px solid #C3C3C3;
    padding:5px 15px;
    overflow:hidden;
}
.gLayout .gBodyContainer .gBody .gContentContainer .gContent .gContentBottom,
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .borderedContainer .gContentBottom{
    background:transparent url(/images/fiche_film/mov_bottom.jpg) no-repeat left bottom;
    height:9px;
    width:100%;
}
.gLayout .gBodyContainer .gBody .gContentContainerBig .gContent .gContentBottomBig{
    background:transparent url(/images/fiche_film/mov_bottom_big.jpg) no-repeat left bottom;
    height:9px;
    width:100%;
}
/*RIGHT MENU*/
.gLayout .gBodyContainer .gBody .gColRightContainer{
    float:right;
    margin:30px 25px 35px 0;
    width:195px;
}
.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight{
    width:100%;
    height:100%;
}
.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .subscribeBox{
    background: url(/images/layout/sub_left_bg.jpg) no-repeat left top;
    width:155px;
    height:40px;
    padding:480px 0 0 40px;
    margin-bottom:15px;
}
.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .subscribeBox .subButton{
    background: url(/images/layout/subBut.jpg) no-repeat left top;
    width:115px;
    height:25px;
    line-height:25px;
}

.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .subscribeBox .subButton A{
	color:#FFFFFF;
    font-weight:bold;
    margin-left:23px;	
}

.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .newsButton A {
    background: url(/images/layout/okNobg_Button.jpg) no-repeat left top;
    width:31px;
    height:18px;
    color:#FFFFFF;
    font-weight:bold;
    padding:2px 3px 2px 13px;
    font-size:11px;
}

.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme{
    background: url(/images/layout/col_right_bg.jpg) no-repeat center bottom;
    margin-bottom:15px;
}
.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeTop{
    background: url(/images/layout/col_right_top.jpg) no-repeat center bottom;
    width:195px;
    height:4px;
}


.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeBottom{
    background: url(/images/layout/col_right_bottom.jpg) no-repeat center bottom;
    width:195px;
    height:4px;
}
.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent{
    border-left:1px solid  #C3C8CB;
    border-right:1px solid  #C3C8CB;
    padding: 0 5px;
}

.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .title{
    background:url(/images/layout/ma_liste_title.jpg) no-repeat left top;
    width:183px;
    height:38px;
}
.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .basket_title{
    background:url(/images/layout/mon_panier_title.jpg) no-repeat left top;
    width:183px;
    height:38px;
}
.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .box .titleItem A{
    float:left
}
.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .box .titleIm img {
    border: 1px solid #C3C3C3;
}
.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .newsButton{
    float:right;
    background: url(/images/layout/ok_Button.jpg) no-repeat left top;
    width:35px;
    height:25px;
    /*line-height:25px;*/
}
.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .subTitleVOD{
    background:url(/images/layout/col_right_sub_title_VOD-bg.jpg) no-repeat left top;
    width:173px;
    height:20px;
    line-height:20px;
    margin-top:0px;
    padding-left:10px;
    color:#FFFFFF;
    font-weight:bold;
}

.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .subTitle{
    background:url(/images/layout/col_right_sub_title-bg.jpg) no-repeat left top;
    width:173px;
    height:20px;
    line-height:20px;
    margin-top:0px;
    padding-left:10px;
    color:#FFFFFF;
    font-weight:bold;
}

.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .box, .grayBox{
    background-color:#F1F1F1;
    text-align:left;
}
.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .box SPAN{
    padding-left:10px;
    line-height:30px;
}

.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .box .item A,
.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .box .itemVOD A{
	line-height:20px;
    display:block;
    padding-left:10px;
    color:#000000;
}
.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .box .promoVODContent {
	width : 164px;
	height: 16px;
	padding-top:8px		
}	

.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .box  .promoVODContent .promoVODLeft {
    float:left;
    width:120px;
}	

.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .box  .promoVODContent .promoVODRight {
    float:right;
    color:#c40123;
    font-weight:bold
}	

.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .box .promoVODBottom {
	width : 164px;
	height: 14px;
	text-align:right;
	font-size:10px;	
}	

.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .box .item A:hover{
    background-color:#d9d9d9;
}
.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .viewProgram{
    padding-bottom:6px;
    margin:12px 8px 0;
    border-bottom:1px dotted #C3C8CB;
}
.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .formula{
    margin:8px 8px 0;
}
.gLayout .gBodyContainer .gBody .gColRightContainer .gColRight .monProgramme .monProgrammeContent .telechargement{
    padding:15px 8px 20px;
}

/*PROMO MENU*/
.gLayout .gBodyContainer .gBody .gPromoContainer{
    clear:both;
}
.gLayout .gBodyContainer .gBody .gPromoContainer .gPromo{
    margin:0 25px 30px;
}
/*FOOTER*/
.gLayout .gFooterContainer{
    background:#333333 url(/images/layout/footer_bg.jpg) no-repeat center top;
	height:465px;
    width:986px;
}
.gLayout .gFooterContainer .gFooter{
    float:left;
    width:100%;
    color:#FFFFFF;
    font-size:11px;
    padding-top:23px;
}
.gLayout .gFooterContainer .gFooter .infoTop,
.gLayout .gFooterContainer .gFooter .infoFooter{
    text-align:center;
    padding:10px 0;
}
.gLayout .gFooterContainer .gFooter .infoTop{
    margin:0 30px;
    border-bottom:1px dotted #FFFFFF;
}
.gLayout .gFooterContainer .gFooter A{
    color:#FFFFFF;
    font-size:11px;
    text-decoration:none;
}
.gLayout .gFooterContainer .gFooter A:hover{
    text-decoration:underline;
}
.gLayout .gFooterContainer .gFooter .infoTop A{
    font-size:12px;
    padding-right:50px;
    font-weight:bold;
}
.gLayout .gFooterContainer .gFooter .category{
    margin:0 30px;
    padding:15px 0;
    height:340px;
    border-bottom:1px dotted #FFFFFF;
}
.gLayout .gFooterContainer .gFooter .category H2{
    font-size:18px;
    margin-bottom:30px;
}
.gLayout .gFooterContainer .gFooter .category .leftCat{
    float:left;
    width:125px;
    height:280px;
    border-right:1px solid #5C5C5C;
}
.gLayout .gFooterContainer .gFooter .category .leftCat A{
    display:block;
    font-size:12px;
    margin-top:39px;
    font-weight:bold;
}
.gLayout .gFooterContainer .gFooter .category .leftCat A.firstItem{
    margin-top:0;
}
.gLayout .gFooterContainer .gFooter .category .rightCat{
    float:left;
    width:159px;
    height:150px;
}
.gLayout .gFooterContainer .gFooter .category .rightCat H2{
    margin:0 0 10px;
    padding-left:20px;
}
.gLayout .gFooterContainer .gFooter .category .rightCat A{
    font-size:12px;
}
.gLayout .gFooterContainer .gFooter .category .rightCat A.firstItem{
    padding-left:20px;
    font-weight:bold;
}
.gLayout .gFooterContainer .gFooter .category .rightCat UL{
    margin:10px 0;;
    padding:0 0 0 35px;
}
.gLayout .gFooterContainer .gFooter .category .lastColumn A{
    display:block;
    padding-left:20px;
    font-weight:bold;
}
/*LANDING*/
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .promotionContainer{
    padding:0 1px 25px;
}
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .promotionContainer .main{
    background:url(/images/layout/vf_promo.jpg) no-repeat left top;
    width:932px;
    height:307px;
}
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .promotionContainer .main .ccmBox{
    float:left;
    width:600px;
}
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .promotionContainer .main .ccmBox A{
    display:block;
    width:151px;
    height:29px;
    margin:260px 0 0 30px;
}
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .promotionContainer .main .offreBox{
    float:right;
    width:320px;
    margin-top:145px;
}
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .promotionContainer .main .offreBox LABEL{
    display:-moz-inline-box;
    display:inline-block;
 	width:140px;
	font-size:11px;
    color:#8A8A8A;
}

.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .promotionContainer .main .offreBox input.txt{
	width:140px;
    border:1px solid #828282;
    padding:4px 4px 2px 4px;
    color:#828282;
    font-size:13px;
    line-height:14px;
	margin-bottom:6px;
}

.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .promotionContainer .main .offreBox input.submit{
    border:none 0;
    width:115px;
    height:25px;
    background:transparent url(/images/layout/etape_suivante.jpg) no-repeat;
    cursor:pointer;
	margin:4px 0px 0px 175px;
}

.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .promotionContainer #steps{
    width:932px;
    height:334px;
}
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .promoBottom{
    padding-top:25px;
    padding-bottom:30px;
    border-bottom:1px dotted #AFAFAF;
}
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .promoBottom .promoItem{
    float:left;
    width:300px;
    height:48px;
    padding-top:30px;
    text-align:center;
    font-size:11px;
}
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .promoBottom .item1{
    background:url(/images/layout/magasins.jpg) no-repeat left top;
    margin-right:17px;
}
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .promoBottom .item2{
    background:url(/images/layout/telec.jpg) no-repeat left top;
    margin-right:17px;
}
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .promoBottom .item3{
    background:url(/images/layout/auto.jpg) no-repeat left top;
}
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .promoBottom .item3 A{
    display:block;
    background:url(/images/layout/select.jpg) no-repeat left top;
    width:209px;
    height:14px;
    margin:8px 0 0 75px;
}
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .promoBottom .item3 DIV{
    margin-left:75px;
    text-align:left;
}
/*SPECIFIC CLASSES*/
.navPathList{
    position:absolute;
    top:20px;
}
.breakLine{
    clear:both;
    font-size:0;
    height:0;
    line-height:0;
    margin:0;
    padding:0;
}
.fixFloat{
    width:100%;
    overflow:hidden;
}
.fl{float:left}
.fr{float:right}
.fs8{font-size:8px;}
.fs9{font-size:9px;}
.fs14{font-size:14px;}
.fs22{font-size:22px;}
.fs24{font-size:24px;}
.fs26{font-size:26px;}
.fs32{font-size:32px;}
.fs36{font-size:36px;}
.p10{padding:10px 10px 10px 10px;}
.pr8{padding-right:8px;}
.pr10{padding-right:10px;}
.pt10{padding-top:10px;}
.p20{padding:20px;}
.m10{margin:10px;}
.mt5{margin-top:5px}
.mt10{margin-top:10px}
.mt15{margin-top:15px}
.mt20{margin-top:20px}
.mr10{margin-right:10px}
.mr20{margin-right:20px}
.ml24{margin-left:24px;}
.ml30{margin-left:30px}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.greyBorder{border:1px solid #C3C3C3}
.bb{border-bottom:1px solid #ACACAC}
.vam{vertical-align:middle;}
.blueText{
    color:#344E89;
}
.lightGreyText{
    color:#757575;
}

.lighterGreyText{
    color:#AFAFAF;
}
.blueLText{
     color:#0074C1;
}
.grayBg{background-color:#EBEBEB;}
.greyTextHomeActu {
	color:#B1B1B1;
}

.pinkText{
    color:#D80377;
}
.textTitle{
    font-size:17px;
    font-weight:bold;
}
A.lnk_blue, A.lnk_blue:hover{
    color:#0074C1;
    text-decoration:underline;
}
#addToWLInFirstPozSignalization{
    margin-bottom:10px;
    font-weight:bold;
    color:#0074C1;
}
#addToWLInFirstPozSignalization A{
    text-decoration:underline;
    color:#0074C1;
}
.gLayout .gBodyContainer .gBody .gContentContainer .gContent .container #confirmMsg{
    color:#006600;
}
.gLayout .gBodyContainer .gBody .gContentContainer .gContent .container #errorsMsg{
    margin-top:20px;
    color: #FF0000;
}
.gLayout .gBodyContainer .gBody .gContentContainer .gContent .container .description_sc {
    height:68px;
    margin-top:20px;
}
.gLayout .gBodyContainer .gBody .gContentContainer .gContent .container .description_sc img {
    float:left;
    margin-right:20px;
}
.gLayout .gBodyContainer .gBody .gContentContainer .gContent .container .description_sc .informations_sc {
    line-height:20px;
}
.gLayout .gBodyContainer .gContent #csForm.form {
    margin:0;
    overflow:hidden;
    padding:0;
    width:100%;
}
.gLayout .gBodyContainer .gContent .table_form {
    background-color:#F0F0F0;
    height:420px;
    margin-top:10px;
    padding:30px;
}
.gLayout .gBodyContainer .gContent .table_form .label {
    float:left;
    font-size:13px;
    font-weight:bold;
    vertical-align:middle;
    width:200px;
}
.gLayout .gBodyContainer .gContent .table_form .value select {
    border:1px solid #BFBFBF;
    width:403px;
}
.gLayout .gBodyContainer .gContent .table_form .value input {
    border:1px solid #BFBFBF;
    width:400px;
}
.gLayout .gBodyContainer .gContent .table_form .value textarea {
    border:1px solid #BFBFBF;
    height:185px;
    width:400px;
}
.gLayout .gBodyContainer .gContent .table_form .breakline {
    margin:25px;
}
.gLayout .gBodyContainer .gContent .bt_envoyer {
    margin-top:20px;
    text-align:center;
}
.gLayout .gBodyContainer .gContent .bt_envoyer INPUT.submit{
    font-weight:bold;
    background: transparent url("/images/layout/pinkBut.gif") no-repeat left top;;
    color:#FFFFFF;
    font-size:11px;
    border:none;
    width:73px;
    height:18px;
    line-height:18px;
}

/*ERROR TEXT STYLE*/

.txt_red_12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}
 
/*Recommand List*/

.recommandContent{
    color:#444;
    font-size:11px;
    line-height:17px;
}
.recommandContent .title{
	/*float:right;*/
	margin-left:100px;
	text-align:left;
}

/* Liste automates */

.automates {
	background-color: #EBEBEB;
	color:grey;
	font-size: 9px;
	font-family:Arial,Verdana,sans-serif;
	}
	
/*newsletter*/

.inputNewsletter{
    border:1px solid #828282;
    margin-left:4px;
	margin-top:-4px;
	font-size: 11px;
    width:130px;
}

.newsLabel {
    margin-left:4px;
	font-size: 11px;
	font-family:Arial,Verdana,sans-serif;
}

.newsErrors {
  font-size:11px;
  margin-left:16px;
  text-align:left;
  color:#F00;
}

.newsErrors CENTER{text-align:left}
.newsErrors UL{margin-top:0;margin-bottom:0}


.editoTopFooter {
margin-left: 25px;
margin-right: 25px;
}

/* autopromo blocks */

.blocTopHome {
	width: 730px;
	height: 280px;
	overflow: hidden;
}

.blocRightWL {
	margin-bottom:25px;
	width: 195px;
	height: 448px;
	overflow: hidden;
}

.blocRight {
	margin-bottom: 25px;
	width: 195px;
	height: 120px;
	overflow: hidden;
}

.blocNavMenu {
	padding:0px;
	width: 111px;
	height: 33px;
	overflow: hidden;
}
UL.ulBottom {
	list-style: none outside none;
    width:100%;
    overflow:hidden;
	padding: 0;
}
ul.ulBottom li:last-child {
    margin-right: 0;
}
ul.ulBottom li.last-item{
    margin-right:0;
}
LI.liBottom {
	width: 195px;
	float: left;
	margin-right:50px;
    padding:0;
}
.blocBottom {
	width: 195px;
	height: 120px;
	overflow: hidden;
	font-size: 11px;
}

.blocBottomSocial {
	height: 70px;
	font-size: 11px;
}

.topBar {
	width: 986px;
	height: 45px;
	overflow: hidden;
}

.blocbanner {
	z-index: 5;
	margin-top:20px;
	margin-bottom:20px;
	
}

.navIndex {
	text-align: center;
	color: #0074C1;
}

.navSelected {
	font-weight: bold;
}

.navNotSelected {
	font-weight: normal;
}

.dottedLine {
	width: 100%;
	border-top: 2px dotted #C3C8CB;
	padding-top: 10px;
}

.dartyInputBox {
	border: 1px solid #828282;
	color: #828282;
	font-size: 13px;
	padding: 4px 4px 2px;
	width: 30px;
}

.dartySubmitButton {
	border:0 none;
	cursor:pointer;
	height:25px;
	width:83px;
	background:url("/images/inscription/valider.gif") no-repeat scroll 0 0 transparent;
}

.gLayout .gBodyContainer .gBody .gContentContainer .gContent .container .containerTop{
    border-left:1px solid #C3C3C3;
    border-right:1px solid #C3C3C3;
    padding:0 15px;
    height:35px;
}
.gLayout .gBodyContainer .gBody .gContentContainer .gContent .container .containerBottom{
    background:transparent url(/images/fiche_film/mov_bottom.jpg) no-repeat left bottom;
    height:9px;
    width:100%;
    margin-bottom:15px;
}

/*Actu blocks*/
.actuTop{
    background:url("/images/list_film/actu_bg.jpg") transparent right top no-repeat;
    height:32px;
    line-height:15px;
    font-weight: normal;
    float: left;
    width: 100%;
    font-size: 12px;
    text-transform: none;
}
.actuTop A{
    width:64px;
    height:15px;
    display:block;
    float:right;
    margin:4px 15px 0;
}
.actuTop span{
    padding-left:15px;
}

.actuTopHome {
	text-transform: none;
	font-size: 12px;
}

/*Landing page*/
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .landingContent .gContentTopBig{
    background: url("/images/fiche_film/mov_top_big.jpg") no-repeat scroll left top #FFFFFF;
    height: 9px;
    width: 100%;
}
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .landingContent .container{
    border-left: 1px solid #C3C3C3;
    border-right: 1px solid #C3C3C3;
    overflow: hidden;
    padding: 0 10px 5px 2px;
}
.gLayout .gBodyContainer .gBody .gContentOneContainer .gContent .landingContent .containerBottom{
    background: url("/images/fiche_film/mov_bottom_big.jpg") no-repeat scroll left top #FFFFFF;
    height: 9px;
    width: 100%;
}
.landingContent A{text-decoration:underline}
.landingContent UL A{color:#0074C1;font-weight:normal;font-size:15px;}
.landingContent UL{padding:0;margin:10px 0 0 13px;font-weight:bold;font-size:19px;color:#0074C1;}
.landingContent LI{background:url("/images/edito/ok.gif") no-repeat transparent 0 5px;padding:0 0 0 30px;list-style:none;}
.landingContent .loginBox{background: url(/images/landing/reg_bg.jpg) left top no-repeat;width:195px;height:135px;text-align:center;padding-top:55px;margin-bottom:15px;}
.landingContent .loginBox A{display:inline-block;width:162px;margin-top:5px;text-align:left;}
.landingContent .loginBox input.txt{
    border: 1px solid #828282;
    color: #828282;
    font-size: 12px;
    line-height: 18px;
    width:160px;
    height:20px;
}
.landingContent .stepsBox{
    background:url(http://public.glowria.fr/landing/VF_123.jpg) transparent left top no-repeat;
    width:191px;
    height:80px;
    margin-top:35px;
    padding:250px 0 0 745px;
}
.landingContent .stepsBox A{
    display:block;
    width:175px;
    height:50px;
    text-decoration:none;
}
.landingContent .catalogueBox{
    background:url(http://public.glowria.fr/landing/VF_catalogue.jpg) transparent left top no-repeat;
    width:191px;
    height:53px;
    padding:327px 0 0 745px;
}
.landingContent .catalogueBox A{
    display:block;
    width:175px;
    height:50px;
    text-decoration:none;
}
/*catalog prospoect*/
.genTop{
    background:url("/images/fiche_film/mov_top.jpg") no-repeat scroll left top #FFFFFF;
    height:9px;
    width:721px;
}
.genContainer{
    border-left: 1px solid #C3C3C3;
    border-right: 1px solid #C3C3C3;
    overflow: hidden;
    padding: 5px 15px;
}
.genBottom{
    background:url("/images/fiche_film/mov_bottom.jpg") no-repeat scroll left bottom transparent;
    height:9px;
    width:721px;;
}
.movCat{
    float:left;
    width:172px;
    padding-bottom:15px;
}
.movCat UL{
    padding-left:15px;
    font-size:14px;
    font-weight:bold;
}
.movCat LI{
    line-height:20px;
}
.wishTool, .wishToolDisp{
    background:url(/images/wishlist/tool_bg.png) transparent no-repeat left top;
    padding:10px 10px 10px 20px;
    width:112px;
    height:55px;
    position:absolute;
    left:40px;
    top:-30px;
    visibility:hidden;
    color:#585858;
    z-index:10;
}
.wishToolDisp{
    left:150px;
}

.titreDuo {
color: #0074C1;
font-weight:bold;
font-size: 42px;
}

.titreGrisDuo {
color: #585858;
}
/**WISHLIST NEW LOOK**/
.rightColContent .rcTitle{
    background:url("/images/wishlist/ma_liste.jpg") left top no-repeat;
    width:195px;
    height:44px;
}
.rightColContent .subTitle{
    background:url("/images/wishlist/subTitle_bg.jpg") left top no-repeat;
    width:185px;
    height:26px;
    padding:2px 0 0 10px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:14px;
}
.rightColContent .box{
    padding:8px 0 15px 5px;
}
.rightColContent A{
    color:#000000;
    line-height:20px;
}
.rightColContent .box .dis A{
    color:#BABABA;
    padding-left:14px;
}
.rightColContent .viewProgram{
    width:185px;
    text-align:right;
    margin-bottom:25px;
}
.rightColContent .viewProgram A{
    text-decoration:underline;
}
.rightColContent .telechargement, .rightColContent .formula{
    text-align:center;
    margin-bottom:15px;
}

