html, body {
	width:100%;
	height:100%;
	background-color: #404040;
}
body {
	font-size:16px;	
	margin: 0px;
	color: white;
}
body, textarea, input, button {
	font-family: open-sans, tahoma, arial, verdana;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h1, h2, h3 {
	margin:0px ;
	font-weight: normal;
}
input{
	margin:0px;
	padding:2px 4px;
	border: 1px solid silver;
	border-radius: 3px;
}
button, .button {
	cursor: pointer;
	margin:0px;
	padding:0.1em 0.4em;
	display: inline-block;
}
a {
	text-decoration: none;
	color: inherit;
	border-bottom:1px dotted transparent;
}
a:hover {
	/*text-decoration: underline;*/
	border-bottom-color: #AAA;
}
img {
	border-style: none;
}
.styled_text {
	font-family: "Montserrat", verdana;
}
#header {
	position: fixed;
	width: 100%;
	z-index:920;
	background-color: #333;
	border-bottom: 2px solid #FC6A04;
	color: white;
}
#header, #header2 { 
	height: 55px;
	line-height: 35px;
}
#header > div {
	padding: 10px 30px;
}
#header .menu.logged {
	background-image: url(images/user.png);
	background-repeat: no-repeat;
	background-position: center right;	
	padding-right: 25px;
}
#header .menu {
	float:right;
	margin-left:3%;
	font-size:20px;
	cursor: pointer;
	color:silver;
}
.menu.active {
	/*color:#DF9975 !important;*/
	color:white !important;
}
.menu:hover {
	color:white !important;
	text-shadow: 0px 0px 5px silver;
}
a.menu {
	border-bottom-style: none;
}
#header #title {
	float:left;
	font-size:23px;
}
#header #logo {
	float:left;
	height:30px;
	margin-right:30px;
	margin-top: 2px;
}
.bandeau {
	font-size: 22px;
	background-color: #606060;
	padding: 0px 30px;
	color: white;
	margin-bottom:20px;
	border-bottom: 1px solid black;
	min-height:50px;
	line-height:50px;
	vertical-align:middle;
}
.bandeau h1 {
	max-width:960px;
	margin:0 auto;
}

#content {
	max-width:960px;
	margin:0px auto;
	background-image: url(images/footer_decoration.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 30px 100px 30px;
	overflow: auto;
	min-height: 500px;
	color: #D0D0D0;
	font-size:15px;				
}
#footer {
	position: relative;
	height: 270px;
	clear: both;
	color: #bababa;
	font-size: 13px;
	background-color: #1B1B1B;
}
#footer >div {
	max-width: 960px;
	margin: 0 auto;
	padding-top: 10px;

}
#footer h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #D5742F;
}
#footer_left {
	float: left;
	width: 580px;
}
#footer_right {
	float: right;
	width: 200px;
}
#footer div.lang {
	clear:both;
	padding-top:10px;
}
#footer div.lang a{
	margin-right:10px;
}
#footer div.lang a img{
	width:24px; 
	height:24px;
	opacity: 0.6;
}
#footer div.lang a:hover{
	border-bottom: inherit;
}
#footer div.lang a:hover img{
	opacity:.8;
}
#footer a.secret {
	display:inline-block;
	border-radius:50%;
	width:24px;
	height:24px;
	background-color:#151515;
	border: 1px solid transparent;
}
#footer a.secret:hover {
	border-color: #402020;
}
.thumb {
	position:relative;
	float:left;
	width:190px;
	height:170px;
	margin: 15px 30px 15px 0px;
	color:#ADADAD; 
	padding: 7px;
	text-align:center;
	cursor: pointer;
	border-radius:3px; 
	box-shadow: 1px 1px 8px black;
	background-color: #F2F2F2;
	vertical-align: bottom;
}
.thumb.expires {
	height:190px;
}

.thumb .anim {
}

