body {
	margin : 0 ;
	padding : 0 ; 
	background : #EEE url(img/bg-site.jpg) top center no-repeat; 
	text-align : center;
	font-size : 0.7em;
	color : #000 ;
	font-family: Arial, Helvetica, sans serif;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
	text-align: center;
}
h3 {
	font-size: 14px;
}
/* dimensionnement du site */
#site { 
	width : 768px;
	margin : 0 auto;
	text-align : left;
	background : #EEE ;
}

/* bandeau suppérieur de la page */
#header {
	position: relative;
	height: 80px;	
}
#header img {
	margin: 5px 5px 0 0;
}
#header p {
	margin: -13px 0 0 100px;
	font-weight: bold;
	color: black;
	font-size: 1.1em;
}

/* menu horizontale */
#menuhori {
	margin: 0;
	padding: 1em 1em 1em 0;
	list-style-type: none;
	color: white;
	text-align: center;
	background: #699;
}
#menuhori li {
	display: inline;
	margin: 0.1em;
	padding-right: 0.6em;
	border-right: 1px solid #FFF;
}
#menuhori li.noborder {
	border: 0 none;
}
#menuhori a {
	color: white;
	text-decoration: none;
}
#menuhori a:hover {
	text-decoration: underline;
}

/* pied de page */
#footer {
	height: 20px;
	padding: 5px 5px 0 0;
	background: #CCC;
	text-align: right;
}
