/*
JS Beaulieu 2007
*/
/* for all templates and grids */
body{text-align:center;}
#ft{clear:both;}
#wrap{margin:auto;width:760px}
/**/
/* 750 centered, and backward compatibility */ 
#page,.grd-t1{
	margin:auto;text-align:left;
	width:60em;*width:58.554em;min-width:720px;}
	
/* below required for all fluid grids; adjust widths and margins above accordingly */

	/* to preserve source-order independence for Gecko */
	.bloc{position:relative;}
	.bloc{_position:static;} /* for IE < 7 */
	#main-bloc .bloc{position:static;} 

#main-bloc {width:100%;}
.grd-t1 #main-bloc{float:right;margin-left:-25em;/* IE: preserve layout at narrow widths */}

.grd-t1 .bloc {
	float:left;
    width:15em;*width:14,6385em;}
.grd-t1 #main-bloc .bloc{
    margin-left:15em;*margin-left:14,6385em;
}

#main-bloc .bloc {float:none;width:auto;}
/* GRILLES : sur 6 colone */
.grd-3_3 .unit, 
.grd-3_3 .grd-3_3, 
.grd-4_2 .unit,
.grd-4_2 .grd-3_3 .unit{float:left;display:inline;}
.grd-3_3 div.frst, 
.grd-4_2 div.frst,
.grd-4_2 div.frst div.frst{float:left;}
.grd-3_3 .unit, 
.grd-3_3 .grd-3_3{width:49.1%;}
.grd-3_3 .grd-3_3 .unit,
.grd-4_2 .grd-3_3 .unit {width:48.1%;}

.grd-222 .unit,
.grd-4_2 .unit{float:left;margin-left:1%;*margin-left:1%;width:32%;}
.grd-222 div.frst, 
.grd-4_2 div.frst{margin-left:0;}
.grd-4_2 div.frst{width:66%;}

#bd:after,
.slides-b:after,
.c-slide:after,
.grd-222:after,
.grd-3_3:after, 
.grd-4_2:after,
.row:after 
{content:".";display:block;height:0;clear:both;visibility:hidden;}
#bd,
.slides-b,
.c-slide,
.grd-3_3, 
.grd-222, 
.grd-4_2,
.row{zoom:1;}
