html{
	font-size:100%;/* correction bug IE */
}

body
{	margin:0;
	border:0;
	padding:0 ;
	font-family : Georgia, Times New Roman, Times, serif;
	font-size:12px;
	background:#ffffcc;
	color:#666;
}

/* _______________ OMBRES _______________ */

#site{
	width:990px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background:url('images/site-ombre-contenu-droit.png') right top no-repeat;
	}

#main{
	zoom:1;
	overflow:auto;
	position:relative;

}

#gauche{
	top:10px;
	width:250px;

}

#contenu{
	float:right;
	width:730px;
	min-height:600px;
	background: url('images/site-fd-menu-g.png') no-repeat top left;

}
	
/* _______________ PIED DE PAGE _______________ */
#footer{
	margin-right:10px;
	height:20px;
}

