@charset "UTF-8";
/* CSS Document */

/* RESET CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}
/* RESET CSS */


/* bug d'alignement horizontal */
	html{
	margin-left: -1px;
	overflow-Y: scroll;
	}
	
	/* Opera alignement horizontal */
	@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
		head~body *{ margin-left: -1px;}
	}
	/* Opera alignement horizontal FIN */
/* alignement horizontal FIN */

@font-face {
    font-family: 'bemioregular';
    src: url('bemio-webfont.eot');
    src: url('bemio-webfont.eot?#iefix') format('embedded-opentype'),
         url('bemio-webfont.woff') format('woff'),
         url('bemio-webfont.ttf') format('truetype'),
         url('bemio-webfont.svg#bemioregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body{
	min-height:100%;
}

body{
	margin:0;
	padding:0;
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#000;
	/*background-color:#f7f6f2;*/
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: 2000px 1800px;
	-webkit-background-size: 2000px 1800px;
	background-size: 2000px 1800px;
}

b { color:#fff; font-weight:700; }

a:link {color:#FFF; text-decoration:none;}
a:visited {color:#FFF;}
a:hover {color:#00bac6; text-decoration:none;}
a:active {color:#000;}

#header {
	position:relative;
	width:100%;
	height:180px;
	clear:both;
	/*background:#f7f6f2;
	background-image:url(../images/bg_shad.png);
	background-position:center top;
	background-repeat:repeat-y;*/
}

#header_content {
	width:960px;
	height:180px;
	margin:0 auto;
	clear:both;
	background:#00bac6;
}

#logo{
	position:absolute;
	left:50%;
	top:10px;
	margin-left:-497px;
	width:600px;
	height:150px;
	background-image:url(../images/jrbreault-script.png);
	background-repeat:no-repeat;
	background-position: center center; 
	z-index:300;
}

#titres{
	position:absolute;
	top:62px;
	right:50%;
	margin-right:-479px;
	width:316px;
	height:123px;
	background-image:url(../images/titres_jr-70.png);
	background-repeat:no-repeat;
	background-position: center left; 
	z-index:200;
}

#banniere{
	position:absolute;
	top:-20px;
	left:50%;
	margin-left:-507px;
	width:399px;
	height:182px;
	background-image:url(../images/banniere.png);
	background-repeat:no-repeat;
	background-position: center center; 
	z-index:200;
}

#container{
	background-image:url(../images/bg_shad.png);
	background-position:center top;
	background-repeat:repeat-y;
}

#container_top_menu{
	position:relative;
	float:left;
	margin: 149px 0 0 0;
	padding: 0 0 0 45px;
}

#container_top_menu ul{
	display:block;
	width:490px;
}

#container_top_menu ul li a:link{
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:300;
	letter-spacing:.01em;
	display:block;
	float:left;
	margin: 0 25px 0 0;
	padding: 0 0 10px 0;
	color:#000;
	font-stretch:normal;
}

#container_top_menu ul li a:visited{
	color: #000;
	text-decoration:none;
}

#container_top_menu ul li a:hover{
	color: #FFF;
	text-decoration:none;
	border-bottom:#FFF 3px solid;
}

#container_top_menu ul li a.current{
	color: #005a60;
	text-decoration:none;
	border-bottom:#005a60 3px solid;
}

#container_main_menu{
	postion:absolute;
	width:960px;
	padding-top:300px;
	height:50px;
	background:#FFF;
}

#container_main_menu ul{
	display:block;
	width:100%;
}

#container_main_menu ul li a:link{
	display:block;
	float:left;
	padding: 15px 20px;
	color:#999;
	font:normal normal 18px Helvetica, Arial, sans-serif;
}

#container_main_menu ul li a:hover {
	color: #F60;
	text-decoration:none;
	background-color:#f7f6f2;
}

#content_bg_top{
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
	clear:both;
	/*background-image:url(../images/drp_l_top.png);
	background-position:center 150px;
	background-repeat:no-repeat;*/
}

#content_bg_bottom{
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
	clear:both;
	/*background-image:url(../images/drp_l_bottom.png);
	background-position:center bottom;
	background-repeat:no-repeat;*/
}

#content {
	position:relative;
	width:870px;
	margin:0 auto;
	min-height:600px;
	background-image:url(../images/tile_graygreen.png);
	background-repeat: repeat;
	padding:20px 45px;
	-moz-box-shadow:inset 0 0 200px #000;
	-webkit-box-shadow:inset 0 0 200px #000;
	box-shadow:inset 0 0 200px #000;
	/*border-left:#000 1px solid;
	border-right:#000 1px solid;*/
}

