#centerwrap
{
	width: 1000px;
	height: 604px;
	margin: 0px auto;
	position: relative;
	background-image: url('/images/frontend/background.jpg');
}
/* commented backslash hack  - invisible to IE 5 \*/
#centerwrap
{
	position: absolute;
	margin: 0 0 0 -500px;
	left: 50%;
}
/* end hack */
#menu
{
	position: absolute;
    top: 0px;
    left: 250px;
    width: 700px;
	height: 62px;
	text-align: center;
}

#menu #accueil
{
    position: absolute;
    top: 12px;
    left: 22px;
    width: 71px;
    height: 50px;
    text-align: center;
}

#menu #qui
{
    position: absolute;
    top: 12px;
    left: 93px;
    width: 131px;
    height: 50px;
    text-align: center;
}

#menu #bourse
{
    position: absolute;
    top: 12px;
    left: 224px;
    width: 133px;
    height: 50px;
    text-align: center;
}


#menu #bibliotheque
{
    position: absolute;
    top: 12px;
    left: 357px;
    width: 119px;
    height: 50px;
    text-align: center;
}

#menu #liens
{
    position: absolute;
    top: 12px;
    left: 476px;
    width: 91px;
    height: 50px;
    text-align: center;
}

#menu #contact
{
    position: absolute;
    top: 12px;
    left: 567px;
    width: 130px;
    height: 50px;
    text-align: center;
}

#menu #newsletter
{
    position: absolute;
    top: 178px;
    left: 350px;
    width: 350px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    color: #ffffff;
}





#footer
{
    width: 950px;
    height: 18px;
    top: 608px;
    margin: 0px auto;
    position: relative;
    text-align: center;
    color: #40474C;
    font-size: 11px;
    line-height: 18px;
    
    
}
/* commented backslash hack  - invisible to IE 5 \*/
#footer
{
    position: absolute;
    margin: 0 0 0 -475px;
    left: 50%;
}


