/************************************************
CSS Border Speaking
------------------
Auteur: Nicolas KAPFER

Copyright 2008-2009 Atelier LIMO, All rights reserved
*************************************************/

/* Elements */

html[xmlns*=""] body:last-child .balises td.top {
	height: 65px;
	padding-top: 0px;
	padding-bottom: 5px;
}
html[xmlns*=""] body:last-child .balises td.middle {
	padding-top: 5px;
	height: 70px;
	padding-bottom: 5px;
	border-top: 1px dashed #b2b2b2;
	border-bottom: 1px dashed #b2b2b2;
}
html[xmlns*=""] body:last-child .balises td.bottom {
	height: 65px;
	padding-top: 5px;
	padding-bottom: 0px;
}
html[xmlns*=""] body:last-child .balises td.left {
	width: 65px;
	padding-left: 0px;
	padding-right: 5px;
}
html[xmlns*=""] body:last-child .balises td.center {
	width: 70px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px dashed #b2b2b2;
	border-right: 1px dashed #b2b2b2;
}
html[xmlns*=""] body:last-child .balises td.right {
	width: 65px;
	padding-left: 5px;
	padding-right: 0px;
}