/******************************** COLUMNS *******************************************/
.oneColumn {
	display:table-cell;
	vertical-align:top;
	width: 283px;
	border-left:10px solid white;
}
.oneandahalfColumn {
	display:table-cell;
	vertical-align:top;
	width: 434px;
	border-left:10px solid white;
}

.twoColumns {
	display:table-cell;
	vertical-align:top;
	border-left:1px solid white;
	width:585px;
}
.threeColumns {
	width:878px;
}
.first {
	border:0;
}
.oneColumn.first {
	width: 292px;
}

/******************************** SPECIALS *******************************************/




.box{
	position:relative;
}
img.box, div.gallery {
	border:8px solid #0095e9;
	margin-bottom:20px;
}

.inscription{
	position:absolute;
	top:28px;
	left:28px;
}
.inscription h1,.inscription h2{
	font-size:24px;
	text-transform:uppercase;
}
.inscription h2{
	color:white;
}
a.imageThumbnail{
	line-height: 0;
}
a.imageThumbnail img{
	width:60px;
	margin:0;
	
}
/******************************** GALLERY *******************************************/

div.gallery {
	width: 569px;
	height: 318px;
	overflow: hidden;
	position: relative;
}
div.gallery *{
	white-space:nowrap;
	-moz-user-select:none;
}

div.gallery div img{
}
div.gallery a{
	display:block;
	position:absolute;
	top:125px;
	width:34px;
	height:69px;
	border:0;
}
div.gallery a.next{
	background:url("../img/gallery_arrow_right.png");
	right:0;
}
div.gallery a.prev{
	background:url("../img/gallery_arrow_left.png");
}
p.linkBack{
	position:absolute;
	bottom:10px;
	left:0px;
}