.thumb .infos{
	margin-top:5px;
	font-size:11px;
	line-height:12px;
	display: inline-block;
	width: 100%;
}
.thumb .infos .title {
	height:13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;		
}
.thumb .expired, .thumb .expires {
	font-size:10px;
}
.thumb .expired {
	color:#EC654C;
}
.thumb.empty{
	height:50px; 
	background-color: transparent;
	box-shadow: none;
}
.thumb.next {
	height:50px; 
	width:180px; 
	background-image:url(images/next.png); 
	background-repeat: no-repeat;
	background-position: center;
	background-color: #404040;
}
.img {
	width:150px;
	height:150px;
	display: table-cell;
	vertical-align: middle;
	background-color:white;
	border: 6px solid #DDD;
	border-radius: 3px;
}
.model_title { font-size:0.7em }
.data_title { font-size:0.5em }

#dialog_mask{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
	opacity:0.5;
    z-index: 1000;
}
#dialog {
    position: absolute;
    display: none;
    background-color: white;
	color: black;
	border-radius: 5px;
	box-shadow: 0px 0px 30px black;
    padding: 30px;
    z-index: 1001;
}
#dialog_info {
    position: absolute;
    display: none;
    background-color: white;
	color: black;
	border-radius: 5px;
	box-shadow: 0px 0px 30px #404040;
    padding: 10px 30px;
    z-index: 1001;
}
#dialog_buttons {
	clear: both;
	text-align:center;
	margin-top:30px;
}
#dialog button {
	background-color: #A9A9A9;
	color:white;
	border: 1px solid #A9A9A9;
	border-radius: 3px;
	margin-right:20px;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 15px;
}
#dialog button:focus {
	border-color: #FC6A04;
}
#dialog .icon {
	position:absolute;
	left:-25px;
	top:-25px;
}
#tip{
    position: absolute;
    visibility: hidden;
	color: white;
	border-radius: 5px;
	box-shadow: 0px 0px 15px black;
    padding: 3px 10px;
    z-index: 999;
	font-size:13px;
}
#tip.orange {
    background-color: #E4833F;
}
#tip.green {
    background-color: #A0B668;
}
#tip.red{
    background-color: #B66B68;
}
 
#popup-account {
	display: none;
	position:fixed;
	z-index:930;
	background-color: #333;
	border: 1px solid #A35C29;
	box-shadow: 2px 2px 15px #202020;
	color: #B9B2B2;	
	padding:15px; 
	vertical-align: top;
	border-radius: 3px;
	font-size: 12px;
	line-height:20px;
	text-align:right;
	overflow: hidden;
}
#popup-account div.info {
	font-size:11px;
	line-height:11px;
	color:#7E7E7E;
}
#popup-account div {
	margin-bottom:5px;
}
#popup-account input {
	font-size: 12px;
	background-color: #545454;	
	border-radius: 3px;
	border-style: none;	
	color:white;
	width: 180px;
}
#popup-account button {
	font-size: 13px;
	background-color: gray;	
	border-style: none;
	border-radius: 3px;
	color: #DBDBDB;
}
#popup-account .color2 {
	color:#A87869;
}
#popup-account .color1 {
	color: #D78066;
}
#popup-account div#user-email {
	font-size:11px;
	color:#7E7E7E;
	width: 180px;
	text-overflow: ellipsis;
	overflow: hidden;
}
#popup-account a.menu {
	font-size:17px;
}
#popup-account .error {
	display: none;
	color: #FF5959;
	margin-bottom: 10px;
	font-size:11px;
}


.chip {
	position: absolute;
	cursor: pointer;
	z-index:910;
}
.chip.num {
	background-image: url(images/chip2.png);
	background-repeat: no-repeat;
	left: -8px;
	top: -8px;
	width: 24px;
	height: 24px;
	color: #FF7A74;
	font-family: arial;
	font-size: 11px;
	cursor: no-drop;
}
.chip.num.current {
	background-image: url(images/chip.png);
}
.chip.num div {
	width: 20px;
	height: 21px;
	line-height: 21px;
	text-align: center;
}
.duplicable .chip.num {
	cursor: move;
	color: white;
}
.chip.del, .chip.dupl {
	width:24px;
	height:24px;
	background-repeat: no-repeat;
	display:none;
}
.chip.dupl {
	background-image: url(images/add2.png);
}
.chip.del {
	background-image: url(images/delete2.png);
}

@media screen and  (max-width: 1000px) {
	#title .main {
		display: none;
	}

}
@media screen and  (max-width: 800px) {
	#header .menu {
		font-size: 16px;
	}

}
@media screen and (min-width: 800px) and (max-width: 959px){
}