#global .column {
	width: 357px;
}

/* for grouping blocks */
#global .group {
	overflow: auto;
	height: 100%; /* ie6 fix */
}

#global .group.withBtmLine {
	border-bottom: 1px solid #62051E;
	margin-bottom: 6px;
}

#global .block {
	position: relative;
	z-index: 1;
	margin-bottom: 5px;
	padding: 1px 10px; /* 1px to prevent margin to collapse outside the block */
}

#global .block .link {
	position: absolute;
	bottom: 0;
}
#global .block.larger .link {
	margin-bottom: 0;
} 

#global .block .description {
	padding-bottom: 21px;
	margin-bottom: 0;
}

#global .block .date {
	font-size: 11px;
}

#global .block .numero {
	text-align: right;
	font-size: 11px;
}

#global .block.encadre {
	clear: left;
	width: 335px !important;
	border: 1px solid #62051E;
}

#global .block.withBkgnd {
	background-color: #EBEBEB;	
}

#global .block.legend {
	font-size: 14px;
	height: 21px;
	line-height: 22px;
	color: #FFF;
	background-color: #62051E;
}

#global .column.left .block.legend a {
	color: #FFF;
	text-decoration: none;
}

#global .column.left .block.legend .prev {
	float: left;
}

#global .column.left .block.legend .next {
	float: right;
}

#global .block.legend.pub {
	background-color: #C9ADB2;
	color: #62051E;
}

#global .block.subLegend h1 {
	margin: 0;
}

#global .block iframe,
#global .block img,
#global .block object,
#global .block embed {
	display: block;
	margin: 0 auto;
}
#global .block.sky iframe,
#global .block.sky img,
#global .block.sky object,
#global .block.sky embed {
	width: 160px;
	height: 600px;
}
#global .block.square iframe,
#global .block.square img,
#global .block.square object,
#global .block.square embed {
	width: 300px;
	height: 250px;
}

#global .block img.notLast {
	margin-bottom: 5px;
}

#global .block.quarter {
	width: 157px;
}

#global .block.third {
	width: 517px;
}

#global .block.half {
	width: 337px;
}

#global .block.picture {
	padding: 0;
}

#global .librairie .block.picture img {
	border: 1px solid #CCC;
}

#global .block.half.picture {
	width: 357px;
}

#global .block.third.picture {
	width: 537px;
}

#global .block.quarter.picture {
	width: 177px;
}

#global .left {
	float: left;
	display: inline; /* ie6 dbl margin fix */
}

#global .right {
	float: right;
	display: inline; /* ie6 dbl margin fix */
}

#global .column.right,
#global .column.right .block.legend {
	clear: right;
}

#global .column.left,
#global .column.left .block.legend {
	clear: left;
}

#global .block .imgSommaire,
#global .block .imgDossier {
	height: 238px;
}
#global .block .imgDossier {
	width: 357px;
}
#global .block .imgSommaire {
	width: 177px;
}

/******************* special top block *******************/
#global .top .block.legend {
	background-color: #CCC;
	color: #000;
	margin-bottom: 0;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #CCC;
}

#global .top .group {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #CCC;
	margin-bottom: 5px;
	padding-top: 5px;
	height: 117px;
}

#global .top .group .block {
	height: 110px;
	border-right: 1px solid #CCC;
}

#global .top .group .block.larger {
	float: left; /* ie6 fix */
	width: 218px;
	overflow: hidden; /* prevent mess under ie6 */
}

#global .top .group .block.larger.last {
	border-right-width: 0;
}

#global .top .group .block.larger .container {
	float: left;
	height: 110px;
	width: 109px;
}

#global .top .group .block.larger .container .wrapper {
	height: 85px;
	overflow: hidden;
}

#global .top .group .block.larger .container.picture {
	width: 99px;
	padding-right: 10px;
	text-align: center;
	line-height: 110px;
}

#global .top .group .block.larger .container.picture img {
	max-height: 110px; 
	max-width: 100%;
	display: inline;
	vertical-align: middle;
}

/* ie6 fix */
* html #global .top .group .block.larger .container img {
	width: 100%;
}

#global .top .group .block.larger .container .title {
	/*text-transform: uppercase;*/
	color: #62051E;
}

#global .top .group .block.larger .container .description {
	padding-bottom: 0;
}

#global .admin .block {
	padding-left: 0;
	padding-right: 20px;
}

/* admin home drag&drop */
#global #content .ui-sortable-helper {
	width: 357px;
}

#global #content #saveOrder {
	text-align: center;
}

#global #content #saveOrder a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#global #content .active {
	vertical-align: middle;
}
