
body{
		background-repeat: repeat-x;
	background-image: url(../../images/fond_page.jpg);}

#largeBackground {
	position : absolute;
	margin-left: auto;  
	margin-right: auto;
	width: 100%;
	
	}

#wrapper { 
 margin: 0 auto;
 width : 960px;
}

#faux {
 margin-bottom: 0px;
 width: 100%
  width : 960px;
 background-image: url(../../images/fond_uni_page.jpg);
}

#header {
 height : 100px;
 background-image: url(../../images/header.jpg);
cursor: pointer;}

#menu {
	height : 114px;
	 background-image: url(../../images/menu_fond.jpg);
	 text-align: right;
 display: block;
}

#menu .inactif{
 display: block;
 float: right;
	width : 100px;
height : 49px;
 background-image: url(../../images/menu_bouton.jpg);
text-align: center;}

#menu .actif{
 display: block;
 float: right;
width : 100px;
height : 49px;
 background-image: url(../../images/menu_bouton_actif.jpg);
text-align: center;}


#menu a.inactif:hover{
	width : 100px;
height : 49px;
 background-image: url(../../images/menu_bouton_hover.jpg);
}

#content { 
 clear: both;
 display: block;
 position: relative;
 overflow: auto;
}

#footer { 
 clear: both;
 height : 69px;
 background-image: url(../../images/footer.jpg);
text-align: center;}

.clear { clear: both; background: none; }
