body {
    background-color:#e2e2e2;
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #2f2f2f;
}

.nfheader {
    background-image: url(../img/mydvds.png);
    background-color:#272727;
    background-position: left top;
    background-repeat: no-repeat;
    padding:20px;
    text-align:left;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    height:100px;
}
.globaldiv {
	width:100%;
	padding:0 20px;
}
.table_globaldiv {
	padding:0 20px;
}
.table_globaldiv  thead th.first_th{
	width:15px;
}
.detail-affiche {
	text-align:center;
	margin:auto;
}
.tabletitre {
	margin:auto;
	width:100%
}
.tabletitre tr {
	border-bottom:1px solid #666666;
}
.titre_tab {
	padding-left:40px;
	font-size:1.8em;
}
.titre_tab_warning {
	display:block;
	padding-left:40px;
}
.color_green {
	color:#009933;
}
.tablemessage {
	margin:auto;
	width:40%;
}
.tablecheck {
	margin:auto;
	width:40%;
}
.blockimg {
	display:inline-block;
	width:30px;
	text-align:center;
}
.tablemessage tr td input, .tablemessage tr td textarea, .tablemessage tr td select {
	width:100%;
}
.tablemessage tr td.td_label {
	width:25%;
}
.tablemessage tr td.td_prefix {
	width:5%;
	text-align:right;
}
.tablemessage tr td.td_input {
	width:70%;
}
.td_input_example {
	color:#ee8012;
}
.td_input_warning {
	color:#ff0000;
}
.td_input_tab_warning {
	padding-left:40px;
	color:#ff0000;
}
.tablefermee {
	width:100%;
}
.tablefermee .tableshow {
	width:100%;
}
.tablesubmit{
	margin:auto;
	text-align:center;
	width:25%;
}
.tablesubmit tr td input {
	width:50%;
}
.admintitresite {
	width:40%;
}
.formsubmit{
	margin:auto;
	text-align:center;
	width:25%;
}
.formsubmit tr td input {
	width:100%;
}
.btn_radio {
	display:inline-block;
	vertical-align:middle;
	width:30px;
}
.btn_check {
	display:inline-block;
	vertical-align:middle;
	width:30px;
}
.span_middle {
	display:inline-block;
	vertical-align:middle;
}
.pseudouser {
	display:block;
	border-bottom:1px solid #666666;
}
.mypager{
	padding-left:0;
	margin:20px 0;
	text-align:center;
	list-style:none;
}
.mypager:before,.mypager:after{
	display:table;
	content:" ";
}
.mypager:after{
	clear:both;
}
.mypager::before,.mypager::after{
	display:table;
	content:" ";
}
.mypager::after{
	clear:both;
}
.mypager li{
	display:inline;
}
.mypager li>a,.mypager li>span{
	display:inline-block;
	width:36px;
	background-color:transparent; /*#fff;*/
}
.mypager li>a:hover,.mypager li>a:focus{
	text-decoration:none;
	background-color:transparent; /*#eee;*/
}
.mypager .first>a, .mypager .previous>a {
	float:left;
}
 .mypager .last>a, .mypager .next>a {
	float:right;
}
.mypager .first>a {
	margin-left:14px;
}
.mypager .previous>a {
	margin-left:20px;
}
.mypager .last>a {
	margin-right:14px;
}
.mypager .next>a {
	margin-right:20px;
}

