/*
Auteur : Michelson Ramanantsoa
Fichier : index.css
*/
html { 
   height: 100%; 
}
body {
	font-family : Arial, Helvetica, sans-serif;
	margin : 0px;
	width : 100%;
	height : 100%;
	background-color : #9A8F89;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#ff9A8F89',EndColorStr='#ffc2b7b3');
}
p {
	font-size : 16px;
}
#page {
	background-color : #fff;
	margin-left : auto;
	margin-right : auto;
	width : 846px;
	height : 730px;	
}
#banner {
	background-image : url('../images/banner-846x213.gif');
	background-repeat: no repeat;
	background-position: top right;
	width : 846px;
	height : 213px;	
	margin : auto;	
}
#content {
	position : relative;
	background-color : #fff;
	width : 820px;
	height : 450px;
	margin : auto;
	margin-top : 5px;
}
#footer {	
	border-top : 3px solid #eee;
	background-color : #fff;
	width : 820px;
	height : 50px;
	margin-left : auto;	
	margin-right : auto;
}
/* Content */
#separator {
	position : relative;
	border-top : 1px solid #eee;
	height : 1px;
	width : 812px;
	margin : auto;
	margin-top : 5px;
	margin-bottom : 0px;
}
h1 {
	font-size : 22px;
	color : #333333;
	margin : 0px;
	padding : 0px;
	
}