@charset "utf-8";
/* CSS Document */
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font: 12px/18px normal Arial, Helvetica, sans-serif;
	color:#595F63;
}
a{
	color: #52829D;
    text-decoration: none;	
}
a:hover{
	color: #3A567E;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b{
	padding-top:5px;
}
/* General style */
html{font-size:10px;}
body{
	color:#636363;
	font: 130%/180% normal Verdana, Arial, Helvetica, sans-serif;	
}
.clear{
	clear:both;
	height:0;
}
h1{
	font-family: 'Droid Serif', serif;
	color:#2f4a59;
}
#header{
	width:100%;
	margin:0 0 20px 0;
	overflow:hidden;
	padding:0 0 10px 0;	
	border-bottom:1px solid #376c8a;
	background: #6291ab; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6291ab', endColorstr='#446f87'); /* for IE */
	background: -moz-linear-gradient(top, rgba(98,145,171,1) 0%, rgba(68,111,135,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,145,171,1)), color-stop(100%,rgba(68,111,135,1))); /* Chrome,Safari4+ */
	background: -o-linear-gradient(top, rgba(98,145,171,1) 0%,rgba(68,111,135,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(98,145,171,1) 0%,rgba(68,111,135,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(98,145,171,1) 0%,rgba(68,111,135,1) 100%); /* W3C */*/
	-webkit-box-shadow: 0 1px 6px 0px #999999;
	-moz-box-shadow: 0 1px 6px 0px #999999;
	box-shadow: 0 1px 6px 0px #999999;		
}
#header .inner{
	margin:0 auto;
	width:960px;
}
	#header .inner a{
		color:#FFFFFF;	
	}
	#header .inner a:hover{
		color:#c3cfd9;	
	}
	#header .inner .logo{
		height:70px;
		width:287px;
		display:block;
		float:left;
		background:url(../images/logo.png) 0 0 no-repeat;
		margin:10px 0 0 0;
	}
	#header .inner .logo a{
		height:70px;
		width:287px;
		display:block;
		cursor:pointer;	
	}	
	#header .inner #nav{
		float:right;
		clear:right;
		padding:15px 0 0 0;
	}
	#header .inner #nav li{
		float:left;
		margin:0 0 0 10px;

		
		display:block;
		width:auto;

	}
	#header .inner #nav li a{
		display:block;
		padding:8px 10px;
		font-size:16px;
		color:#777777;
		font-family: 'Droid Serif', serif;
		font-weight:bold;
		background-color:#FFFFFF;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;		
		-webkit-box-shadow: 0 1px 6px 0px #3b3b3b;
		-moz-box-shadow: 0 1px 6px 0px #3b3b3b;
		box-shadow: 0 1px 6px 0px #3b3b3b;		
	}
	#header .inner #nav li a:hover{
		background-color:#dfeaf3;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;	
		color:#696969;	
	}
	#header .inner .tools{
		float:right;
	}
	#header .inner .tools li{
		float:left;
	}
	#header .inner .tools li a{
		padding:0 5px;
		font-size:10px;

	}
