/* CSS Document */



body { 
 width:800px;
 background:#fff url(../images/logo.jpg) no-repeat 0 0;
 font-size:1em;
 padding:0;
 margin:0;
 padding-left:118px;
}

html {
	margin:0;
	padding:0;
}

#page {
	display:block;
	background:url(../images/fond.jpg) no-repeat 0 0;
	width:800px;
	height:806px;
}

.titre {
	display:none;
}

a {
	font-size:100%;
	color:#4d3d2f;
	font-family: "Comic Sans MS", fantasy;
	text-decoration:none;
}

p {
	font-family: "Comic Sans MS", fantasy;
	font-size:110%;
	color:#4d3d2f;
}

input.btn {
	color:#4d3d2f;
	width:110px;
	height:1.5em;
	margin:5px;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
	font-weight:bold;
	background-color:#fed;
	border:1px solid;
	border-top-color:#865C2B;
	border-left-color:#865C2B;
	border-right-color:#4d3d2f;
	border-bottom-color:#4d3d2f;
	cursor:pointer;
}

.level {
	color:#4d3d2f;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:74%;
   background-color:#fed;
   border:1px solid;
   border-top-color:#865C2B;
   border-left-color:#865C2B;
   border-right-color:#4d3d2f;
   border-bottom-color:#4d3d2f;
}

#grille {
	display:block;
	width:610px;
	position:relative;
	top:130px;
	left:100px;
}
table {
	margin:0;
	padding:0;
}

.box-table { 
	border:3px solid #675240;
	}
	
td input { 
	display:block;
	color:#4d3d2f;
    background:#d1a570 url(../images/grille_05.gif) no-repeat 0 0;
	font:1.5em bold; 
	width:30px; 
	border:1px solid;
	border-color:#e0d2a9 #e0d2a9 #eddeb3 #eddeb3;
	text-align:center; 
	height:30px;
	cursor:help;
	
	}
	
td input.disabled {
	color:#faecd6;
	background:#865C2B url(../images/grille_03.gif) no-repeat 0 0;
	cursor: default;
}

#droite {
	float:right;
	width:250px;
	height:300px;
}


#partner {
	display:block;
	position:absolute;
	top:400px;
	left:5px;
}

.lien {
font-size:75%;
text-align:right;
margin:5px 20px;
}

.lien a:hover {
	text-decoration:underline;
}
