BODY { margin: 10px 35px; }

#ombre_gauche
{	
	padding: 0 0 0 18px;
	background: transparent url(images/degrade_gauche.gif) repeat-y left center;
}

#ombre_droite
{
	padding: 0 18px 0 0;
	background: transparent url(images/degrade_droit.gif) repeat-y right center;
}

#header
{
	margin: 0 0 -2px 0;
	height :16px;
	background: transparent url(images/degrade_haut.gif) repeat-x center top;
}

#footer
{
	height :23px;
	background: transparent url(images/degrade_bas.gif) repeat-x bottom center;
}

#haut_droit
{
	background: transparent url(images/haut_droit.gif) no-repeat center center;
	float: right;
}
	
#haut_gauche
{
	background: transparent url(images/haut_gauche.gif) no-repeat center center;
	float: left;
}
		
#bas_droit
{
	background: transparent url(images/bas_droit.gif) no-repeat center center;
	float: right;
}
	
#bas_gauche
{
	background: transparent url(images/bas_gauche.gif) no-repeat center center;
	float: left;
}

#haut_droit, #haut_gauche
 {
 	width : 18px;
	height: 16px; 	
 }
 
 #bas_droit, #bas_gauche
 {
 	width : 18px;
	height: 23px; 	
 }
 
#bas_droit, #bas_gauche, #haut_droit, #haut_gauche
{margin: 0}

