﻿
/* boule pour liste */

li	{
	list-style: url(http://philippe.chappuis.googlepages.com/puce-boule.gif);
	margin-top: 10px; padding-left: 10px; margin-left: 18px;
	}



/* for rounded corners (red) */

.box { 
  background: #D8261B; 
}
.boxtop { 
  background: url(http://philippe.chappuis.googlepages.com/ne-red.gif) no-repeat top right; 
}
.boxtop div { 
  height: 10px; 
  background: url(http://philippe.chappuis.googlepages.com/nw-red.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(http://philippe.chappuis.googlepages.com/se-red.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 10px; 
  background: url(http://philippe.chappuis.googlepages.com/sw-red.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

/* for rounded corners (blue - other tests) */

.bbox { 
  background: #C3D9FF; 
}
.bboxtop { 
  background: url(http://philippe.chappuis.googlepages.com/ne.gif) no-repeat top right; 
}
.bboxtop div { 
  height: 10px; 
  background: url(http://philippe.chappuis.googlepages.com/nw.gif) no-repeat top left; 
}
.bboxbottom { 
  background: url(http://philippe.chappuis.googlepages.com/se.gif) no-repeat bottom right; 
}
.bboxbottom div { 
  height: 10px; 
  background: url(http://philippe.chappuis.googlepages.com/sw.gif) no-repeat bottom left; 
}
.bboxcontent {
  padding: 0px 10px 0px 10px;
}

