#global .column {
	width: 380px;
}

/* for grouping blocks */
#global .group {
	overflow: auto;
	height: 100%; /* ie6 fix */
	background-color:#fff;
	margin-bottom:10px;
	border:1px solid #ccc;
	border-top:0;
	
}

#global .group.withoutBorder {
	border: 0;
	background-color: transparent;
}

#global #rightCol .picture img{
	width:178px;
}

#global #rightCol .group{
	width:178px;
}

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

#global .blockSelected{
	background-color:#BEDAEA!important;
}

#global .withBorderTop{
	border-top:1px solid #ccc!important;
	
}

#global .block .logo-origine {
	float: right;
	margin: 5px 0 5px 5px;
}

#global .withBorder{
	border:1px solid #ccc!important;
	
}
#global .noBorderTop{
	border-top:0!important;
	
}
#global .block.withBorder{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#global .block.withBtmLine{
	padding:10px 0;
	border-bottom: 1px solid #ccc;
}

#global .withBtmMargin{
	margin-bottom:10px!important;
}

#global .withTopMargin{
	margin-top:10px!important;
}

#global .withPadding{
	padding:1px 10px!important;
}

#global .noPadding{
	padding:0!important;
}

#global .noBtmLine{
border-bottom:0!important;
}
#global .tags{

	padding:9px!important;
	border: 1px solid #ccc;
}

#global .block.noPadding.half{
	width:378px;
}

#global .block.withBtmLine.last{
	border:0;
	margin:0;
	padding-bottom:0;
}

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

}

#global .block.subLegend{
	padding:10px;
}

#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 {
	float:left;
	margin:0;
	font-style:italic;
	font-size: 11px;
	margin-top:6px;
}

#global .block.encadre {
	margin-bottom: 10px;	
}

#global .jqEncadreModal {
	width:380px;
	height:60px;
	background-image:url(../picture/interface/encadre_bas.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin:10px 0;
	clear:left;
}

#global .withBkgnd {
	background-color: #fff;	
}

#global .noBkgnd {
	background-color:transparent!important;
}
#global .noBorder {
	border:0!important;
}
#global .block.half.left img{
	margin:0 auto;
}

#global .block.legend {
	font-size: 14px;
	height: 21px;
	line-height: 22px;
	color: #FFF;
	background-color: #014C7A;
	margin:0;
	background-image:url(../picture/interface/bg_legend.png);
	background-repeat:repeat-x;
		font-variant:small-caps;
	font-weight:bold;
	
}

#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: #A9ACC8;
	color: #014C7A;
}

#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 img{
	margin:0;
}

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

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

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

#global .block.half {
	width: 358px;
	border-top:0;
}

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

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

#global .block.half.picture {
	width: 378px!important;
	margin-bottom:10px;
}

#global .block.half.picture.cycle div {
	width: 378px;
	display: none;
}

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

#global .block.quarter.picture ,#global .block.quarter.picture img{
	width: 189px;
}



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

#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: 380px;
}
#global .block .imgSommaire {
	width: 177px;
}


/******************* special top block *******************/
#global .top .block.legend {
	color: #000;
	margin-bottom: 0;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #CCC;
	width: 752px;
	background-image:url(../picture/interface/bg_legend_gray.png);
}

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

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

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

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

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

#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: #014C7A;
}

#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;
	margin-bottom: 10px;
}

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

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

/*Style ajout� par B�S*/
.warning{
margin-bottom:5px;
}
