@font-face {
	font-family: 'GentiumBasicRegular';
	src: url('GenBasR.eot');
	src: local('Gentium Basic'), local('GentiumBasic'), url('GenBasR.woff') format('woff'), url('GenBasR.ttf') format('truetype'), url('GenBasR.svg#GentiumBasic') format('svg');
}
* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font-family: 'GentiumBasicRegular', Tahoma, Geneva, sans-serif;
}
html {
	background-color: #393939;
}
body, input {
	font-family: 'GentiumBasicRegular', Tahoma, Geneva, sans-serif;
	color: #544c4a;
	font-size: 100%;
}
select, option {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {color: #374140;text-decoration: underline;}
a:visited {color: #374140;}
a:active {text-decoration: none;}
a:hover {text-decoration: none;color: #374140;}
#topBar {height: 20px;width: 100%;background-color: #387575;}
#topBarFake {display:none;height: 20px;width: 100%;background-color: #387575;}
p {
	display: block;
}
h1 {

	font-size: 5em;
	text-align: center;
	margin: 20px 0;
	position: relative;
	color: #d76b00
}
h1 span {
	font-size: 0.18em;
	position: absolute;
}

    a.c1 {color: #d76b00;}
    a.c1:hover {text-decoration: none;color: #B9C712;}
.container_12 {
	margin-bottom: 20px;
}
.grid_10 {
	background-color: #cfcfcf;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.whatsGoingOn, .whatBorderRadius {
	display: none;
	margin-top: 20px;
	}
.whatBorderRadius p {
	float: left;
	margin-top: 4px;
}
.bordersEqualYes, .bordersEqualNo {
	padding: 5px 15px;
	font-size: 1em;
	float: left;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition-property:color, background;
	-webkit-transition-duration: .5s, .5s;
	-webkit-transition-timing-function: ease, ease;
}
.bordersEqualYes {
	margin: 0 0 0 20px;
}
.bordersEqualNo {
	margin: 0 0 0 10px;
}
.bordersEqualYes:hover, .bordersEqualNo:hover {
	background-color: #d5cda9;
	color: #222;
	cursor: pointer;
}
.whatsGoingOn label {
	font-size: 1.1em;
	float: left;
	margin: 4px 10px 0 0;
}
.whatsGoingOn input[type=text] {
	text-align: right;
}
.whatsGoingOn input[type=text], .whatsGoingOn select {
	font-size: 1.1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px 2px 2px;
	background-color: #fff;
	border: 1px solid #d5cda9;
}
.whatsGoingOn select {
	width: 120px;
	background-color: rgba(255, 255, 255, 0.3);
}
.whatsGoingOn option {
	padding: 2px;
}
.bordersEqualNoInput label {
	width: 110px;
}
.bordersEqualNoInput input[type=text] {
	margin-bottom: 10px;
}
.whatBoxShadow label {
	width: 140px;
}
.box-shadow-hex {display:none;}
.whatBoxShadow input[type=text] {
	margin-bottom: 10px;
}
.whatTextShadow label {
	width: 140px;
}
.whatTextShadow input[type=text] {
	margin-bottom: 10px;
}
.whatRGBA label {
	width: 60px;
}
.whatRGBA input[type=text] {
	margin-bottom: 10px;
}
.whatFontFace label {
	width: 100px;
}
.whatFontFace input[type=text] {
	margin-bottom: 10px;
}
.whatMultipleColumns label {
	width: 110px;
}
.whatMultipleColumns input[type=text] {
	margin-bottom: 10px;
}
.whatOutline label {
	width: 150px;
}
.whatOutline input[type=text], .whatOutline select {
	margin-bottom: 10px;
}
.whatTransition input[type=text], .whatTransition select {
	margin-bottom: 10px;
}
.whatTransform label {
	width: 70px;
}
.whatTransform input[type=text] {
	margin-bottom: 10px;
}
.yourCode {
	margin: 60px 0 20px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #b59a62;
	padding: 10px;
	position: relative;
}
.yourCode h3 {
	position: absolute;
	left: 10px;
	top: -28px;
	color: #f0dc6c;
	font-size: 2em;
}
#chooseProperty {
	font-size: 1.5em;
	padding: 5px;
	width: 740px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d5cda9;
	z-index: 998;
	font-family: Arial, Helvetica, sans-serif;
	color:#544c4a;
}
#chooseProperty option {
	font-family: Arial, Helvetica, sans-serif;
}
#chooseProperty option {
	padding: 0 5px;
}
#boxShadowInset, #boxShadowColorSelect {
	margin-bottom: 10px;
}
.pixel, .hex {
	color: #004080;
	font-size: 1em;
}
.hex {
	margin-left:-8px;
	
}
.browserSupport {
	float: right;
	position: absolute;
	right: 10px;
	top: -24px;
}
.browserSupport img {
	margin-right: 4px;
}
.browserTooltip { 
    display:block; 
    height:20px; 
    margin-bottom:30px; 
    overflow:hidden; 
    text-indent:-999em; 
    width:20px; 
    cursor:pointer; 
	float: left;
} 
.tooltip { 
    display:none; 
    background:url(black_arrow.png); 
    height:70px; 
    padding: 20px 0 0 0;
    width:100px; 
    font-size:1.88em; 
    color:#fff;
	text-align: center;
	z-index: 999;
}
.tooltipInputs { 
    display:none; 
    background:url(black_arrow_inputs.png); 
    height:58px; 
    padding: 15px;
    width:120px; 
    font-size:1em; 
    color:#fff;
	text-align: center;
	z-index: 999;
}
#footer {
	margin-top: 20px;
	text-align: center;
	color: #544C4A;
	padding-bottom:10px;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: #544C4A;
}
.yourPreview {
	padding: 0 10px 10px 10px;
}
.previewWindow {
	width: 320px;
	height: 250px;
	margin: 0 auto;
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	font-size: 2em;
	min-height: 200px;
    display: table-cell;
    vertical-align: middle;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.previewWindow div {
	font-size: .5em;
}
div.boxResizeExamples {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-icab-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:50%;
	border: 4px #847b5a solid;
	padding: 10px;
	float:left;
	font-size: 0.4em;
}
div.outlineExample {
	border: 2px solid #fff;
	padding: 10px;
}
.sidenote {
	font-size: 0.75em;
}
.whatTransition .previewWindow:hover {background:#d9cb9e;color: #435a57;height:500px;width:500px;outline: 10px dashed #dc3522;}


#topBar {display:none;height:0;}
#topBarFake {display:block!important;}
}
@media (max-width:920px) {
#topBar {display:block;}
#topBarFake {display:none!important;}
}
#retour a
  {
	color: #DEEDF5;
  font-weight: bold;
  margin: 20px;
}