/**************************
Keyven Ferland
http://www.keyvenferland.com
Default Stylesheet
**************************/

/* =General-----------------------------------------------------------------------------*/

body { 
	font-family: Arial, Helvetica, sans-serif; font-size: 11pt;
	background: #141515 url('images/bg-body.jpg') no-repeat top center;
}

/* =Headings-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6{ font-weight: normal; color: #222; font-family: Georgia, "Times New Roman", Times, serif;}

h1{ font-size: 250%; margin: 10px 0;}
h2{ font-size: 250%; margin: 10px 0;}
h3{ font-size: 150%; margin: 10px 0;}
h4{ font-size: 125%; margin: 10px 0;}
h5{ font-size: 110%;}
h6{ font-size: 100%;}

/* =Links General-----------------------------------------------------------------------------*/

a{ color: #aaa; text-decoration: none;}
a:hover{ color: #aaa; text-decoration: underline; }

/* =Other -----------------------------------------------------------------------------*/

.clear{ /* Class for clearing floats */clear:both; padding: 5px 0 0 0;}
.left { float: left;}
.right { float: right;}
.note{ border: 2px solid #EEEEEE; padding: 10px; text-align: center; background-color: #fff; font-size: 1.3em; margin: 20px; margin-left: 11%; font-family: Georgia, "Times New Roman", Times, serif; color: #222;}
.hidden{ display: none;}
small{ font-size: .75em; }

/* =Main Navigation -----------------------------------------------------------------------------*/

ul#nav{
	font-size: 115%;
	min-height: 29px;
	padding: 6px 0 0 4%;
	background-color: #141515;
	float: left;
}
ul#nav li{
	display: inline;
}
ul#nav li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	display: block;
	padding: 4px 15px;
	margin: 0;
}
ul#nav li a:hover{
	color: #fff;
	background-color: #333;
}
a.tendances {
	display: block;
	text-transform: uppercase;
	position: absolute;
	 top: 81px;
	 right: 50px;
	padding: 5px 15px 4px;
	width: 135px;
	color: #fff;
	text-align: center;
}
a.tendances:hover{
	color: #fff;
	background-color: #333;
	text-decoration: none;
}

/* =Container -----------------------------------------------------------------------------*/

.container{
	width: 100%;
	padding: 0;
	margin: 0;
}

/* =Header -----------------------------------------------------------------------------*/

#header-wrap{
	position:relative;
	background-color: #fff;
	margin: 0;
	padding-top: 15px;
	padding-left: 4%;
	height: 60px;
}
#header-wrap h1{
	position:absolute;
	margin: 0;
	padding: 0;
}
#header-wrap h1 a.logo{
	background: transparent url('images/logo-modechoc.jpg') no-repeat top left;
	width: 298px;
	height: 61px;
	display: block;
	margin-bottom: 15px;
}
#header-wrap h1 a.logo span{
	display: none;
}
.header.sitemap{
	position:absolute;
	right:70px;
	top:10px;
	height:20px;
}
.header.sitemap ul li{
	text-transform:uppercase;
	display: inline;
	font-size: 8pt;
	margin-left:8px;
}
.header.sitemap a{
	color:#444;
}
/* =Main Content -----------------------------------------------------------------------------*/

#index-wrap{
	background: #fff url('images/bg-modechoc.jpg') no-repeat top left;
}
#content-wrap{
	background: #fff url('images/bg-modechoc.jpg') no-repeat top left;
	padding-left: 4%;
}
.content{
	width: 52%;
	min-width: 275px;
	float: left;
	padding: 0;
	padding-bottom: 60px;
	padding-right: 8%;
	color: #444;
	background: #fff url('images/bg-content-y.gif') repeat-y top center;	
}

.tendances{
	width: 85%;
}

.content.collection {
	position: relative;
	padding-bottom: 0;
	min-width: 500px;
	width: 62%;
	height:600px;
	background: #ECECEC url('images/bg-content.gif') repeat-x top center;	
}
.content.collection #loader {
	margin-left:30px;
	width:100%;
	height:600px;
}
.content h2{
	padding: 10px 20px 0;
	padding-top: 50px;
	padding-left: 40px;
}
.content h3, h4{
	padding: 40px 20px 0;
	padding-left: 40px;
}
.content p{
	line-height: 17px;
	padding: 8px 20px;
	padding-left: 40px;
}
.content ul{
	padding: 0 20px;
	padding-left: 40px;
	margin: 10px 0;
	margin-right: 40px;
	line-height: 22px;
}
.content ul li{
	background: transparent url('images/ul-li-puce.gif') no-repeat;
	background-position: 10px 9px;
	padding: 2px 0;
	padding-left: 20px;
	line-height: 16px;
}
.content ul li.title{
	background-image: none;
	padding: 0; margin: 0;
}
.content ul li.title h4{
	padding: 0; margin: 0; margin-bottom: 6px;
}
.content p.envoyer-cv{
	margin: 20px 0;
	margin-left: 16%;
	text-align: center;
}
.content .col-content{
	float: left;
	width: 30%;
}