@media screen and (min-width:961px) {
	#smallpagertop {
		display:none;
	}
	#smallpagerbottom {
		display:none;
	}
	#menuencolonne {
		display:none;
	}
	#userfermee {
		display:none;
	}
	#tablefermee {
		display:none;
	}
	#label_short_tabledesc {
		display:none;
	}
	#label_short_tablename {
		display:none;
	}
}
@media screen and (min-width:421px) and (max-width:960px) {
	#smallpagertop {
		display:none;
	}
	#smallpagerbottom {
		display:none;
	}
	#menuencolonne {
		display:none;
	}
	#userdetail {
		display:none;
	}
	#tabledetail {
		display:none;
	}
	#label_short_tabledesc {
		display:none;
	}
	#label_short_tablename {
		display:none;
	}
	#showtabledesc {
		display:none;
	}
	.tablefermee .tableshow tr td.showlabel{
		padding-left:20px;
		width:40%;
	}
	.tablefermee .tableshow tr  td.showvalue{
		padding-left:20px;
	}
	.tablemessage {
		width:85%;
	}
	.tablecheck {
		width:95%;
	}
	.tablesubmit{
		width:60%;
	}
	.admintitresite {
		width:70%;
	}
	.formsubmit {
		width:35%;
	}
}
@media screen and (max-width:420px) {
	#largepagertop {
		display:none;
	}
	#largepagerbottom {
		display:none;
	}
	#menuenligne {
		display:none;
	}
	#userdetail {
		display:none;
	}
	#tabledetail {
		display:none;
	}
	#label_tabledesc {
		display:none;
	}
	#label_tablename {
		display:none;
	}
	#showtabledesc {
		display:none;
	}
	.tablefermee {
		width:100%;
	}
	.tablefermee .tableshow tr td.showlabel{
		display:none;
	}
	.tablefermee .tableshow tr  td.showvalue{
		padding-left:25px;
	}
	.tablemessage {
		width:100%;
	}
	.tablecheck {
		width:100%;
	}
	.tablesubmit{
		width:100%;
	}
	.admintitresite {
		width:100%;
	}
	.admintitresite input {
		width:100%;
	}
	.admintitresite input.btn_check , .admintitresite input.btn_radio{
		width:30px;
	}
	.formsubmit {
		width:50%;
	}
	.nftext-info {
		font-weight:bold;
		font-size:12px;
	}
	.nftext-info a {
		font-weight:bold;
		font-size:10px;
		color:#555;
		text-decoration:none;
	}
	.usergest {
		clear: both;
		height: 15px;
		line-height: 15px;
		background-color: #777777; /*#3f3f3f;*/
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow: 1px 1px 4px 2px rgba(156, 153, 153, 0.75);
		-moz-box-shadow: 1px 1px 4px 2px rgba(156, 153, 153, 0.75);
		-webkit-box-shadow: 1px 1px 4px 2px rgba(156, 153, 153, 0.75);
		margin:2px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 2px;
	}
	.usergest:hover {
		background-color:#aaaaaa;
	}
	.usergest a {
		text-decoration:none;
		font-size: 11px;
		color:#ffffff;
	}
	.usergest a:hover {
		color:green; /*#009933;*/
	}

}
.nfheader h1 {
    color: white;
    font-size:26px;
    padding-left:50px;
    font-weight:bold;
}
.nfheader h1 a {
    color: white;
    text-decoration:none;
}
.left-title {
	float:left;
	margin-left:10px;
}
.fclear {
	clear:both;
}
.nflist {
    width:100%;
    
}
ul.int {
    padding:0;
    list-style-type:none;
    margin:0 auto ;
    text-align: center;
}
ul.int li {
margin: 0 15px;
/* = REMARQUE = */
display:-moz-inline-stack;/* regle proprietaire  FF2 et inf */
/* = FIN REMARQUE = */
display:inline-block;/* modification du contexte de formatage ou layout pour certaine version de IE */
vertical-align:middle; /* ou autre .. */
}
/* enfin simulons le float:right; des listes */
ul.int.droite {
	direction:rtl;
}
.nfshowfilm, .nfshowlivre {
	width: 200px;
    height: 380px;
	padding: 10px;
    margin:5px 0;
}
.nfshowdanse, .nfshowmusique  {
    width: 250px;
    height: 310px;
    padding: 0;
    margin:5px 0;
}
.nfshowfilm, .nfshowlivre, .nfshowdanse, .nfshowmusique  {
    background-color: transparent;
    border: none;
/*
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
	-moz-box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
	-webkit-box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
*/
	cursor: pointer;
    color:#555;
    text-align:center;
    font-size:12px;
    font-family:Verdana,Arial;
    overflow:visible;
}

