@charset "utf-8";

.border{ border: 1px solid #000; }

body{
	background-image: url(images/font.jpg);
}

ul{ 
	font-family: Ubuntu, Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 0;
}

ul.list-model{
	font-family: Ubuntu, Verdana, Arial, Helvetica, sans-serif;
	/*list-style: circle;*/
}

li{
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 5px;
}

li:hover{
	background-color: #ccc;
}

ul > ul > li{
	padding-left: 30px;
}

li a{
	color: #000;
}

.tbl td{ 
	vertical-align: top;
}

input{ margin: 2px; }

#alert{
	color: #fff;
	background-color: red;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

#ident {
	font-family: Ubuntu, Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	width: 314px;
	height: 166px;
	/*top: 20%;
	left: 38%;*/
	top: 50%;
	left: 50%;
	margin-top: -83px;
	margin-left: -157px;
	padding: 10px;
	white-space: nowrap;
}

#ident .title {
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 2px 3px #000;
	text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
}

#ident input, #ident button {
	color: #000;
	/*background: url(../img/w.gif);*/
	background-color: rgba(255, 255, 255, 0);
	padding: 5px;
	margin-top: 2px;
	margin-left: 4px;
	margin-bottom: 2px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 0px 0px #aaa inset;
	-moz-box-shadow: 0px 0px 0px #aaa inset;
	-ms-box-shadow: 0px 0px 0px #aaa inset;
	-o-box-shadow: 0px 0px 0px #aaa inset;
	box-shadow: 0px 0px 0px #555 inset;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

#ident input:hover {
	border: 1px solid rgb(51,204,255);
}

#ident input:focus {
	background-color: #fff;
	color: #000;
}

#ident label {
	display: block;
	float: left;
	width: 125px;
	padding-top: 8px;
	font-size: 14px;
	font-weight: bold;
}

#ident button.send {
	border: 1px solid #000;
	border: 1px solid rgba(255, 255, 255, 0);
	color: #000;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 0px 0px #aaa inset;
	-moz-box-shadow: 0px 0px 0px #aaa inset;
	-ms-box-shadow: 0px 0px 0px #aaa inset;
	-o-box-shadow: 0px 0px 0px #aaa inset;
	box-shadow: 0px 0px 0px #555 inset;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

#ident button.send:hover {
	border: 1px solid rgb(51,204,255);
}

#ident button.send:focus {
	background-color: #fff;
	color: #000;
	-webkit-box-shadow: 0px 0px 12px #aaa inset;
	-moz-box-shadow: 0px 0px 12px #aaa inset;
	-ms-box-shadow: 0px 0px 12px #aaa inset;
	-o-box-shadow: 0px 0px 12px #aaa inset;
	box-shadow: 0px 0px 12px #555 inset;
}

#cell-menu{
	font-family: Ubuntu, Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
}

#cell-media{
	font-family: Ubuntu, Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}

#done, #code{
	font-family: Ubuntu, Verdana, Arial, Helvetica, sans-serif;
}

#done, #visu, #code{
	padding: 10px;
	border: 1px dashed #666;
}

#done legend{
	font-family: Ubuntu, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: -20px;
	margin-left: 10px;
	width: 275px;
	text-align: center;
	background-color: #eee;
}

#visu legend{
	font-weight: bold;
	margin-top: -20px;
	margin-left: 10px;
	width: 85px;
	text-align: center;
	background-color: #eee;
}

#code legend{
	font-family: Ubuntu, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: -20px;
	margin-left: 10px;
	width: 100px;
	text-align: center;
	background-color: #eee;
}

#cell-media img {
	margin: 5px;
	height: 96px;
	-webkit-transition: all .5s cubic-bezier( .6, 2, .4, 1);
	-moz-transition: all .5s cubic-bezier( .6, 2, .4, 1);
	-ms-transition: all .5s cubic-bezier( .6, 2, .4, 1);
	-o-transition: all .5s cubic-bezier( .6, 2, .4, 1);
	transition: all .5s cubic-bezier( .6, 2, .4, 1);
}

#cell-media img:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	z-index: 1000;
}

.center{
	text-align: center;
}

.red{
	color: #f00;
}