#defilementBanniere div {
	width:100%;
	text-align:center;
}
#defilementBanniere div img {
	margin: 0px auto 0px auto;
}

.content #cv-box {
	display:none;
}

.content table{
	margin: 10px 40px;
	width: 90%;
	border-bottom: 1px solid #eee;
}
.content table thead{
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	border-bottom: 1px solid #eee;
}
.content table td{
	padding: 10px 5px;
	min-width: 90px;
}
.content table tr:hover{
	background-color: #f5f5f5;
}

/* =Sidebar -----------------------------------------------------------------------------*/

.sidebar{
	width: 172px;
	float: left;
	margin-right: 5%;
}
.sidebar ul.sub-nav{
	opacity: 0.7;
	background: transparent url('images/bg-sub-nav.gif') no-repeat;
	background-position: center 20px;
	margin: 10px 0;
	margin-top: 0;
	padding-top: 70px;
	line-height: 14px;
	padding-bottom: 20px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 240px;
}
.sidebar ul.sub-nav.collections{
	opacity: 0.7;
	background: transparent url('images/bg-sub-nav-collections.gif') no-repeat;
	background-position: center 20px;
	height: 152px;
	border-bottom: 1px solid #E8E7E7;
}
.sidebar ul.sub-nav li a{
	color: #444;
	display: block;
	padding: 10px 0;
	margin: 0 5px;
	text-decoration: none;
	border-bottom: 1px solid #E8E7E7;
}
.sidebar ul.sub-nav li a:hover,
.sidebar ul.sub-nav li a.active{
	background-color: #fff;
	color: #222;
}
.sidebar ul.photos-gallery{
	margin: 10px 0;
	line-height: 22px;
	margin-bottom: 60px;
}
.sidebar ul.photos-gallery li{
	display: inline;
}
.sidebar ul.photos-gallery li a{
	border: 1px solid #fff;
	display: block;
	float: left;
}
.sidebar ul.photos-gallery li a:hover{
	border: 1px solid #999;
}

/* =Marketing -----------------------------------------------------------------------------*/

#marketing-wrap{
	background-color: #E3E2E0;
	padding: 20px 0 0 0;
	width: 100%;
	min-height: 55px;
	border-top: 1px solid #D4D3D0;
}
#marketing-wrap ul.social-icon{
	width: 200px;
	margin-left: 4%;
	float: left;
}
#marketing-wrap ul.social-icon li{
	display: inline;
	margin-right: 5px;
}
#marketing-wrap div#newsletter{
	width: 600px;
	margin-right: 3%;
	float: right;
}


/* =Form -----------------------------------------------------------------------------*/

.content form{
	padding-left: 40px;
}
.content form p{
	padding-left: 0;
}
.content form input{
	font-size: 125%;
	padding: 10px;
	height: 20px;
	width: 40%;
	min-width: 250px;
	background-color: #fff;
	border: 1px solid #CCC;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.content textarea{
	font-size: 125%;
	padding: 10px;
	background-color: #fff;
	width: 85%;
	min-width: 250px;
	color: #333;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
}
.content form input.btn-envoyer{
	min-width: 150px;
	width: 25%;
	height: 50px;
	background: #141515 url('images/btn-envoyer.gif') no-repeat top center;
	cursor: pointer;
	margin-left: 20%;
	clear: both;
}
#marketing-wrap div#newsletter form input{
	font-size: 125%;
	padding: 5px;
	height: 20px;
	width: 250px;
	background-color: #fff;
	color: #333;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
#marketing-wrap div#newsletter form img,
#marketing-wrap div#newsletter form input{
	vertical-align: middle;
}
#marketing-wrap div#newsletter form input.btn-newsletter{
	width: 104px;
	height: 30px;
	background: #000 url('images/btn-newsletter.gif') no-repeat top left;
	cursor: pointer;
	margin-left: 5px;
	border: none;
}

