/* ---
   Boîtes à visuels
   --- */
#accueil .visu {
	overflow: hidden;
}

#accueil .visu .box {
	border: 1px solid #e9e8e8;
	background-color: #fcfcfc;
	width: 238px;
	height: 258px;
	float: left;
	position: relative;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: 50% 55px;
}

#accueil .visu .box.sudoku {
	background-image: url( ../images/accueil/sudoku.png );
}

#accueil .visu .box.spiidoku {
	background-image: url( ../images/accueil/spiidoku.png );
}

#accueil .visu .box.imprimer {
	background-image: url( ../images/accueil/imprimer.png );
}

#accueil .visu .box h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px !important;
	font-weight: bold;
	color: #636363;
	text-align: center !important;
	text-transform: uppercase;
	margin: 13px 0 0 0;
}

#accueil .visu .box h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #636363;
	text-align: center;
	text-transform: uppercase;
	margin: 13px 0 0 0;
}

#accueil .visu .box a {
	text-decoration: none;
}

#accueil .visu .box ul.buttons {
	position: absolute;
	right: 0px;
	top: 82px;
	padding: 5px;
	padding-bottom: 0px;
	background-image: url( ../images/accueil/bg.png );
}

#accueil .visu .box ul.buttons li {
	width: 125px;
	height: 25px;
	background-image: url( ../images/accueil/button.png );
	background-repeat: no-repeat;
	color: white;
	font-size: 17px;

	padding-left: 11px;
	padding-top: 4px !important;

	letter-spacing: 1px;

	margin-bottom: 5px;

	cursor: pointer;
}

#accueil .visu .box ul.buttons a {
	color: white;
	text-decoration: none;
}

#accueil .visu .box ol.hiscore {
	position: absolute;
	top: 197px;
	width: 226px;
	border: 1px solid #999999;
	margin: 5px;
}

#accueil .visu .box ol.hiscore li {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 3px;
}

#accueil .visu .box ol.hiscore li.one {
	background-color: #a5d474;
}

#accueil .visu .box ol.hiscore li.two {
	background-color: #b6df8d;
}

#accueil .visu .box ol.hiscore li.three {
	background-color: #dceec8;
}

#accueil .visu .box ol.hiscore li strong {
	font-size: 13px !important;
}

/* ---
   Contenu editorial
   --- */

#accueil div.edito {
	border: 1px solid #e9e8e8;
	background-color: #fcfcfc;
	margin-top: 10px;
	width: 738px;
}

/* ---
   Section des cadeaux
   --- */

#accueil div.gifts {
	margin-top: 10px;
	overflow: hidden;
}

/* Carousel */

#accueil .gifts .jcarousel-container {
	background-color: #fcfcfc;
	border: 1px solid #e9e8e8;
	float: left;
	position: relative;
}

#accueil .gifts .jcarousel-container-horizontal {
	width: 525px;
	padding: 10px;
}

#accueil .gifts .jcarousel-clip-horizontal {
	width:  525px;
	height: 140px;
}

#accueil .gifts .jcarousel-item {
	width: 95px;
	height: 140px;
	overflow: hidden;
}

#accueil .gifts .jcarousel-item img {
	max-height: 140px;
}

#accueil .gifts .jcarousel-item-horizontal {
	margin-right: 10px;
}

#accueil .gifts .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

#accueil .gifts .jcarousel-container .moar {
	position: absolute;
	bottom: 4px;
	text-align: center;
	width: 100%;
}

#accueil .gifts .jcarousel-container .moar span {
	background-color: #e9e8e8;
	color: #636363;
	padding: 4px 8px;
	font-weight: bold;
}

/* Cadeaux */

#accueil .gifts .menu {
	float: left;
	margin-left: 10px;
	border: 1px solid #e9e8e8;
	background: #fcfcfc;
	width: 181px;
	min-height: 160px;
}

#accueil .gifts .menu .titre {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #636363;
	text-align: center;
	text-transform: uppercase;
	margin: 3px 0 5px 0;
}

#accueil .gifts .menu strong {
	font-size: 12px !important;
}

#accueil .gifts .menu li {
	list-style-image: url( ../images/lists/puce.gif );
	list-style-position: inside;
	list-style-type: none;
	margin-left: 3px;
}

#accueil .gifts .menu li span {
	color: #71abd4;
}

#accueil .gifts a {
	text-decoration: none;
}

#accueil .gifts a:hover {
	text-decoration: underline;
}
