﻿/* import des feuilles de style generales
----------------------------------------------------------------*/
@import url("../structure.css");
@import url("../navigation.css");
@import url("../popups.css");

/* backgrounds */
.indexGoodies {
	background-image:url(img/bg_indexGoodies.jpg);
	padding:25px 0 0 30px;
}
.indexWallpapers {
	background-image:url(img/bg_wallpapers.jpg);
	padding:15px 0 0 30px;
}
.indexCursors {
	background-image:url(img/bg_cursors.jpg);
	padding:10px 0 0 30px;
}


#contentGoodies {
	background-repeat:no-repeat;	
	font-family: "Times New Roman", Times, Serif, Sans;
}
#contentGoodies h1 {
	background-repeat:no-repeat;
	margin-left:15px;
}
.indexGoodies h1 {
	background-image:url(img/titreGoodies.png);
	width:362px;
	height:56px;
}
		#contentGoodies h1 span,
		#contentGoodies li h2 span,
		#contentGoodies li .download span,
		#contentGoodies li .dlCursor span {
			position:absolute;
			left:-9999%;
		}
#contentGoodies p.intro {
	font-size:14px;
	padding:10px 21px;
	font-weight:bold;
}
.indexGoodies .intro,
.indexScreensavers .intro {
	color:#531a11;
}

#contentGoodies ul 
{
	width:689px;
	overflow:hidden;
	padding:40px 0 60px 3px;
}
		#contentGoodies li {
			background-repeat:no-repeat;
			background-position:0 0;
			width:209px;
			float:left;
			padding:220px 0 0 6px;
			display:inline;
			margin-right:9px;
			font-size:13px;
			color:#531a11;
			position:relative;
			height:150px;
		}
		#contentGoodies .wallpapers {
			background-image:url(img/wallpapers.png);
		}
		#contentGoodies .cursors {
			background-image:url(img/cursors.png);
		}
		#contentGoodies .screensaver {
			background-image:url(img/screensavers.png);
		}
				#contentGoodies li h2 {
					background-repeat:no-repeat;
					height:35px;
				}
				#contentGoodies .wallpapers h2 {
					background-image:url(img/tt_wallpapers.png);
				}
				#contentGoodies .cursors h2 {
					background-image:url(img/tt_cursors.png);
				}
				#contentGoodies .screensaver h2 {
					background-image:url(img/tt_screensavers.png);
				}
				#contentGoodies li p {
					padding:5px;
				}
				#contentGoodies li .download {
					position:absolute;
					bottom:0;
					left:52px;
					width:104px;
					height:19px;
					display:block;
					background:url(img/download.gif) no-repeat;
				}

/* wallpapers */

.indexWallpapers h1 {
	background-image:url(img/title_wallpapers.png);
	width:550px;
	height:80px;
}
#contentGoodies.indexWallpapers ul {
	overflow:hidden;
	padding:35px 0 6px 3px;
	width:710px;
}
#contentGoodies.indexWallpapers li {
	padding-top:0;
	height:auto;
	width:215px;
}
		#contentGoodies.indexWallpapers li ul {
			padding:0 0 30px 0;
			width:auto;
		}
				#contentGoodies.indexWallpapers li li {
					padding:0;
					width:70px;
					height:auto;
					margin-right:0;
				}
				#contentGoodies.indexWallpapers li .first {
					text-align:left;
				}
				#contentGoodies.indexWallpapers li .middle {
					text-align:center;
					width:80px;
				}
				#contentGoodies.indexWallpapers li .last {
					text-align:right;
					width:60px;
				}
				#contentGoodies.indexWallpapers li li a {
					color:#531a11;
					text-decoration:underline;
					font-weight:bold;
					font-style:italic;
				}

/* cursors */
.indexCursors {
	height:656px;
}
.indexCursors h1 {
	background-image:url(img/title_cursors.png);
	width:454px;
	height:76px;
}
		#contentGoodies.indexCursors .intro {
			color:#6e2a1b;
			padding:5px 21px;
		}
		#contentGoodies.indexCursors ul {
			width:689px;
			padding-bottom:25px;
		}
		#contentGoodies.indexCursors li {
			padding:0;
			width:166px;
			height:auto;
			margin-right:0;
		}
		.indexCursors li .dlCursor {
			background:url(img/dlCursor.gif) no-repeat;
			display:block;
			width:97px;
			height:21px;
			margin-top:92px;
		}
				#contentGoodies.indexCursors .first .dlCursor {
					margin-left:42px;
				}
				#contentGoodies.indexCursors .second .dlCursor {
					margin-left:39px;
				}
				#contentGoodies.indexCursors .third .dlCursor {
					margin-left:36px;
				}
				#contentGoodies.indexCursors .fourth .dlCursor {
					margin-left:33px;
				}
		.indexCursors h2 {
			color:#6e2a1b;
			font-size:20px;
			font-style:italic;
			padding-bottom:15px;
		}
		#contentGoodies.indexCursors ol li {
			float:none;
			display:block;
			width:auto;
			font-size:14px;
			color:#6e2a1b;
			padding:5px 70px 20px 30px;
			width:651px;
		}
		html #contentGoodies.indexCursors ol li strong {
			display:block;
		}
		#contentGoodies.indexCursors .one {
			background:url(img/carreau1.png) no-repeat;
		}
		#contentGoodies.indexCursors .two {
			background:url(img/carreau2.png) no-repeat;
			padding:0 70px 10px 30px;
		}
		#contentGoodies.indexCursors .three {
			background:url(img/carreau3.png) no-repeat;
			padding-bottom:10px;
		}
				#contentGoodies.indexCursors ol li p {
					padding:15px 0 17px 160px;
				}
				#contentGoodies.indexCursors ol li p.screen1 {
					background:url(img/screenshot1.jpg) no-repeat;
				}
				#contentGoodies.indexCursors ol li p.screen2 {
					background:url(img/screenshot2.jpg) no-repeat;
					padding-bottom:37px;
				}
		#contentGoodies.indexCursors .end {
			color:#6e2a1b;
			font-size:16px;
			font-weight:bold;
			font-style:italic;
			padding:0 0 0 30px;
		}
