/*---------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------------------MISE EN PAGE----------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------- Catalogue ----------------------------------------------------------------- */
#catalogue ul {
	width: 700px; /* implique un retour à la ligne */
	height : auto;
	margin-top : 0;
	margin-right : 0;
	margin-left : 0;
	margin-bottom : 10px;
	padding : 0;
	border : 0;
}

#catalogue li {
	display : block;
	float: left;
	width: 342px;
	padding: 0 0 0 0;
	margin: 0 0 4px 4px;
	border : 0;
}

#catalogue ul, #catalogue li {
	list-style-type : none;
}
#chapeau {
	width : auto;
	height : 20px;
	margin-bottom : 5px;
	margin-left: 4px;
	margin-right: 8px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------  */
/* ------------------------------------------------------- TYPOGRAPHIE ----------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------  */
#chapeau h1 {
	text-align : left;
	font-size : 11pt;
	line-height : 20px;
	font-weight : bold;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 3px;
}
/* ------------------------------------------------------- Lien général ----------------------------------------------------------------- */
#catalogue li a.general:link { 
	color: #ffffff;
	text-decoration : none;
}
#catalogue li a.general:visited {
	color: #ffffff;
	text-decoration : none;
}
#catalogue li a.general:hover { 
	color: #ffffff;
	text-decoration : none;
}
/* ------------------------------------------------------- Liens adventure ----------------------------------------------------------------- */
#catalogue li a.adventure:link { 
	color: #47c3d9;
	font-weight : bold;
}
#catalogue li a.adventure:visited {
	color: #47c3d9;
	font-weight : bold;
}
#catalogue li a.adventure:hover { 
	color: #47c3d9;
	font-weight : bold;
}
/* ------------------------------------------------------- Liens historical-adventure ----------------------------------------------------------------- */
#catalogue li a.historical-adventure:link { 
	color: #f4e716;
	font-weight : bold;
}
#catalogue li a.historical-adventure:visited {
	color: #f4e716;
	font-weight : bold;
}
#catalogue li a.historical-adventure:hover { 
	color: #f4e716;
	font-weight : bold;
}
/* ------------------------------------------------------- Liens stratégie-simulation ----------------------------------------------------------------- */
#catalogue li a.strategy-simulation:link { 
	color: #7cda49;
	font-weight : bold;
}
#catalogue li a.strategy-simulation:visited {
	color: #7cda49;
	font-weight : bold;
}
#catalogue li a.strategy-simulation:hover { 
	color: #7cda49;
	font-weight : bold;
}
/* ------------------------------------------------------- Liens kids ----------------------------------------------------------------- */
#catalogue li a.kids:link { 
	color: #3e84ed;
	font-weight : bold;
}
#catalogue li a.kids:visited {
	color: #3e84ed;
	font-weight : bold;
}
#catalogue li a.kids:hover { 
	color: #3e84ed;
	font-weight : bold;
}
/* ------------------------------------------------------- Liens racing ----------------------------------------------------------------- */
#catalogue li a.racing:link { 
	color: #ff8b1a;
	font-weight : bold;
}
#catalogue li a.racing:visited {
	color: #ff8b1a;
	font-weight : bold;
}
#catalogue li a.racing:hover { 
	color: #ff8b1a;
	font-weight : bold;
}
/* ------------------------------------------------------- Liens fps ----------------------------------------------------------------- */
#catalogue li a.fps:link { 
	color: #bd1029;
	font-weight : bold;
}
#catalogue li a.fps:visited {
	color: #bd1029;
	font-weight : bold;
}
#catalogue li a.fps:hover { 
	color: #bd1029;
	font-weight : bold;
}
/* ------------------------------------------------------- Liens edutainment ----------------------------------------------------------------- */
#catalogue li a.edutainment:link { 
	color: #d856e8;
	font-weight : bold;
}
#catalogue li a.edutainment:visited {
	color: #d856e8;
	font-weight : bold;
}
#catalogue li a.edutainment:hover { 
	color: #d856e8;
	font-weight : bold;
}
/* ------------------------------------------------------- Liens retrogaming ----------------------------------------------------------------- */
#catalogue li a.retrogaming:link { 
	color: #93aa00;
	font-weight : bold;
}
#catalogue li a.retrogaming:visited {
	color: #93aa00;
	font-weight : bold;
}
#catalogue li a.retrogaming:hover { 
	color: #93aa00;
	font-weight : bold;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------- IMAGES COULEURS BORDURES----------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------- Grande galerie ----------------------------------------------------------------- */
#catalogue li {
	background-color: #000000;
	color: #ffffff;
}
#chapeau {
	color: #ffffff;
}
/* -------------------------------------------- Classes de chapeaux suivant le genre----------------------------------------------------- */
.chapeau-general{
	background-image : url(produit/en/chapeau/general.gif);
	background-repeat:repeat-y;
}
.chapeau-adventure{
	background-image : url(produit/en/chapeau/adventure.gif);
	background-repeat:repeat-y;
}
.chapeau-historical-adventure{
	background-image : url(produit/en/chapeau/historical-adventure.gif);
	background-repeat:repeat-y;
}
.chapeau-strategy-simulation{
	background-image : url(produit/en/chapeau/strategy-simulation.gif);
	background-repeat:repeat-y;
}
.chapeau-kids{
	background-image : url(produit/en/chapeau/kids.gif);
	background-repeat:repeat-y;
}
.chapeau-racing{
	background-image : url(produit/en/chapeau/racing.gif);
	background-repeat:repeat-y;
}
.chapeau-fps{
	background-image : url(produit/en/chapeau/fps.gif);
	background-repeat:repeat-y;
}
.chapeau-edutainment{
	background-image : url(produit/en/chapeau/edutainment.gif);
	background-repeat:repeat-y;
}
