body { font-family: Verdana; background: url("../images/blue.jpg") repeat-x black; }

.site { width: 920px; min-height: 700px; margin: auto; }

.header { width: 920px; height: 150px; margin: auto; padding-bottom: 10px; background: #0087CB; }
	.header .logo { margin-left: 60px; margin-top: 5px; float: left; }
	.header .game { margin-left: 140px; }
	.header .text { font-size: 2.5em; color: white; margin-left: 120px; margin-top: 45px; float: left; }
	
.up { width: 895px; height: 21px; margin: auto; }
	
.menu { width: 891px; height: 65px; margin: auto; padding-top: 14px; text-align: center; background: white; }
	.menu img { margin-left: 8px; margin-right: 5px; }
	.menu a { text-decoration: none; color: black; }
	.menu a:HOVER { border-bottom: #0087CB solid 3px; }
	h1 { text-align: center; padding-bottom: 20px; }
	h1 img { margin-left: 8px; margin-right: 8px; }
	.text_menu { font-size: 1.5em; }
	
.content { width: 891px; min-height: 300px; float:left; margin: auto; margin-left: 14px; padding-bottom: 25px; background: white; }
	.content .text { width: 700px; float:left; margin-left: 100px; padding-top: 1px; }
	.content .input { float: right; margin-right: 15px; width: 130px; }
	.content input.input_contact { text-align: center; }
	.content form.form_contact { width: 300px; }
	.content .label { float: left; }
	.content .info { float: left; width: 300px; }
	.content form { width: 600px; }
	.content textarea { width: 250px; }
	.content a.link:HOVER { text-decoration: none; color: black; border-bottom: #0087CB solid 2px; }
	.content a.link { text-decoration: none; color: #0087CB; }
	.list_jeux { vertical-align: middle; }
	.content table.player { width: 600px;}
	.content table.player td { height: 25px; border: solid 1px black; }
	span { color: blue; }
	
.block_info { width: 320px; height: 435px; padding-left: 20px; margin-bottom: 10px; float:left; text-align: center;}

.clear { clear: both; }

.footer { width: 891px; clear: left; height: 58px; margin: auto; background: url("../images/footer.jpg"); }
