BODY {
	font-family : Verdana,Helvetica,Arial,sans-serif;
	color : #000000;
	font-size : 10pt;
	background : url(fichiers/images/arriereplan.png) repeat #ffffff scroll;
	text-align: justify;
}
div#fond {
	background: url(fichiers/images/fond.png) scroll no-repeat center top;
	width: 812px;
	height: auto;
	margin: -15px auto 0 auto;
}
	#entete h1 {
		position : relative;
		top: 10px;
		background : url(fichiers/images/titre.png) scroll no-repeat center top;
		height : 94px;
		width : 812px;
	}
	#entete h1 span { display: none; }
	#entete h2 {
		position: relative;
		float: left;
		top:-24px;
		left: 10px;
		background : url(fichiers/images/amis.png) no-repeat 0 0;
		height : 605px;
		width : 50px;
		margin : 0;
	}
	#entete h2 span { display: none; }
	#contenu {
		margin: 0 auto;
		padding: 0 0 0 50px !important;
		padding: 0 25px 0 25px;
		width:704px;
		min-height: 590px;
	}
		#menu {
			background : url(fichiers/images/menu.png) no-repeat 0 0;
			width: 704px ;
			height: 32px;
			margin: 0 auto;
		}
			#menu ul {
				position: relative;
				top:2px;
				padding:5px 0;
				width:650px;
				margin: 0 auto;
				list-style-type: none ;
			}
			#menu a {
				text-decoration: none ;
			}
			#menu a:hover {
				font-style: italic;
				text-decoration: underline ;
			}
			#menu li {
				float: left ;
				width: 130px ;
				text-align: center;
				font-weight: bold;
			}
		
		#corps {
			width: 620px;
			margin: 0 auto;
		}
			#corps h1 {
				color: #ff0000;
			}
			#corps h2 {
				color: #33cc33;
			}
			#sous-menu ul {
				position: relative;
				padding:5px 0;
				width:620px;
				margin: 0 auto;
				list-style-type: square;
			}
				#sous-menu a {
					text-decoration: none ;
					color: #33cc33;
				}
				#sous-menu a:hover {
					text-decoration: underline ;
				}
				#sous-menu li {
					float: left ;
					idth: 130px ;
					margin-left: 22px;
					text-align: center;
					font-weight: bold;
				}
			#intro {
				font-weight: bold;
			}
			#centre {
				text-align: center;
			}
		
		#pied {
			text-align: center;
			padding-top:10px;
		}
	
	#footer {
		text-align: center;
		font-size: 7pt;
		padding: 7px;
	}
