/*---------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------------------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 aventure ----------------------------------------------------------------- */
#catalogue li a.aventure:link { 
	color: #47c3d9;
	font-weight : bold;
}
#catalogue li a.aventure:visited {
	color: #47c3d9;
	font-weight : bold;
}
#catalogue li a.aventure:hover { 
	color: #47c3d9;
	font-weight : bold;
}
/* ------------------------------------------------------- Liens aventure-historique ----------------------------------------------------------------- */
#catalogue li a.aventure-historique:link { 
	color: #f4e716;
	font-weight : bold;
}
#catalogue li a.aventure-historique:visited {
	color: #f4e716;
	font-weight : bold;
}
#catalogue li a.aventure-historique:hover { 
	color: #f4e716;
	font-weight : bold;
}
/* ------------------------------------------------------- Liens stratégie-simulation ----------------------------------------------------------------- */
#catalogue li a.strategie-simulation:link { 
	color: #7cda49;
	font-weight : bold;
}
#catalogue li a.strategie-simulation:visited {
	color: #7cda49;
	font-weight : bold;
}
#catalogue li a.strategie-simulation:hover { 
	color: #7cda49;
	font-weight : bold;
}
/* ------------------------------------------------------- Liens enfants ----------------------------------------------------------------- */
#catalogue li a.enfants:link { 
	color: #3e84ed;
	font-weight : bold;
}
#catalogue li a.enfants:visited {
	color: #3e84ed;
	font-weight : bold;
}
#catalogue li a.enfants:hover { 
	color: #3e84ed;
	font-weight : bold;
}
/* ------------------------------------------------------- Liens course ----------------------------------------------------------------- */
#catalogue li a.course:link { 
	color: #ff8b1a;
	font-weight : bold;
}
#catalogue li a.course:visited {
	color: #ff8b1a;
	font-weight : bold;
}
#catalogue li a.course: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 ludo-culturel ----------------------------------------------------------------- */
#catalogue li a.ludo-culturel:link { 
	color: #d856e8;
	font-weight : bold;
}
#catalogue li a.ludo-culturel:visited {
	color: #d856e8;
	font-weight : bold;
}
#catalogue li a.ludo-culturel: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/fr/chapeau/general.gif);
	background-repeat:repeat-y;
}
.chapeau-aventure{
	background-image : url(produit/fr/chapeau/aventure.gif);
	background-repeat:repeat-y;
}
.chapeau-aventure-historique{
	background-image : url(produit/fr/chapeau/aventure-historique.gif);
	background-repeat:repeat-y;
}
.chapeau-strategie-simulation{
	background-image : url(produit/fr/chapeau/strategie-simulation.gif);
	background-repeat:repeat-y;
}
.chapeau-enfants{
	background-image : url(produit/fr/chapeau/enfants.gif);
	background-repeat:repeat-y;
}
.chapeau-course{
	background-image : url(produit/fr/chapeau/course.gif);
	background-repeat:repeat-y;
}
.chapeau-fps{
	background-image : url(produit/fr/chapeau/fps.gif);
	background-repeat:repeat-y;
}
.chapeau-ludo-culturel{
	background-image : url(produit/fr/chapeau/ludo-culturel.gif);
	background-repeat:repeat-y;
}