/* =Footer -----------------------------------------------------------------------------*/

#footer-wrap {
	padding-bottom: 100px;
}
.footer-text a{
	color: #bbb;
}
.footer-text{
	font-size: 8pt;
	color: #888;
}
.footer-text.magasins{
	width: 30%;
	background-color: #202222;
	padding: 15px;
	margin: 10px 0;
	margin-left: 4%;
	float: left;
}
.footer-text.magasins strong{
	font-size: 120%;
	color: #BFBDBD;
}

.footer-text.sitemap{
	width: 50%;
	padding: 10px;
	margin: 10px 0;
	float: right;
	margin-right: 3%;
	text-align: right;
}
.footer-text.sitemap ul{
	margin-top:10px;
	padding: 6px 0 3px 0;
	margin-bottom: 10px;
}
.footer-text.sitemap ul li{
	display: inline;
	padding:0 5px;
	border-right: 1px solid #444;
	font-size: 11pt;
}
.footer-text h5{
	font-size: 11pt;
	line-height: 18px;
	padding: 6px 0;
}
.footer-text p{
	line-height: 14px;
	padding: 2px 0;
}
.col-left{
	float: left;
	width: 125px;
	height: 100px;
	margin-right:15px;
	margin-bottom:15px;
}
ul.copyright{
	clear: both;
	font-size: 8pt;
	color: #545F65;
}


/* =Navigation -----------------------------------------------------------------------------*/


.arrow-back {
	width:29px;
	height:29px;
	background:url('images/arrow-back.gif') no-repeat;		
}
.arrow-forward {
	width:29px;
	height:29px;
	background:url('images/arrow-forward.gif') no-repeat;	
}
#collection-back {
	position: absolute;
	left: 0;
	top: 280px;
}
#collection-forward {
	position: absolute;
	right: 0;
	top: 280px;
}


/* =CV form -----------------------------------------------------------------------------*/


form.cvform {
	width:700px;
}
form.cvform input.textreg {
	width:260px;
	height:30px;
}
form.cvform input#cv {
	width:260px;
	display:;
}
form.cvform label{
	color:#5b5e5e;
	text-transform:uppercase;
	margin-top:12px;
	margin-bottom:7px;
	display:block;
}
form.cvform div.col {
	width:260px;
	float:left;
	margin-left:30px;
}
form.cvform textarea {
	width:345px;
	height:100px;
}
form.cvform div.wide {
	clear:both;
	border:solid 1px #fff;
}
form.cvform input.btn {
	clear:both;
	display:block;
	background:url(images/btn-envoyer.gif);
	width:153px;
	height:50px;
	border:none;
	text-indent:-9999px;
	margin:2em 0 1em 0;
	display:block;
}


/* =News letter form -----------------------------------------------------------------------------*/


#newsletter .fextended {
	display:none;
}
#fancybox-outer .fbase {
	display:none;
}
#fancybox-inner div.ftop, #fancybox-inner div.fextended {
	margin-left:30px;
}

#newsletterform  label{
	color:#5b5e5e;
	text-transform:uppercase;
	margin-top:12px;
	margin-bottom:7px;
	display:block;
}
#newsletterform h3 {
	margin-bottom:1em;
}
#newsletterform input.btn {
	clear:both;
	display:block;
	background:url(images/btn-envoyer.gif);
	width:153px;
	height:50px;
	border:none;
	text-indent:-9999px;
	margin:2em 0 1em 0;
	display:block;
}
#newsletterform input {
	width:260px;
	height:30px;
	vertical-align:middle;
	font-size:125%;
	padding:2px;
}


	#page1 {
		position: absolute;
		top: 0;
		left: 0;
		}
		
	#page2 {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		}
		
	#page3 { 
		margin-left:0; 
		padding: 0; 
		position:absolute; 
		left:0; 
		top:0;
		background: url('../images/10-percent-black.png');
		padding-left: 0;
		overflow: hidden;
		}
		
	#page4 { 
		margin-left:0; 
		padding: 0; 
		position:absolute; 
		left:0; 
		top:0;
		overflow: hidden;
		}

	#page0 {
		position: absolute;
		top: 0;
		left: 0;
		background: url('../includes/images/10-percent-black.png');
		overflow: hidden;
		}
		
	#pageN1 {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		}


	#pagesContainer {
		margin:30px auto; 
		background-color:#aaa; 
		position:relative;
		overflow: hidden;
		margin-left: 40px;
		}

	.pageImage {
		display: none;
	}