/**
* @author Den Markin <denmarkin@gmail.com>, http://dmarkin.name
* @version $Id$
* @package iChampi
*/

@import "reset.css";

/* MAIN */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
a {
	text-decoration: none;
	color: #8A9931;
	cursor: pointer !important;
}
a:hover {
	text-decoration: underline;
}
div {
	display: block;
}
p, ul {
	margin: 20px 0;
}
strong {
	font-weight: bold;
}
.wai, .hidden {
	display: none;
}
.wrapped {
	margin: 0 auto;
	width: 854px;
	clear: both;
	position: relative;
}
.imaged {
	overflow: hidden;
	text-indent: -9000px;
	float: left;
}
.remark {
	font-style: italic;
	color: #666;
	font-size: 11px;
}
#ribbon {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: transparent url(../i/ribbon.png) no-repeat;
}

/* LAYOUT */
.colL, .colC, .colR {
	float: left;
}
.colL {
	margin-right: 42px;
	width: 219px;
}
.colC {
	margin-right: 67px;
	width: 222px;
}
.colR {
	margin-right: 5px;
	width: 299px;
}
#header {
	height: 351px;
	background: #3E2B14 url(../i/bgHead.png) repeat-x;
}
	#header #logo {
		background: transparent url(../i/headLogo.png) no-repeat;
		width: 177px;
		height: 255px;
		margin: 30px 0 0 5px;
	}
	#header #headDesc {
		width: 221px;
		color: #D8DFDC;
		font-size: 15px;
		font-weight: bold;
		margin: 80px 70px 50px 0;
		
	}
	#header #itsButton {
		width: 227px;
		height: 71px;
		margin: 0 0 0 -3px;
		background: transparent url(../i/itsBtn.png) no-repeat;
	}
#content {
	background: #fff url(../i/bgBody.png) repeat-x;
	height: 545px;
}
	#content .colL, #content .colC {
		margin-top: 50px;
	}
	#content .colR {
		margin-top: 245px;
	}
	#content h3 {
		font-size: 11px;
		font-weight: bold;
		padding-left: 37px;
		height: 26px;
		line-height: 26px;
	}
	#content h4 {
		color: #666;
		font-size: 11px;
		margin-bottom: 10px;
	}
	#content #trouvez {
		background: transparent url(../i/icons/trouvez.png) no-repeat;
	}
	#content #cahier {
		background: transparent url(../i/icons/cahier.png) no-repeat;
	}
	#content #reconnaissance {
		background: transparent url(../i/icons/reconnaissance.png) no-repeat;
		line-height: 13px;
	}
	#content #guide {
		background: transparent url(../i/icons/guide.png) no-repeat;
		line-height: 13px;
	}
	#content #encore, #content #contact {
		font-size: 11px;
	}
	#content #encore {
		background: transparent url(../i/icons/encore.png) no-repeat;
		padding-left: 20px;
	}
	#content #contact {
		background: transparent url(../i/icons/contact.png) no-repeat;
		padding-left: 30px;
	}
	#content #specification {
		padding-left: 30px;
	}
	#content ul {
		list-style-image: url(../i/bullet.png);
	}
		#content ul li {
			list-style-image: url(../i/bullet.png);
			margin-bottom: 10px;
		}
#footer {
	color: #ccc;
	height: 100px;
	
}
	#footer .wrapped {
		background: transparent url(../i/hSeparator.png) no-repeat;
		padding: 10px 5px;
	}
	#footer a {
		color: #ccc;
	}
	#footer #copyright {
		float: left;
	}
	#footer #langSwitcher {
		float: right;
	}

/* IPHONE */
#iphone {
	width: 288px;
	height: 544px;
	background: transparent url(../i/iphone.jpg) no-repeat;
	position: absolute;
	top: 33px;
	left: 550px;
}
	#iphone #screenshots {
		width: 221px;
		height: 318px;
		margin: 97px 0 0 35px;
		overflow: hidden;
		position: relative;
	}
	#iphone #screenshots #screenshotsList {
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
		#iphone #screenshots #screenshotsList li {
			width: 221px;
			height: 318px;
			float: left;
		}