#navigtop {
  	margin: 15px 0 0 0;  
}
#breadcrumb, #alerte-cog {
	position:relative;
}
#breadcrumb a:after, #alerte-cog a:after{
  	content: "";
}
#alerte-cog {
	font-size:0.8em;
	margin-left: 26px;
    	margin-top: 15px;
}
#alerte-cog a {
	text-decoration:none;
}
.snap-box{
	margin-left: -19px;
	padding: 10px 20px 30px 20px;
  	width: 935px;
}
.snap-test{
	background: #439501; /* Old browsers */
	background: -moz-linear-gradient(top,  #439501 0%, #296300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#439501), color-stop(100%,#296300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #439501 0%,#296300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #439501 0%,#296300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #439501 0%,#296300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #439501 0%,#296300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439501', endColorstr='#296300',GradientType=0 ); /* IE6-9 */
}
.snap-alert{
	background: #d80101; /* Old browsers */
	background: -moz-linear-gradient(top,  #d80101 0%, #970000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d80101), color-stop(100%,#970000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d80101 0%,#970000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d80101 0%,#970000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d80101 0%,#970000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d80101 0%,#970000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d80101', endColorstr='#970000',GradientType=0 ); /* IE6-9 */
}
.snap-message{
	color:#fff;
	float:left;
	font-size: 1.7em;
	font-weight:bold;
}
.snap-link a{
	background: url(../images/quebec_alerte/fleche_bandeau.png) no-repeat;
	float:right;
	color:#fff;
	font-weight:bold;
	font-size: 1.6em;
  	width: 91px;
  	padding-left: 30px;
  	height: 25px;
}