#slogan {
	color:#FFF;
	font:normal normal 48px/56px 'Oswald', Arial, Helvetica, sans-serif;
	margin:40px 20px 0 0;
	-moz-text-shadow: 0 2px 5px #000;
	-webkit-text-shadow: 0 2px 5px #000;
	text-shadow: 0 2px 5px #000;
}

h1{
	color:#fff;
	font:normal normal 38px/42px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:700;
	letter-spacing: 0.03em;
	margin:20px 20px 0 0;
	-moz-text-shadow: 0 1px 4px #000, 0 1px 8px #000;
	-webkit-text-shadow: 0 1px 4px #000, 0 1px 8px #000;
	text-shadow: 0 1px 4px #000, 0 1px 8px #000;
	
}

h2{
	color:#ccc;
	font:normal normal 22px/32px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:200;
	margin:30px 0;
}

h3{
	color:#00bac6;
	font:normal normal 22px/26px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:600;
	margin:30px 0 0 0;
	-moz-text-shadow: 0 1px 4px #000, 0 1px 8px #000;
	-webkit-text-shadow: 0 1px 4px #000, 0 1px 8px #000;
	text-shadow: 0 1px 4px #000, 0 1px 8px #000;
}

h4{
	color:#ccc;
	font:normal normal 18px/22px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:200;
	margin:15px 0;
}


#image_container {
	position:relative;
	display:block;
	width:264px;
	height:180px;
	margin:5px 0 0 0;
	/*border: #000 2px solid;*/
	background-color:#FFF;
	-moz-box-shadow: 0 2px 5px #000;
	-webkit-box-shadow: 0 2px 5px #000;
	box-shadow: 0 2px 5px #000;
}

a.btn_plus {
	position:absolute;
	display:block;
	margin-left:220px;
	width:47px;
	height:60px;
	background-image:url(../images/plusicn.png);
	background-position:center 2px;
	background-repeat:no-repeat;
	z-index:100;
}



a.btn_plus:hover{
	background-position:center top;	
}

#col_left {
	width:268px;
	height:auto;
	float: left;
	margin:20px 30px 20px 0;
}

#col_center {
	width:268px;
	height:auto;
	float: left;
	margin:20px 30px 20px 0;
}

#col_right {
	width:270px;
	height:auto;
	float: right;
	margin:20px 0;
}
	
#footer {
	height:150px;
	/*background-color:#f7f6f2;*/
	background-image:url(../images/bg_shad.png);
	background-position:center top;
	background-repeat: repeat-y;
	overflow:hidden;
}

#footer_content {
	position:relative;
	width:870px;
	margin:0 auto;
	height:100%;
	padding:30px 45px;
	color:#ccc;
	font:normal normal 16px/22px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight:300;
	background-image: url(../images/hr_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
}
	
#footer_bg {
	position:relative;
	width:960px;
	margin:0 auto;
	height:100%;
	background-image: url(../images/tile_graygreen.png);
	background-repeat: repeat;
	-moz-box-shadow:inset 0 0 250px #000;
	-webkit-box-shadow:inset 0 0 250px #000;
	box-shadow:inset 0 0 250px #000;
	/*border-left:#000 1px solid;
	border-right:#000 1px solid;*/
}

#coord {
	position:relative;
	float:left;
	width:auto;
}

#plan {
	position:relative;
	float:left;
	margin:0 0 0 20px;
	font: normal normal 12px/16px 'Source Sans Pro', Arial, Helvetica, sans-serif; 
}

#plan a:link{
	color:#000;
}

#plan a:visited{
	color:#000;
}

#plan a:hover{
	color:#FFF;
}

#plan a:active{
	color:#000;
}

#social_container {
	position:relative;
	float:right;
	width:auto;
	height:auto;
	padding:10px 0;
}

.facebook {
	background:url(../images/facebook-w.png) center center no-repeat;
	margin:0 10px 0 0;
}

.twitter {
	background:url(../images/twitter-w.png) center center no-repeat;
	margin:0 10px 0 0;
}

.google {
	background:url(../images/google-w.png) center center no-repeat;
}

.behance {
	background:url(../images/behance-w.png) center center no-repeat;
	margin:0 10px 0 0;
}

.linkedin {
	background:url(../images/linkedin-w.png) center center no-repeat;
	margin:0 10px 0 0;
}

a.social_link {
	width:30px;
	height:30px;
	float:left;
}

a.social_link:hover {
	background-color: #00bac6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 6px 3px #00bac6;
	-webkit-box-shadow: 0 0 6px 3px #00bac6;
	box-shadow: 0 0 6px 3px #00bac6;
}

#clrflt {
	clear:both;
}

#hr_top {
	background-image: url(../images/hr_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	border-top:#000 1px solid;
	height:15px;
}

#hr_btm {
	background-image: url(../images/hr_bg_btm.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	border-bottom:#000 1px solid;
	height:15px;
	margin:20px 0;
}