/* @override
	http://ideva-bjv/application/lib/css/all.css
	http://boisjacquesvoyer.ideva.ca/application/lib/css/all.css
*/

html {
}
body {
	font:13px Arial, Helvetica, sans-serif;
	background:url(../images/bg-body.jpg);
}
a {text-decoration:none;}

@media (min-width: 768px) {
  .container {
    max-width: 823px;
  }
}

#header {
	background:url(../images/bg-header.png) no-repeat;
	height: 146px;
	overflow: hidden;
	margin-top: 15px;
}
.bordered {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #658755;
	background-color: white;
	-webkit-box-shadow: #878787 4px 4px 4px;
	-moz-box-shadow: #878787 4px 4px 4px;
	box-shadow: #878787 4px 4px 4px;
}
.verticalpadded {
	margin: 10px 0;
}
.footerbg {
	background-image: url(../images/footer-background.png);
	min-height: 110px;
}
@media only screen and (min-width : 992px) {
	.mainfooter {
		margin-right: -15px !important;
	}
}
@media only screen and (max-width : 992px) {
	.footerbg {
		min-height: 0;
	}
}
p.link-switch {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	line-height:28px;
	font-size:12px;
	color:#969892;
}
p.link-switch span { color: white; }
p.link-switch a {color: #969892; border: none; text-decoration: none !important; }
p.link-switch a span {color: #e0e0e0; border: none !important; text-decoration: none !important; }
p.link-switch a:hover {color: white; border: none !important; text-decoration: none !important; }
p.link-switch a:hover span {}

/****************************************************/
#header {
	position: relative;
}
.logo {
	position: absolute;
	top: 10px;
	left: 10px;
}
.logo a {
	display: block;
	width: 443px;
	height: 97px;
	background:url(../images/logo.png) no-repeat;
	cursor:pointer;
	text-indent: -9999px;
	background-size: 100%;
}

.logo-fsc {
	position: absolute;
	top: 40px;
	right: 10px;
	width:63px;
	height:73px;
	text-indent:-9999px;
}
.logo-fsc a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../images/logo-fsc.png) no-repeat;
	background-size: 100%;
	cursor:pointer;
}

.logo-dmb {
	float:right;
	margin:24px 0 0 0;
	width:190px;
	height:72px;
	text-indent:-9999px;
	background-size: 100%;
/*	background:url(../images/logo-dmb.png) no-repeat center 10px; */
}


@media only screen and (min-width : 100px) {
	.logo { top: 35px; }
	.logo a { width: 200px; }
	.logo-fsc { right: -5px;}
	.logo-fsc a { width: 50px; }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.logo { top: 10px; }
	.logo a { width: 380px; }
	.logo-fsc { right: 10px;}
	.logo-fsc a { width: 63px; }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.logo a { width: 443px; }
}


/****************************************************/

.maincontent {
	padding: 0 5px;
	overflow: hidden;
}
.maincontent :not(.product) img {
	padding-right: 20px !important;
}
.maincontent h3 {
	font-size: 1.17em;
	font-weight: bold;
}
@media only screen and (min-width : 992px) {
	.maincontent {
		margin-right: -15px !important;
		min-height: 665px;
	}
}


.maincontent h2 {
	clear: both;
	margin:10px 0 0 0;
	color:#757a00;
	font-size:20px;
	font-weight: bold;
}

.rightcol {
	padding: 0 10px;
	overflow: hidden;
}
.rightcol h3 {
	color:#000;
	position:relative;
	margin: 0 -10px 6px -10px;
	line-height:36px;
	font-size:17px;
	background-image: url(../images/box-top.png);
	text-indent: 10px;
	font-weight: bold;
}


