@charset "UTF-8";
body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align:center;
	color: #FFFFFF;
}

/*---------- index ----------*/

#container {
	height: 600px;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-image: url(assets/background/backgroundIndex.png);
}
#nav {
	width: 500px;
	top: 252px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#nav a{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#nav img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#french {
	float: left;
}
#english {
	float: right;
}
#announcement {
	float: left;
	width: 800px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-size: 18px;
	margin-top: 25px;
}
#announcement p {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*---------- mainPages ----------*/

#mainPages #container {
	background-image: url(assets/background/background.png);
}
#mainPages #nav {
	width:600px;
	height: 500px;
	top:30px;
}
#media {
	float: left;
	top: 72px;
	left: 93px;
	position: absolute;
}
#links {
	float: left;
	position: absolute;
	top: 251px;
	left: 52px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#links img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
}
#contact {
	float: left;
	position: absolute;
	top: 265px;
	left: 120px;
}
#about {
	float: right;
	position: absolute;
	top: 90px;
	left: 338px;
}
#portfolio {
	float: right;
	position: absolute;
	top: 222px;
	right: 35px;
}
#crow {
	vertical-align: middle;
	float: left;
	position: absolute;
	left: 221px;
	top: 117px;
}
