/* keyboard - demo CSS */
body
{
	height:100px;
	font-family: Verdana,Tahoma,Segoe,sans-serif;
	
}
html, body, input {
 font-family: Verdana,Tahoma,Segoe,sans-serif;
 font-size: 14px;
 text-align:center;
 margin-top: 0px;
}

body { background: #333; color: #ddd; height: 98%; margin: 0 auto; padding: 0; }

h1, h2, h3, h4 { 
color: #ddd; 
text-align:center; 
}
h1
{
	font-size: 45px;
}
h2 {
	font-family: Verdana,Tahoma,Segoe,sans-serif;
	color:#F00;
	margin-bottom: -25px;
	font-size: 30px; 
	cursor: pointer; 
}
input[type="text"]
{
	text-align:center;
	width: 260px; 
	background: #333; 
	color: #ddd; 
	border: #777 1px solid;
	padding: 5px 0; 
	font-size:50px;
	padding:20px;
	width: 120px;
}
input[type="submit"],
button.bouton,
button.bouton2,
button.entrer {
	text-align:center;
	width: 260px; 
	background: #333; 
	color: #ddd; 
	border: #777 1px solid;
	font-size:50px;
	width: 300px;
}

button.bouton3{
	text-align:center;
	width: 280px;
	height:120px;
	background: #333; 
	color: #ddd; 
	border: #777 1px solid;
	font-size:50px;
	border-radius:5px;
	margin-top:30px;
	padding:25px;
	padding-top: 25px;
	padding-bottom: 75px;
}

input[type="submit"]
{
	margin-top: -50px;
}
input[type="text"]
{
	margin-top: 50px;
}

button.bouton2
{
	border-radius:5px;
	margin-left:660px;
	margin-top:183px;
	padding:25px;
	padding-top: 75px;
	padding-bottom: 75px;
}

button.bouton
{
	margin-left: 0px;
	margin-top:5px;
	padding:20px;
}
button.entrer
{
	border-radius:5px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 200px;
	padding-top: 20px;
	padding:20px;
	font-size:90px;
	margin-left: 0px;
	margin-top: 200px;
}

div#bloc_page
{
	top 200px;
	margin-top: 200px;
}

input[type="checkbox"]
{
	font-size:36px;
	width:60px;
	height:60px;

	
}

label.enfant
{
	font-size:36px;
}

form {
	margin: 0 0 30px 0;
}

div.title {
	color:#CCC;
	margin-top:30px;
	margin-bottom:-130px;
	font-size:45px;
	text-align:center;
}

fieldset {
	border: 0;
}

.checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.checklist li {
	margin-top: 155px;
	border-radius: 5px;
	display:inline-block;
	float:none;
	margin-right: 10px;
	background: url(../../images/checkboxbg.png) no-repeat 0 0;
	width: 105px;
	height: 150px;
	position: relative;
}

.checklist li.selected {
	background-position: -105px 0;
}

.checklist li.selected .checkbox-select {
	display: none;
}

.checkbox-select {
	display: block;
	float: left;
	position: absolute;
	top: 118px;
	left: 10px;
	width: 85px;
	height: 23px;
	background: url(../../images/select.gif) no-repeat 0 0;
	text-indent: -9999px;
}

.checklist li input {
	display: none;	
}

a.checkbox-deselect {
	font-family: Verdana,Tahoma,Segoe,sans-serif;
	display: none;
	color: white;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 120px;
	right: 10px;
}

.checklist li.selected a.checkbox-deselect {
	display: block;
}

.checklist li label {
	display: block;
	text-align: center;
	padding: 8px;
	color:#000000
}

.sendit {
	display: block;
	float: left;
	top: 118px;
	left: 10px;
	width: 115px;
	height: 34px;
	border: 0;
	cursor: pointer;
	background: url(../../images/sendit.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 20px 0;
}


