body{
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	}
div#container{
	width:900px;
	margin: 10px auto;
	
	padding: 10px 0px;
	}
div#contenu{
	margin-right: 150px;
	background:#fff url(path4147b.png) 60px bottom no-repeat;
	padding-bottom: 190px;
	}
div#col{
	float:right;
	width: 150px;
	margin-left: 10px;
	margin-top:-50px;
	}
div#col div{
	background:#eee;
	border-radius: 2px;
	padding: 10px 0px;
	margin-top:10px;
	}
h1{
	color:#F00;
	margin: 3px 10px 15px;
	font-size: 48px;
	}
p{
	margin: 3px 10px;
	font-size: 16px;
	}
div#copy{
	clear: both;
	padding-top:20px;
	}
p.copy{
	border-top:1px solid #f00;
	text-align: center;
	font-size:12px;
	padding-top:3px;
	}
input{
	font-size: 16px;
	}
a, a:link, a:visited{
	text-decoration: none;
	color: #c00;
	}
a.jeux{
	display:block;
	border: 1px solid #666;
	margin-bottom: 5px;
	border-radius: 2px;
	padding: 4px 0px;
	text-align: center;
	background: #F5F5F5;
	color: #333;
	}
a.jeux:hover{
	background: #fff;
	color: #000;
	}
a.jeuxOn{
	border-color: #f00;
	color: #f00;
	}

table.j2{
	border-collapse:collapse;
	margin:0px auto;
	}
table.j2 td{
	border:1px solid #666;
	width: 30px;
	height: 25px;
	text-align: center;
	}
table.j2 td.vide{
	background: #aaa;
	}
input.j2{
	display:block;
	width: 30px;
	height: 25px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	}
strong.tt{
	font-size:16px;
	color:#90a;
	}
p.questJ3{
	width: 340px;
	display: inline-block;
	padding: 6px 8px;
	border: 1px solid #666;
	border-radius: 3px;
	background:#eee;
	margin-bottom: 20px;
	text-align: justify;
	}
p.dateJ3{
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin-left:40px;
	}
p.dateJ3 select{
	font-size:20px;
	width:90px;
	}