
/* Page de jeux */
#liste-jeux {
	width:789px; height:auto;
	min-height:200px;
	margin:0 auto; padding:14px 0 50px 0;
	text-align:center;
}
#liste-jeux p {
	width:auto; height:auto;
	margin:0 0 25px 0; padding:0;
	font-family: 'ITCFranklinGothicLTComDemi';
	font-size:18px; font-weight:bold;
	color:#FFF;
	text-shadow:1px 1px 2px #677800;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#677800,direction=180,strength=3);
}
#liste-jeux p span { text-transform:uppercase;}

#liste-jeux ul {
	background:url(../img/liste-jeux_bg.gif) left top no-repeat;
	width:auto;/* height:180px;*/
	width:789px;
	padding-left:5px;
	min-height:200px;
	float:left;
}

#liste-jeux ul li {
	float:left;
	width:130px; height:180px;
	margin:30px 0 0 21px;
}
#liste-jeux ul li a {
	width:130px; height:180px;
	margin:0; padding:0;
	color:#a2af00;
	text-decoration:none;
}
#liste-jeux ul li a:hover {color:#4e4e4e;}

#liste-jeux ul li a span {
	/*display:block;*/
  position:relative;
  top:-15px; left:0;
	width:120px;
	margin:0; padding:0;
	text-align:center;
	font-size:14px; font-weight:bold;
}


/* principes  ----------------------------------- */
.principe {
	width:auto; height:auto;
	margin:0 auto; padding:0;
	margin-top:20px;
	background:url(../img/cognitives_bg.jpg) center top no-repeat;
}
.principe .titre {
	width:auto; height:auto;
	padding:20px 0 0 0;
	font-family: 'ITCFranklinGothicLTComDemi';
	font-size:18px; font-weight:bold;
	color:#a2af00;
	text-align:center;  
}
.principe p, .principe li {
	padding:0 25px 0 25px;
	font-size:10pt;
	color: #4e4e4e;
}
.principe ul {
}
.principe .titre span { color:#cbd300; text-transform:uppercase;}

.principe .titre_bleu {
	padding:20px 0 0 25px;
	font-family: 'ITCFranklinGothicLTComDemi';
	font-size:12pt; /*font-weight:bold;*/
	color:#3c6ba2;
}
/* Cadre principe ------------------------------------------- */
.principe-green {
	padding:0 0 5px 7px;
	margin: 20px;
	border: solid 1px #cbd300;
	font-size:10pt;
	color:#4e4e4e;;
	/*background-color:#FCEFE4;*/
}
.principe-green .titre {
	padding:2px 0 6px 3px;
	/*font-family: 'ITCFranklinGothicLTComDemi';*/
	font-size:10pt; font-weight:bold;
	color:#a2af00;;
}

/* Game page -----------------------------------------------------*/
.game_block {
	width:640px;
	min-height:50px;
	background:url(../img/coach/green_top.gif) center top no-repeat;
}
.game_block  p {
	padding:15px 15px 5px 15px;
	font-size: 18px;

font-weight: bold;

color: #ffffff;

text-shadow: #677800;
}


/* ---------------- */

.lien_green {
	color:#a2af00 !important;
}

.lien-suivant {
	float:right;
	margin-right:25px;
}
.lien-precedent {
	float:left;
	margin-left:25px;
}