.products {
}
.products a.current-product {
	font-weight: bold;
}
.products a {
	display: block;
	float: left;
	line-height:26px;
	width: 100%;
	border: 1px solid #144a00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 4px;
	color: #161616;
	text-decoration: none;
	text-indent: 4px;
	letter-spacing: -1px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.products a {
		width: 49%;
		margin-right: 1%;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.products a {
		width: 49%;
		margin-right: 1%;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.products a {
		width: 32%;
		margin-right: 1%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.products a {
		width: 100%;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.products a {
		width: 100%;
	}
}




.products a:hover {
	/*color: #d9fc05;*/
}



/**********************************************************************/
/*.links-b {
	height:1%;
	overflow:hidden;
	margin:0;
	padding:8px 10px 10px 46px;
	list-style:none;
}
.links-b li {
	float:left;
	overflow:hidden;
	color:#fff;
	padding:0 33px 0 0;
}
.links-b h3 {
	margin:0;
	float:left;
	font-size:12px;
	font-weight:normal;
}
.links-b a {
	float:left;
	margin:3px 0 0 0;
	cursor:pointer;
	text-indent:-9999px;
}
*/

















.top-nav-wrapper {
	background-image: url(../images/box-top.png);
	width: 110%;
	margin:0 0 0 -5px;
	padding: 0 10px 0 0;
	line-height:36px;
	min-height: 36px;
}

.top-nav,
.add-nav ul {
	overflow:hidden;
	padding:0;
	list-style:none;
}
.top-nav li,
.add-nav li {
	display: inline-block;
	float:left;
	font-size:15px;
	margin:0 -1px 0 1px;
	padding:0 16px 0 16px;
	background:url(../images/divider.gif) no-repeat 100% 6px;
}
.top-nav a, .add-nav a {color:#969892; text-decoration: none;}
.top-nav a:hover {color:#4b4e00;}

.text {
	width:100%;
	overflow:hidden;
	padding:7px 0 0 0;
}
.text ul {
	margin:15px 0 0 0;
	padding:0;
	list-style:none;
}
.text ul a {
	color:#000;
	padding:0 0 0 12px;
	background:url(../images/bullet-arrow.gif) no-repeat 0 5px;
}
.text ul a:hover {text-decoration:underline;}
a {
	color:#757a00;
	text-decoration:underline;
}
.links a:hover {text-decoration:none;}



.address {
	font-size:12px;
	line-height:14px;
	color:#9d9d9c;
}
.address a {color:#9d9d9c;}
.address a:hover {text-decoration:underline;}
.address p {margin:0;}
.address em {font-style:normal;}
.address em {
	display:block;
	padding:10px 0 0 0;
}

.nav-bottom {
	width:823px;
	overflow:hidden;
	background:url(../images/bg-nav-bottom.png) repeat-y;
}
.nav-bottom-l {
	position:relative;
	float:left;
	width:636px;
}
.nav-bottom-r {
	position:relative;
	float:right;
	width:187px;
}
.navigation {
	height:1%;
	overflow:hidden;
	margin:0;
	padding:5px 5px 5px 26px;
	list-style:none;
}
.navigation  li {
	float:left;
	width:65px;
	padding:0 12px 0 0;
	font-size:11px;
	line-height:18px;
}
.navigation a {
	color:#fff;
	text-decoration:underline;
}
.navigation a:hover {text-decoration:none;}


/**************************************************************/
.mainfooter p {
	color: white;
	margin: 10px;
}
.mainfooter h6 {
	font-size: 1.1em;
	margin: 10px;
	color: white;
	border-bottom: 1px solid #aaa;
}
.mainfooter img {
	margin: 0 10px 10px 10px;
}



/* Formulaires */

form ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
form ol li {
	margin-bottom: 10px;
}
form ol li em {
	display: block;
	float: left;
	font-size: 14px;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #13bff1;
	font-weight: bold;
}

form hr {
	margin-bottom: 20px;
	border: 0;
	clear: both;
	border-bottom: 1px solid grey;
}

span.form-error {
	display: block;
	width: 295px;
	position: absolute;
	background-color: #ffaa00;
	margin-left: 250px;
	padding: 5px;
}

span .pointer {
	background-image: url(../images/arrow.gif);
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top:0px;
	left: -16px;
}

input.form_input_text {
	width: 230px;
}

.form_input_text,
.form_textarea {
	border: 1px solid #ccc;
	padding: 2px;
}

p.error_message+p {
	color: black;
	padding: 8px;
	background-color: #ffaa00;
}

div.product img {
	padding: 2px;
	border: 1px solid #ccc;
	margin: 5px;
}



