
/**
 * HOME SPECIFIC
 **/
#left {
	display:inline;
	float:left;
}
#left,#right {
	width:140px;
	border:1px solid #EDEEEA;
	border-top:0px;
	margin-top:6px;
}
#right {
	float : right;
	display:inline;
}
#main {
	float:left;
	width:628px;
	margin-left:13px;
	display:inline;
	background-image:url('../images/indexbox_mid.jpg');
	background-repeat:repeat-y;
	background-position:center;
}
#main_top {
	background-image:url('../images/indexbox_top.jpg');
	background-repeat:no-repeat;
	background-position:center;
	height:16px;
}
#main_bottom {
	background-image:url('../images/indexbox_bottom.jpg');
	background-repeat:no-repeat;
	background-position:center;
	height:16px;
}
#main_inner {
	padding:35px;
	padding-top:18px;
	padding-bottom:18px;
}
 .titre_col {
 	text-align:right;
 	font-size:0px;
 	color:#D5D5D5;
 	margin-bottom:5px;
 }
#titre_col_artshop {
	background-image:url('../images/Titre-colonne-artshop.jpg');
	background-position:center top;
	height:35px;
	display:block;
}
#titre_col_news {
	background-image:url('../images/Titre-colonne-news.jpg');
	background-position:center top;
	height:35px;
}

.col {
	text-align:center;
}
.col h3 {
	text-align:left;
	font-size:12px;
	color:#BDCF25;
	margin:0px;
}
.col h4 {
	text-align:right;
	font-size:12px;
	color:#8B8B8B;
	margin-bottom:5px;
}
.col p.highlight {
	padding:8px;
	background-color:#F9F9F9;
	text-align:left;
	line-height:12px;
}
.col a.divers {
	color:#676E38;
	background-image:url('../images/bullet_arrows.jpg');
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:none;
	padding-left:15px;
	line-height:25px;
}
.col a.atm_title {
	line-height:25px;
}
.col h3.solo {
	text-align:center;
}