.nfnextprec {
    clear:both;
    width:100%;
    display:block;
    text-align:center;
    padding:0 20px;
    color:#555;
}
.nfnextprec a{
    color:#555;
}
.movie_cover, .book_cover {
    height:260px;
    width:180x;
}
.disc_cover, .ballet_cover {
    height:250px;
    width:250px;
}
.movie_cover, .book_cover, .ballet_cover, .disc_cover {
    clear:both;
    background-color:#e2e2e2;
    background-position: center bottom;
    background-repeat: no-repeat;
	padding:0;
	margin-bottom:5px;
    border-radius: 10px;
    border: none;
	box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
	-moz-box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
	-webkit-box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
}
.movie_cover {
    background-image: url(../films/img/movie-strip.png);
}
.book_cover {
    background-image: url(../livres/img/book-strip.png);
}
.ballet_cover {
    background-image: url(../danse/img/ballet-strip.png);
}
.disc_cover {
    background-image: url(../musique/img/disc-strip.png);
}
/* DP */
.detail_movie_cover, .detail_book_cover {
    height: 280px;
    width: 200px;
}
.detail_disc_cover, .detail_ballet_cover {
    height: 270px;
    width: 270px;
}
.detail_movie_cover, .detail_book_cover, .detail_ballet_cover, .detail_disc_cover {
    clear:both;
    background-color:#e2e2e2;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
	padding: 10px;
    margin:5px 0;
/*
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
	-moz-box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
	-webkit-box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
*/
}
/* DP */
.myboxshadow {
	padding-top:10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
	-moz-box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
	-webkit-box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
}
.mynavbarshadow {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
	-moz-box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
	-webkit-box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
}
.mybuttonshadow, .mybuttonshadowd {
	padding:2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.mybuttonshadow:hover {
	background-color:#fceeaf;
}
.mybuttonshadowd:hover {
	background-color:transparent;
}
.mytitleframe {
	margin:10px;
	padding-bottom:10px;
}
.mytextshadow {
	text-shadow: 1px 1px 4px rgba(20, 79, 32, 0.75);
}
.mytextshadow .text-muted{
	text-shadow: 1px 1px 4px rgba(170, 154, 37, 0.75);
}
.nftext-info {
    font-weight:bold;
    font-size:16px;
}
.nftext-info a {
    font-weight:bold;
    font-size:14px;
    color:#555;
    text-decoration:none;
}
.nfclassement {
    text-align:center;
    width:90%;
    padding:3px;
    margin:0 auto;
    background-color:none; /*#3F3F3F;*/
    margin-top:-20px;
    border-radius: 0 0 4px 4px;
}
.nfclassement2 {
    text-align:center;
    width:100%;
    padding:0 20px;
    padding:3px;
}
.navbar-brand {
	background-color: green !important;
}
.navbar-brand:hover {
	background-color: #777777 !important;
	color: #ddc599 !important;
}
.mynavbar-title, .mynavbar-title:hover {
	background-color: #3f3f3f !important;
	color: #ddc599 !important;	
	border-right:1px solid #3f3f3f;
	cursor:default;
}
.mynavbar-img {
	padding:9px 15px 5px 15px;
	border-right:1px solid #3f3f3f;
}
@media screen and (max-width:960px) {
	.mynavbarshadow {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
		-moz-box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
		-webkit-box-shadow: 2px 2px 8px 4px rgba(156, 153, 153, 0.75);
	}
}
@media screen and (max-width:420px) {
	.navbar-brand {
		font-size:12px;
		padding:16px 8px 14px 8px;
	}
	.mynavbar-img {
		padding:9px 10px 5px 10px;
	}
	.nfclassement select {
		width:95%;
		margin:auto;
	}
}
.navbar-brand img {
}
.navbar-nav li a.inactive {
	border-right: 1px solid #777777;
}
.navbar-nav li a.inactive:hover {
    background-color: #777777 !important;
	color: #ddc599 !important;
}
button {
    border:none;
    background-color:transparent;
}
.btn-default:hover {
    background-color:#dddddd !important;
	color: #25a251 !important; /*#17ba4f green;*/
}

/*lightbox*/
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    z-index:1002;
    overflow: visible;
}
/* modifs pour admin */
 .usergest {
    clear: both;
    float: right;
    height: 50px;
    line-height: 50px;
    background-color: #777777;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 6px 2px rgba(156, 153, 153, 0.75);
	-moz-box-shadow: 2px 2px 6px 2px rgba(156, 153, 153, 0.75);
	-webkit-box-shadow: 2px 2px 6px 2px rgba(156, 153, 153, 0.75);
    margin:30px;
    padding-left: 8px;
    padding-right: 8px;
}
.usergest a {
    text-decoration:none;
    padding:0 8px;
}
.usergest a img {
	margin-bottom:2px;
}
.nfcontent {
	clear: both;
	margin:10px 0;
	background-color: #f2f2f2;
	border-radius: 5px;
	border: 1px solid white;
	padding: 10px;
	color: #666666;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height:20px;
}
.nfcontent h2, .nfcontent h3 {
	color: black;
	margin-top: 5px;
}
input,select {
	border-radius: 4px;
	padding: 2px;
	width:260px;
}
.barretable {
    width:100%;
    padding:10px 30px;
    background-color:black;
    z-index:1005;
}
.barretable a {
    color: #999999;
    font-size: 16px;
    text-decoration:none;
    padding:0 10px;
}
.barretable a:hover {
    color: #FFFFFF;
}
#barreselected {
    color: #FFFFFF;
}