body {
	background: url("../images/bg.jpg") repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
}

img{
	border:0px;
}

.university{
	position:absolute;
	top:4px;
	left:4px;
}

#content {
    margin: 0px auto;
    width: 800px;
	overflow:hidden;
}

.subway{
	position:relative;
	background: url("../images/subway.png") no-repeat;
	height:229px;
}

.container_subway{
	height:229px;
}

#evenements{
	background: url("../images/evenements.png") no-repeat top left;
	width:559px;
	height:108px;
}

.container_evenements{
	position:relative;
	width:559px;
	height:108px;
	top:40px;
	left:172px;
}

#events{
	background: url("../images/events.png") no-repeat top left;
	width:333px;
	height:108px;
}

.container_events{
	position:relative;
	top:178px;
	left:380px;
}

#english{
	background: url("../images/english.png") no-repeat top left;
	width:227px;
	height:50px;
	margin-top:100px;
}

#francais{
	background: url("../images/francais.png") no-repeat top left;
	float:right;
	width:241px;
	height:57px;
	margin-top:100px;
}

.footer{	
	margin: 10px auto;
	position:absolute;
	bottom:0;
	color:#ffffff;
	width:800px;
	font-weight: bold;
	text-align:center;
}

.footer a{
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover{
	text-decoration:underline;
}