/*
written by CGI for seao.ca / constructo.ca
Copyright 2012
*/
/* styles dans l'entete de la page */
#header{
	background: #fff url(https://www.seao.ca/images/bg_seao_header.png) repeat-x left top;
	height:9em;
	position:relative;
	margin:0 -1.515151%; /* -15/990px*/
	/*width:990px;*/
	width:103.125%;/*990/960px*/
}
#logo{
	margin:47px 2.0833% 0 1.0416%; /* 20/960px et 10/960px*/
	float:left;
	/*width:39.5833%;*/

}
#RechercheSimple{
   color:#3f3f3f;
	margin:47px 2.0833% 0 0;/* 20/960px*/
	width:22.91%; /*220/960px*/
	/*width:220px;*/
	float:right;
	background-color:#D3F0F9;
	/*-moz-border-radius: .5em;
	-webkit-border-radius: .5em;*/
	border-radius:.5em;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0D3F0F9,endColorstr=#C0D3F0F9);
}
#reference{

	color:#000;
	font-size: 0.688em;
	font-weight:normal;

}
#reference a{
	color: #214d64;
}
#reference a:hover{
	text-decoration: none;
}
/*Navigation horizontale*/
#nav{
	margin:0 -1.515151%; /*  0 -15/990px */
	width:103.125%;/*990/960px*/
	float:left;
	border-bottom:1px solid #ccc;
   background: #347a97 url(https://www.seao.ca/images/bg_nav.png) repeat-x top;
	/*background: -moz-linear-gradient(top, #347a97 0%, #4fc1e6 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#347a97), color-stop(100%,#4fc1e6)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top, #347a97 0%,#4fc1e6 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, #347a97 0%,#4fc1e6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #347a97 0%,#4fc1e6 100%); /* IE10+ */
background: linear-gradient(top, #347a97 0%,#4fc1e6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#347a97', endColorstr='#4fc1e6',GradientType=0 ); /* IE6-9 */
	box-shadow:0 3px 6px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 3px 6px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 3px 6px 4px  rgba(0, 0, 0, 0.2);
	filter:progid:DXImageTransform.Microsoft.Shadow(color='cccccc', Direction=135, Strength=6);
    /*zoom: 1;*/
}
  
#nav ul{
	list-style: none;
}
.menuLogin{
	float:right;
	margin-right:2.525252%;/*25/990px*/
}
.menuLogin a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size:0.6875em;
	margin-left:20px;
}
.menuLogin a:hover{
	text-decoration: underline;
}
.menuLogin li,
.menuSecondaire li,
.menuPanier li,
.menuUtilisateur li{
	display: inline;
	line-height:2em;
}
.menuSecondaire{
	float:left;
	margin-left:2.525252%;/*25/990px*/
	white-space: nowrap;
}
.menuSecondaire a{
	color:#fff;
	text-decoration:none;
	font-size: 0.813em;
	font-weight:bold;
	text-shadow: 0 0px 1px #000;
}
.menuSecondaire a:hover{
	text-decoration:underline;
}
.menuSecondaire li{
	border-left: 1px dashed #c9ecf8;
	padding:2px 10px;
}
.menuSecondaire li:first-child{
	padding:2px 10px 2px 0;
	border-left:none;
}

#navPrincipal{
	background-color:#fff;
	clear:both;
	float:left;
	width:100%;
}
.menuPanier {
	float:right;
	margin-right:2.525252%;/*25/990px*/
	text-transform:uppercase;
}

.menuPanier a,
.menuUtilisateur a{
	color:#153444;
	text-decoration: none;
	font-weight:bold;
	font-size: 0.875em;
}

.menuUtilisateur{
	float:left;
	margin-left:2.525252%;/*25/990px*/
}

.menuUtilisateur a:hover,
.menuPanier a:hover{
	text-decoration:underline;
}
.menuUtilisateur li{
	border-left: 1px dashed #c9ecf8;
	padding:2px 10px;
}

