/*
Nom : Punweb CSS
version : 3.0
site : www.punweb.org
auteur : pun1ch3ur@punweb.org
Licence : Creative Commons

body {
	width : 89%;
	height : 89%;
	margin : auto;
	background-color : white;
	margin-top : 5px;
	border : 1px solid black;
	font-family: "Arial Black", Arial, Verdana, serif;
}
#site {
	background-color : white;
	margin-top : 5px;
	margin-bottom : 5px;
}
#ban {
	background-image: url("../img/banniere.jpg");
	float : center;
	background-repeat: no-repeat;
	height : 99px;
}
#connection {
	background-color : white;
	width : 70%;
	height : 99%;
	float : left;
	margin-left : 5px;
}
#menu {
	float : left;
	margin-left : 5px;
	margin-top : 60px;
	margin-bottom : 5px;
}

#center {
	background-color : white;
	width : 70%;
	height : 99%;
	margin-left : 150px;
	margin-top : 60px;
}
#contenu {
	margin-left : 5px;
	margin-top : 5px;
	margin-bottom : 5px;
	margin-right : 5px;
}
#bas {
	text-align : center;
}
*/
body {	
	width : 900px;
	height : 89%;
	margin : auto;
	background-color : white;
	margin-top : 5px;
	border : 1px solid black;	
}
img { 
	border : none; 
}
#menu {
	text-align : center;
}
#center {
	 margin-left: auto;
     margin-right: auto;
     width : 88%;
}
#bas {
	text-align : center;
}