@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/background.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#054ea8;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	margin:0;
	padding:0;
}

.clear{
	clear:both;
	width:0;
	height:0;
}

a{
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
}

a:hover{
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:underline;
}

input[type=text]{
	color:#666666;
	font-size:10px;
}

#siteContent{
	width:1002px;
	margin:0 auto;
}

#header{
	padding-top:131px;
	height:17px;
	background-image:url(images/header.png);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:right;
}

.ongletMenu{
	background-image:url(images/menu.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	color:#064ea8;
	border:#064ea8 solid 1px;
	border-bottom:none;
	padding:3px 10px 2px 10px;
	margin:0 2px;
	text-decoration:none;
}

input[type=submit]{
	background-image:url(images/menu.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	color:#064ea8;
	border:#064ea8 solid 1px;
	padding:1px 2px 2px 2px;
	margin:2px;
	text-decoration:none;
	font-size:12px;
}

.ongletMenu:hover{
	background-image:url(images/menuHover.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	color:#ffffff;
	border:#064ea8 solid 1px;
	border-bottom:none;
	padding:3px 10px 2px 10px;
	margin:0 2px;
	text-decoration:none;
}

input[type=submit]:hover{
	background-image:url(images/menuHover.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	color:#ffffff;
	border:#064ea8 solid 1px;
	padding:1px 2px 2px 2px;
	margin:2px;
	text-decoration:none;
	font-size:12px;
	cursor:pointer;
}

#corpsSite{
	background-color:#8bb4e6;
	border:#FFFFFF solid 1px;
	padding:5px 0;
}

.pubContent{
	border:#666666 solid 1px;
	padding:5px;
	background-color:#FFFFFF;
	margin:5px 0;
}

.MiniContent{
	float:left;
	width:200px;
}

#ContentCentre{
	float:left;
	width:600px;
	padding-top:12px;
}

.leftCadre{
	background-image:url(images/bottomCadre.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:11px;
	margin:5px 0;
}

.leftCadreTitle{
	color:#666666;
	padding:13px 0 0 5px;
	text-align:left;
	height:20px;
	font-weight:bolder;
	background-position:top right;
	background-repeat:no-repeat;
}

.contentItem{
	background-image:url(images/bgCadreLeft.png);
	background-position:top right;
	background-repeat:repeat-y;
	text-align:left;
	padding-top:2px;
}

.itemCadre{
	background-image:url(images/separationCadre.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding:5px 20px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	margin-right:1px;
}

.itemCadre:hover{
	background-image:url(images/itemHover.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding:5px 20px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	margin-right:1px;
}

.rightCadre{
	background-image:url(images/bottomCadreDroit.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:11px;
	margin:5px 0;
}

.rightCadreTitle{
	color:#666666;
	padding:13px 0 0 53px;
	text-align:left;
	height:20px;
	font-weight:bolder;
	background-position:top right;
	background-repeat:no-repeat;
}

.contentItemRight{
	background-image:url(images/bgCadreDroit.png);
	background-position:top right;
	background-repeat:repeat-y;
	text-align:left;
	padding-top:2px;
}

.itemCadreRight{
	background-image:url(images/separationCadre.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding:5px 20px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	margin-left:1px;
}

.itemCadreRight:hover{
	background-image:url(images/itemHoverDroit.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding:5px 20px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	margin-left:1px;
}

.statsContent{
	padding:5px 20px 0 10px;
}

.cadreCentre{
	background-color:#FFFFFF;
	color:#666666;
	border:#064ea8 solid 1px;
	margin:10px;
	text-align:justify;
}

.cadreCentreTitle{
	background-color:#5aa1d4;
	background-image:url(images/bgCadre.png);
	background-position:top left;
	background-repeat:repeat-y;
	padding:2px 5px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}

.cadreCentreContent{
	padding:5px;
}

.newGame{
	padding:5px;
}

.imgNewGame{
	display:block;
	float:left;
	width:75px;
	padding:10px;
	border:#999999 solid 1px;
	background-image:url(images/menu.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.imgNewGame:hover{
	display:block;
	float:left;
	width:75px;
	padding:10px;
	border:#064ea8 solid 1px;
	background-image:url(images/menuHover.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#03a6d2;
}

.contentGame{
	float:left;
	padding:0 10px;
	width:425px;
}

.titleGame{
	color:#0066FF;
	text-transform:uppercase;
	font-weight:bolder;
	padding:2px 5px;
	border-bottom:#0066FF dotted 1px;
}

.descGame{
	color:#666666;
	padding:5px;
	font-size:10px;
}

.hrGame{
	width:75%;
	height:1px;
	margin:0 auto;
	padding:0;
	background-color:#024ab1;
	color:#024ab1;
	border-bottom:#448ffa solid 1px;
}

.imgNewGame img,.imgNewGame:hover img{
	border:none;
}

.topZoneGame{
	width:288px;
	border-right:#0033FF solid 1px;
	background-image:url(images/bgTopGame.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	float:left;
}

.topZoneGamer{
	width:288px;
	border-left:#0099FF solid 1px;
	background-image:url(images/bgTopGamer.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	float:left;
}

.topZoneContent{
	padding:10px 10px 30px 10px;
	text-align:center;
}

.hrefBlueBold{
	color:#0066FF;
	font-weight:bolder;
	text-decoration:none;
}

.hrefBlueBold:hover{
	color:#0066FF;
	font-weight:bolder;
	text-decoration:underline;
}

.headerComment{
	border-bottom:#0066FF dotted 1px;
	padding:0 5px 10px 5px;
	color:#0000FF;
}

.comment{
	padding:5px;
	font-size:10px;
}

#footer{
	padding:5px 0 20px 0;
	text-align:left;
}