@charset "UTF-8";
/* CSS Document */

html
{
	height: 100%;
	overflow: hidden;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/fond.jpg) center center no-repeat #d9dadb;
	height: 100%;
	margin: 0;
	padding: 0;
}

div
{
	margin: 0;
	padding: 0;
}

#myAlternativeContent
{
	height: 100%;
}

#topBarre
{
	background: url(../img/bg.jpg) top left repeat-x;
	height: 30px;
	width: 100%;
}

#logocampus
{
	background: url(../img/logocampus.png) top left no-repeat;
	height: 55px;
	width: 767px;
	position: absolute;
	top: 55px;
	left: 30px;
}

#logoville
{
	background: url(../img/logoville.png) bottom right no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#refContainer
{
	position: absolute;
	width: 925px;        /* selon la largeur voulue */
	margin-left: -462px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	top: 150px;          /* constant, toujours 50% */
	overflow: auto;
}

