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

body {
	margin: 0;
	background-color: #F3E7BD;
	background-image: url(background_new.jpg);
	background-repeat: repeat-x;

}

#global {
	margin: 0 auto;
	width: 760px;


}

#header {
	width: 760px;
	height: 200px;
	text-align: center;
	vertical-align: bottom;
	font-weight: Bolder;
	font-size:100px;

}

#centre {
	width: 760px;
	border-top: 1px solid #F3E7BD;
}

#left {
	width: 200px;
	height: 100%;
	float: left;
	

}

#menu {
	width:200px;
	border: 2px solid #E7C353;
}

#menu li {
	display: inline;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu a {
	display: block;
	width:200px;
	height: 25px;
	text-align: left;
	padding-top: 5px;
	border-bottom: 1px solid #999999;
	text-decoration: none;
	color: #3B3B3B;
	font-weight: bold;
}

#menu a:hover {
	background: #E7C353;
	color: #FFFFFF;
}

#menu .active a {
	background: #BABABA;
	color: #000000;
}


#contenu {
	width: 541px;
	float: left;
	padding-left: 5px;
}

#bottom{
	display: inline;
}

div.pagination {
	text-align: center;
}

h1{
	text-align: center;
}

h2{
	
}

h3{
	text-align: center;
}

