@import "base.css";/* STRUCTURE "PAGE" (BLOCKS) */.page_titre {	border-left: solid 1px #C0C0C0;	border-right: solid 1px #C0C0C0;	border-bottom: solid 2px #CCCCCC;	padding-left: 10px;	line-height: 34px;	color: #808080;	background-color: #E1E0DF;}.pt_1 { border-top: solid 4px #C8C8C8; } /* premier titre */.page_block {	border-left: solid 1px #B0B0B0;	border-right: solid 1px #B0B0B0;	border-bottom: solid 4px #C0C0C0;	padding: 10px;		/* ! enleve 20px */	color: #000000;		/* ? */	background-color: #E9E8E7;}.pb_1 { border-top: solid 3px #B8B8B8; } /* premier block *//* backgrounds */.bg_F0 { background-color: #F1F0EE; }	/* block fond clair */.bg_E8 { background-color: #E9E8E7; }	/* block fond moyen *//*___________________________________________________////|                                                |////|   DECO +                                       |////|________________________________________________|*/.clearright { border-right: solid 1px #b0b0b0; }.clearleft { border-left: solid 1px #b0b0b0; }.bordbottom { border-bottom: solid 1px #808080; }.bordtop { border-top: solid 1px #808080; }