.menuPanier li{
	padding:2px 0 2px 20px;
}
.menuUtilisateur li:first-child{
	padding:2px 10px 2px 0;
	border-left:none;
}

/*footer styles*/
#footer{
	clear: both;
	float:left;
	color:#fff;
	margin:0 -1.515151%; /* -15/990px*/
	width:103.125%;/*990/960px*/
	background: #1C485E url(https://www.seao.ca/images/bg_footer.png) repeat-x top;
/*background: -moz-linear-gradient(top, #1d85aa 0%, #1c485e 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d85aa), color-stop(100%,#1c485e)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top, #1d85aa 0%,#1c485e 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, #1d85aa 0%,#1c485e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1d85aa 0%,#1c485e 100%); /* IE10+ */
background: linear-gradient(top, #1d85aa 0%,#1c485e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d85aa', endColorstr='#1c485e',GradientType=0 ); /* IE6-9 */	
	box-shadow:0 3px 6px 4px rgba(0, 0, 0, 0.3);
	/*-moz-box-shadow:0 3px 6px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 3px 6px 4px  rgba(0, 0, 0, 0.3);*/
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=6);
    /*zoom: 1;*/
}

#footer h3,
#footer h4 {
	line-height: 150%;
	margin-bottom: 10px;
	text-shadow: 0 0px 1px #153444;
	color:#fff;
	font-size:smaller;
}
#description{
	float:left;
	width:22.2222%;/*220/990*/
	margin:30px 0 20px 2.525252%;/*25/990px*/
	text-shadow: 0 0px 1px #153444;
	
}
.tagline{
	font-size:0.750em;
line-height: 150%;
	text-shadow: 0 0px 1px #153444;
}
.footerNav{
	float:left;
	width: 14.14141%;/*140/990*/
	margin:30px 0 20px 2.020202%;/*20/990*/
	text-shadow: 0 0px 1px #153444;
}
.footerNav ul{
	font-size:0.750em;
	list-style: none;
		line-height: 150%;
}
.footerNav li{
	margin-bottom:5px;
}
.footerNav a{
	color:#fff;

}
.footerNav .icone{
	margin:0 0 0 3px;
}
.footerNav a:hover{
	text-decoration: none;
}
.copyright{
	clear:both;
margin:0 1.04166666%;/*10/960px*/
padding: 10px 0;
text-align: center;
	font-size:0.750em;
}
@media screen and (min-width: 700px) and (max-width: 1000px){
#header{
	background: none;
	background-color:#fff;
	height:7.2em;
}
	#nav, #header, #footer{
		margin: 0!important;
		width:100%;
	}
#logo{
	margin:15px 1.0416% 0 1.0416%; /*  10/960px*/
	width:55%;
	line-height:1em;
}
#RechercheSimple{
	margin:19px 1.0416% 0 0;/* 10/960px*/
 width:28%; 
}
.lienRech{
	display:none;
}
.menuLogin{
	top:93px;
	position: absolute;
	right:0px;
	margin-right:1.0416%;

}
.menuLogin a{
	color: #214d64;
	margin:0;
}
.menuLogin li{
	border-left: 1px solid #214d64;
	padding:1px 10px;
	line-height:1em;
}
.menuLogin li:first-child{
	border-left:none;
	padding:2px 10px 2px 0;
}
.menuSecondaire, .menuUtilisateur{
	margin-left:1.0416%;
}
.menuSecondaire li,
.menuPanier li,
.menuUtilisateur li{
/*font-size:95%;*/
	line-height:2em;
}
#description{
	float:none;
	width:90%;
	margin:10px 1.0416%;	
}
#reference{
	padding-left:0;
		font-size:0.750em;
}
.footerNav{
	width: 20%;/*140/990*/
	margin:0 0 20px 1.0416%;/*10/990*/
}
}