html,* {
	margin: 0;
	padding: 0;
}

html,body {
	overflow: hidden;
	background-color: transparent;
}

#container {
	border: 1px #73ABD4 solid;
	background-color: white;
}

.grille {
	margin-bottom:10px;
}

.grille #game {
	float:left;
	padding: 10px;
	padding-top: 0px;
}

.grille #infos {
	float:left;
	margin-left: 2px;
	border: solid 1px blue;
	padding: 5px;
	height: 314px;
	width: 127px;
}

.grille .chronometer {
	margin-bottom: 15px;
	text-align: center;
	margin-top: 4px;
}

.grille .chronometer input {
	width: 50px;
	font-size: 1.3em;
	text-align: center;
}

.grille #results {
	display:none;
	margin-bottom: 15px;
	font-size:13px;
	text-align: center;
}

.grille .cells {
	border-collapse:collapse;
}

.grille .cell {
	border-right: solid 1px blue;
	border-bottom: solid 1px blue;
	width:35px;
	height:35px;
	text-align:center;
	font-size:2em;
	background-color: white;
}

.grille .darker {
	background-color:#dadaff;
}

.grille .cell .answer {
	color:red;
	width:100%;
	height:100%;
	text-align: center;
	border:solid 0px;
}

.grille .response {
	color:green;
}

.grille .solution {
	padding: 5px;
	background-color:#E5A3A3;
	margin-bottom: 15px;
	text-align: center;
	cursor: pointer;
}

.grille #infos .save_score {
	text-align: center;
	margin-top: 10px;
}

.grille .notification {
	color:red;
	border: solid #FFC08D 2px;
	padding:15px;
	background-color:#F8F9C9;
	margin:5px;
	text-align: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

.grille_search ul {
	margin-left: 15px;
	margin-top: 5px;
}

.grille_search ul li a {
	text-decoration: none;
	font-weight: bold;
	color:black;
}

.grille_search ul li a:hover {
	text-decoration: underline;
}

.grille_validate .results {
	margin-top:20px;
}

.grille_validate .cells {
	border-collapse:collapse;
	margin-bottom:5px;
}

.grille_validate .cell {
	border: solid 1px blue;
	width:40px;
	height:40px;
	text-align:center;
	font-size:2em; background-color: white;
}

.grille_validate .darker {
	background-color:#dadaff;
}

.grille_validate .darker {
	background-color:#dadaff;
}

.grille_validate .green {
	color:green;
}

.grille_validate .red {
	color:red;
}

.grille_validate .buttons {
	margin-top: 30px;
	text-align: center;
}

.grille .notification {
	background: #FCFCFC;
	border: 1px solid #E9E8E8; 
	color: #636363;
}

.grille .cells {
	border: 2px solid #71abd4;
}

.grille .cell {
	border-color: #71abd4;
	color: #104d7a;
	font-size: 22px;
	font-weight: bold;
}

.grille .darker {
	background-color: #daedf7;
	font-size: 22px;
	font-weight: bold;
}

.grille #infos {
	border: 2px solid #73abd4;
	margin-top: -1px;
	width: 87px;
}

.grille .solution {
	background: none;
	background-image: url( ../images/buttons/greenButton3.png );
	background-repeat: no-repeat; background-position: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	height: 16px;
	padding-top: 8px;
}

.grille .cell .answer {
	font-size: 22px;
	font-weight: bold;
}

#grid_container {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	text-align: center;
	margin: 5px;
	margin-bottom: 8px;
	font-size: 170%;
	font-weight: bold;
}

#list_links {
	margin-left: 10px;
	margin-top: 20px;
	text-align: center;
}

#list_links li {
	clear: both;
	display: inline;
	margin-right: 10px;
}

#list_links a {
	border: solid 2px #71ABD4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;

	color: #104D7A;
	text-decoration: none;
	padding: 5px;
	display: inline-block;
}

#list_links a:hover {
	background-color: #DAEDF7;
}

#game p {
	text-align: center;
}
