@import url('reset.css');
@import url('menu.css');
@import url('classes.css');
@import url('links.css');

html{
	background:url('img/html_blue_bg.png') 0 0 repeat-x;
}
body{
	background:url('img/body_top.jpg') top center no-repeat;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body#accueil #center{
	background:url('img/home_bg.jpg') bottom center no-repeat;
	padding-top:5px;
}
h1{
	font-family:"Lucida Grande",Verdana,Geneva,Arial,Helvetica,sans-serif;
}
#global{
	padding:22px 0 0 0;
}

#global,#footer{
	width:800px;
	margin:auto;
}

#footer{
	position:relative;
}
#footer p{
	margin:5px 0 0 0;
}
#ribs{
	position:absolute;
	right:-8px;
	top:-30px;
	background:url('img/ribs_white.jpg');
	display:block;
	width:7px;
	height:23px;
}
#ribs span{
	display:none;
}