@charset "UTF-8";
/* CSS Document */
html, body {
    height: 100%;
}
body
{
	margin:0 0 0 0;
	padding:0;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	color:#FFFFFF;
	font-size:100%;
	font-weight:normal;
	-webkit-text-size-adjust:none;
	background-image: url(http://www.brockdesign.ca/images/bkgrnd.jpg);
	background-color:#000000;
}

#container {
	min-height: 100%;
	width: 950px;
	z-index: 0;
	height: auto;
}

* html #container {
    height: 100%;
}

#menu{
	height: 20px;
	width: 800px;
	z-index: 1;
	position: relative;
	top: 10px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 150px;
	}
	
#logo{
	height: 162px;
	width: 124px;
	z-index: 1;
	position: relative;
	top: 18px;
	margin-left: 20px;
	margin-right: auto;
	}

#erreur404{
	height: 145px;
	width: 240px;
	z-index: 1;
	position: relative;
	margin-left: 350px;
	margin-right: auto;
	background-image: url(http://www.brockdesign.ca/404/erreur_404.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

#texte404{
	height: auto;
	width: 240px;
	z-index: 1;
	position: relative;
	margin-left: 350px;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	}
	
#copyright{
	height: 20px;
	width: 800px;
	z-index: 1;
	position: relative;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 150px;
	text-align: right;
	}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	line-height: 10pt;
}
	
	.texte a:link {
	font-size: 12px;
	text-decoration: none;
	color: #CFE0F3;
	font-weight:bold;
	}
	.texte a:hover {
	font-size: 12px;
	text-decoration: underline;
	text-align: right;
	font-weight: bold;
	}
	.texte a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CFE0F3;
	text-align:right;
	font-weight:bold;
	text-decoration: none;
}

.petits_caracteres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	text-align: right;
}
	.petits_caracteres a:link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:none;
	font-weight: normal;
	}
	.petits_caracteres a:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:none;
	font-weight: normal;
	}	
	.petits_caracteres a:hover {
	color: #CFE0F3;
	font-size: 12px;
	text-decoration: underline;
	}
	
.grand_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	text-transform: none;
}

.texte_bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CFE0F3;
	text-align: justify;
	line-height: 9pt;
}