#footer{
	background-color: #2F4A59;
	width:100%;
	margin:20px 0 0 0;
	min-height:100px;
	color: #FFFFFF;
}
#footer .inner{
	margin:0 auto;
	width:960px;
	padding:10px 0;
}
#footer .inner a{
	color: #FFFFFF;
}
#footer .inner small{
	margin:0 auto;
	text-align:center;
	display:block;
}
#footer .inner a{
	width:96px;
	height:28px;
	display:block;
	margin:0 auto;
}
.content{
	width:960px;
	margin:0 auto;
}
.content .col-left{
	float:left;
	width:25%;
}
.content .col-right{
	float:left;
	width:75%;
}
.content .col-right .skidoo_holder{
	margin:0 0 0 20px;
	background-color:#dfeaf3;
}
/* accueil ####################################################### */
#home .col-left{
	width:35%;

}
#home .col-left .info{
	border:1px solid #C3CFD9;
	padding:10px 15px;
}
#home .col-left .info p{
	margin:0 0 10px 0;
	color: #3A567E;	
}
#home .buy{
	display:block;
	padding:8px 10px;
	font-size:16px;
	color:#FFFFFF;
	font-family: 'Droid Serif', serif;
	font-weight:bold;
	background-color:#FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
	-webkit-box-shadow: 0 1px 6px 0px #3b3b3b;
	-moz-box-shadow: 0 1px 6px 0px #3b3b3b;
	box-shadow: 0 1px 6px 0px #3b3b3b;
	text-align:center;
	border-top:1px solid #3e708c;
	border-left:1px solid #3e708c;
	border-right:1px solid #3e708c;
	border-bottom:1px solid #376c8a;
	background: #73aac8; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73aac8', endColorstr='#50839f'); /* for IE */
	background: -moz-linear-gradient(top, rgba(115,170,200,1) 0%, rgba(80,131,159,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(115,170,200,1)), color-stop(100%,rgba(80,131,159,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(115,170,200,1) 0%,rgba(80,131,159,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(115,170,200,1) 0%,rgba(80,131,159,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(115,170,200,1) 0%,rgba(80,131,159,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(115,170,200,1) 0%,rgba(80,131,159,1) 100%); /* W3C */	
}
#home .buy:hover{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;	
	color:#d8dbdd;	
	background: #6291ab; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6291ab', endColorstr='#446f87'); /* for IE */
	background: -moz-linear-gradient(top, rgba(98,145,171,1) 0%, rgba(68,111,135,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,145,171,1)), color-stop(100%,rgba(68,111,135,1))); /* Chrome,Safari4+ */
	background: -o-linear-gradient(top, rgba(98,145,171,1) 0%,rgba(68,111,135,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(98,145,171,1) 0%,rgba(68,111,135,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(98,145,171,1) 0%,rgba(68,111,135,1) 100%); /* W3C */*/		
}
#home .sh{
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
#home .col-right{
	width:65%;
}
#home .col-right .book_holder{
    border-left: 1px solid #B5C3CB;
	border-right: 1px solid #B5C3CB;
	border-bottom: 1px solid #B5C3CB;
	background-color: #DFEAF3;
	padding:0 0 20px;
	margin:0 0 0 20px;
	overflow:hidden;
}
#home .col-right .book_holder img{
	padding:5px;
	border:1px solid #C3CFD9;
	margin:0 auto;
	background-color:#FFFFFF;
	display:block;
	max-width:550px;
}
#home .col-right .book_holder h1{
	background-color:#2F4A59;
	color:#FFFFFF;
	padding:15px;
	margin:0 0 10px;
	-webkit-box-shadow: 0 1px 6px 0px #999999;
	-moz-box-shadow: 0 1px 6px 0px #999999;
	box-shadow: 0 1px 6px 0px #999999;
	overflow:hidden;
}
#home .col-right .book_holder h1 strong{
	float:left;
	padding:8px 0;
	clear:left;
}
#home .col-right .book_holder h1 span{
	float:right;	
}
/* page motoneige ################################################ */
.col-left{}
.col-left #accordion{}
.col-left #accordion h4{
	/*
	border-left: 1px solid #C3CFD9;
	border-right: 1px solid #C3CFD9;
	*/
}
.col-left #accordion h4 a{
	color:#FFFFFF;
	display:block;
	padding:4px 5px;
	border-top:1px solid #3e708c;
	border-bottom:1px solid #376c8a;
	background: #6291ab; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6291ab', endColorstr='#446f87'); /* for IE */
	background: -moz-linear-gradient(top, rgba(98,145,171,1) 0%, rgba(68,111,135,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,145,171,1)), color-stop(100%,rgba(68,111,135,1))); /* Chrome,Safari4+ */
	background: -o-linear-gradient(top, rgba(98,145,171,1) 0%,rgba(68,111,135,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(98,145,171,1) 0%,rgba(68,111,135,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(98,145,171,1) 0%,rgba(68,111,135,1) 100%); /* W3C */*/
}
.col-left #accordion h4 a:hover{
	background: #73aac8; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73aac8', endColorstr='#50839f'); /* for IE */
	background: -moz-linear-gradient(top, rgba(115,170,200,1) 0%, rgba(80,131,159,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(115,170,200,1)), color-stop(100%,rgba(80,131,159,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(115,170,200,1) 0%,rgba(80,131,159,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(115,170,200,1) 0%,rgba(80,131,159,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(115,170,200,1) 0%,rgba(80,131,159,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(115,170,200,1) 0%,rgba(80,131,159,1) 100%); /* W3C */
}
.col-left #accordion ul{

}
.col-left #accordion ul li{
    border-bottom: 1px solid #C3CFD9;
	border-left: 1px solid #C3CFD9;
	border-right: 1px solid #C3CFD9;
    margin: 0;
    text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
	padding:0;
}
.col-left #accordion ul li.first{
    border-top: 1px solid #C3CFD9;
}
.col-left #accordion ul li a{
	width:208px;
	display:block;
	padding:5px 15px;
	position:relative;
	outline:none;
	margin:0;
}
.col-left #accordion ul li a i{
	position:absolute;
	top:10px;
	right:15px;
	background:url(../images/menu-arrow.png) 0 0 no-repeat;
	width:7px;
	height:12px;
	opacity:0.3;
	-webkit-transition: margin-right 0.1s ease-out 0s, opacity 0.1s ease-out 0s;
	-moz-transition: margin-right 0.1s ease-out 0s, opacity 0.1s ease-out 0s;
	-o-transition: margin-right 0.1s ease-out 0s, opacity 0.1s ease-out 0s;
	transition:color 1s ease-in;  
	display:block;
}
.col-left #accordion ul li a:hover i{
	margin-right:-5px;
	opacity:1;
	
}
.col-left #accordion ul li a:hover{
	background-color:#dfeaf3;
}
.col-left #accordion ul li.selected a{
	background-color:#dfeaf3;
	color: #3A567E;	
}
.col-left #accordion ul li.selected a i{
	width:6px;
	height:13px;
	background:url(../images/menu-selected-arrow.png) 0 0 no-repeat;
	right:-1px;
	opacity:1;
}
.col-left #accordion ul li.selected a:hover i{
	margin-right:0;
}
.col-right .skidoo_holder h1{
	background-color:#2F4A59;
	color:#FFFFFF;
	padding:15px;
	margin:0;
	-webkit-box-shadow: 0 1px 6px 0px #999999;
	-moz-box-shadow: 0 1px 6px 0px #999999;
	box-shadow: 0 1px 6px 0px #999999;
	overflow:hidden;	
}
.col-right .skidoo_holder h1 strong{
	float:left;
	padding:8px 0;
}
.col-right .skidoo_holder h1 span{
	float:right;
	color:#777777;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#FFFFFF;
	padding:8px 5px;
	display:block;
	width:auto;
	font-size:16px;
}
.col-right .skidoo_holder .top-info{
	padding:10px 0;
	overflow:hidden;
    border-bottom: 1px solid #B5C3CB;
	border-left: 1px solid #B5C3CB;
	border-right: 1px solid #B5C3CB;	
}
.col-right .skidoo_holder .top-info .col-left,
.col-right .skidoo_holder .top-info .col-right{
	width:50%;
	float:left;
	display:block;
	padding:0 0 10px 0;
}
.col-right .skidoo_holder .top-info i{
	color:#777777;
	font-family: 'Droid Serif',serif;
	padding:0 5px;
}
.col-right .skidoo_holder .top-info i span{
	width:98px;
	display:block;
	float:left;
	text-align:right;
	padding:0 5px 0 0;
	text-transform:capitalize;
}

.col-right .skidoo_holder #img_motoneige{
	max-width:642px;
	padding:7px;
	border:1px solid #C3CFD9;
	margin:0 auto;
	background-color:#FFFFFF;
	display:block;
}
.col-right .skidoo_holder .description{
	margin:17px;
	
}
.col-right .skidoo_holder .top-info .noshow,
.col-right .skidoo_holder #img_motoneige.noshow{
	display:none;
}
.col-right .skidoo_holder .top-info .show,
.col-right .skidoo_holder #img_motoneige.show{
	display:block;
}

#home .col-right .book_holder .book_nav{
	float:left;
}
#home .col-right .book_holder .book_nav ul{
	width:136px;
	padding:0;
	margin:0 4px;
}
#home .col-right .book_holder .book_nav ul li{
	padding:0 0 5px;
}
#home .col-right .book_holder .book{
	float:left;
}
#book_title{
	font-size:16px;
}



















