/* Splash page CSS */

body{
	font-family: 'sans-serif', helvetica, arial;
	font-size: 13px;
	}
	
a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
	
a:visited{ 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
	
a:active{ 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

#main-container{
	margin: auto;
	width: 468px;
	float: center;
	}

#flag-col{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 41px;
	float: left;
	position: relative;
	}
	
#main-col{
	width: 427px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	position: relative;
	}

#foot-row{
	margin: 20px 0 0 0;
	width: 427px;
	float: right;
	position: relative;
	}
	
.lang-button{
	margin: 15px 0 0 18px;
	border: 1px solid #fff;
	line-height: 45px;
	width: 90px;
	height: 50px;
	background: #600;
	color: #fff;
	font-weight: bold;
	text-align: center;
	float:left;
	position:relative;
	}
	
.important-notices{
	margin: 0 0 0 18px;
 	float:left;
	position:relative;
	color: #660000;
	font-size: 11px;
	font-weight: bold;
	}
	
.avis-importants{
	margin: 0 0 0 0;
	float: right;
	position:relative;
	color: #660000;
	font-size: 11px;
	font-weight: bold;
	}
	
.department{
	margin: 0 0 0 18px;
	}
	
.flag-img{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
.cow-img{
	margin: 15px 0 0 18px;
	float: left;
	position: relative;
	}
	
.canada-logo{
	margin: 30px 0 0 0;
	float: right;
	position: relative;
	}
	


.avis-importants a{
	color: #600;
	font-weight: bold;
	}

.avis-importants a:visited{ 
	color: #600;
	font-weight: bold;
	}
	
.avis-importants a:hover{
	color: #600;
	font-weight: bold;
	}
	
.avis-importants a:active{ 
	color: #600;
	font-weight: bold;
	}
	
	
.important-notices a{
	color: #600;
	font-weight: bold;
	}
	
.important-notices a:visited{ 
	color: #600;
	font-weight: bold;
	}
	
.important-notices a:hover{
	color: #600;
	font-weight: bold;
	}
	
.important-notices a:active{ 
	color: #600;
	font-weight: bold;
	}