/*---------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------------------MISE EN PAGE----------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------- Grande galerie ----------------------------------------------------------------- */
#grandegalerie ul {
	width: 700px; /* implique un retour à la ligne */
	height : 400px;
	margin : 0 0 0 0;
	padding : 0;
	border : 0;
}

#grandegalerie li {
	display : block;
	float: left;
	width: 342px;
	padding: 0 0 0 0;
	margin: 0 0 4px 4px;
	border : 0;
}

#grandegalerie ul, #grandegalerie li {
	list-style-type : none;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------  */
/* ------------------------------------------------------- TYPOGRAPHIE ----------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------- Lien général ----------------------------------------------------------------- */
#grandegalerie li a.general:link { 
	color: #ffffff;
	text-decoration : none;
}
#grandegalerie li a.general:visited {
	color: #ffffff;
	text-decoration : none;
}
#grandegalerie li a.general:hover { 
	color: #ffffff;
	text-decoration : none;
}
/* ------------------------------------------------------- Liens adventure ----------------------------------------------------------------- */
#grandegalerie li a.adventure:link { 
	color: #47c3d9;
	font-weight : bold;
}
#grandegalerie li a.adventure:visited {
	color: #47c3d9;
	font-weight : bold;
}
#grandegalerie li a.adventure:hover { 
	color: #47c3d9;
	font-weight : bold;
}
/* ------------------------------------------------------- Liens historical-adventure ----------------------------------------------------------------- */
#grandegalerie li a.historical-adventure:link { 
	color: #f4e716;
	font-weight : bold;
}
#grandegalerie li a.historical-adventure:visited {
	color: #f4e716;
	font-weight : bold;
}
#grandegalerie li a.historical-adventure:hover { 
	color: #f4e716;
	font-weight : bold;
}
/* ------------------------------------------------------- Liens stratégie-simulation ----------------------------------------------------------------- */
#grandegalerie li a.strategy-simulation:link { 
	color: #7cda49;
	font-weight : bold;
}
#grandegalerie li a.strategy-simulation:visited {
	color: #7cda49;
	font-weight : bold;
}
#grandegalerie li a.strategy-simulation:hover { 
	color: #7cda49;
	font-weight : bold;
}
/* ------------------------------------------------------- Liens kids ----------------------------------------------------------------- */
#grandegalerie li a.kids:link { 
	color: #3e84ed;
	font-weight : bold;
}
#grandegalerie li a.kids:visited {
	color: #3e84ed;
	font-weight : bold;
}
#grandegalerie li a.kids:hover { 
	color: #3e84ed;
	font-weight : bold;
}
/* ------------------------------------------------------- Liens racing ----------------------------------------------------------------- */
#grandegalerie li a.racing:link { 
	color: #ff8b1a;
	font-weight : bold;
}
#grandegalerie li a.racing:visited {
	color: #ff8b1a;
	font-weight : bold;
}
#grandegalerie li a.racing:hover { 
	color: #ff8b1a;
	font-weight : bold;
}
/* ------------------------------------------------------- Liens fps ----------------------------------------------------------------- */
#grandegalerie li a.fps:link { 
	color: #bd1029;
	font-weight : bold;
}
#grandegalerie li a.fps:visited {
	color: #bd1029;
	font-weight : bold;
}
#grandegalerie li a.fps:hover { 
	color: #bd1029;
	font-weight : bold;
}
/* ------------------------------------------------------- Liens edutainment ----------------------------------------------------------------- */
#grandegalerie li a.edutainment:link { 
	color: #d856e8;
	font-weight : bold;
}
#grandegalerie li a.edutainment:visited {
	color: #d856e8;
	font-weight : bold;
}
#grandegalerie li a.edutainment:hover { 
	color: #d856e8;
	font-weight : bold;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------- IMAGES COULEURS BORDURES----------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------- Grande galerie ----------------------------------------------------------------- */
#grandegalerie li {
	background-color: #000;
	color: #fff;
}
