/* 
-----------------------------------------------------------------------------
DEFAULT ELEMENTS
-----------------------------------------------------------------------------*/
/* 
-----------------------------------------------------------------------------
ELEMENT LAYOUT
-----------------------------------------------------------------------------*/
#wrapperSplashPage {
	position:absolute;
	height:130px;
	left: 50%;
	top: 50%;
	width: 200px;
	margin-left: -100px; /* moitié de la largeur */
	margin-top:-100px;
	z-index:10;
}
#Element-Hand{
	position:relative;
	z-index:99;
}
#Element-Indexing{
	background-image: url(/_img/splash_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:117px;
	color:#FFFFFF;
	padding:12px;
	width:176px;
}
/* 
-----------------------------------------------------------------------------
TITLE/CONTENT ELEMENTS
-----------------------------------------------------------------------------*/
#Element-Content-Main{
	padding-left:20px;
	padding-right:20px;
	height:auto;
	vertical-align:top;
	width:430px;
}
#Element-Content-Main a{
	color:#c41230;
	font-weight:bold;
	text-decoration: underline;
}
#Element-Content-Main-Large{
	falot:left;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	width:640px;
	vertical-align:top;
}
#Element-Content-Main-Large a{
	color:#c41230;
	font-weight:bold;
	text-decoration: underline;
}
/* 
-----------------------------------------------------------------------------
NAVIGATION ELEMENTS
-----------------------------------------------------------------------------*/
.Element-Footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #807f83;
	text-decoration: none;
	padding:8px;
}
#Element-Footer-Link{
	padding:8px;
}
#Element-Footer-Link a{
	text-decoration:none;
	display:inline;
	padding:5px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #807f83;
	text-decoration: none;
	margin-left:5px;
	margin-right:0px;
	background: url(../../_img/arrow_footer_left.gif) left center no-repeat;
}
#Element-Footer-Link-Country{
	padding:8px;
}
#Element-Footer-Link-Country a{
	text-decoration:none;
	display:inline;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #807f83;
	text-decoration: none;
	margin-left:0px;
	margin-right:1px;
}
#Element-Search{
	text-decoration:none;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #807f83;
	text-decoration: none;
	margin-left:10px;
	margin-right:0px;
	margin-bottom:4px;
	margin-top:4px;
	background: url(../../_img/arrow_footer_left.gif) left center no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

input.Element-Search-Field {margin:0.5em 0;border:1px solid #CCCCCC;}
input.Element-Search-Field:focus {border:1px solid #dfe2e5;}
input.Element-Search-Field {width:152px;padding:0px;}

.Element-Link-Cross-Table{
	text-decoration: none;
}
/* thumbnails on product page */
.thumb-product{
	width:215px;
	height:215px;
	position:absolute;
	z-index:200;
	margin-top:-215px;
	margin-left:-20px;
	
}
.img-thumb{
	border:1px solid #ccc;
}
/* exhibition */
.table-exhibition tr td {
	padding:5px;
}
.link-header{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.link-header a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#exhibition a{
	color:#c8213d;
}
#exhibition{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#exhibition table tr td{
	padding-left:10px;
}
#exhibition h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#c8213d;
	padding:0px;
	margin-bottom:8px;
}
#exhibition .holder-content{
	margin-top:10px;
	width:100%;
	float:left;
}
#exhibition .holder-content .title{
	width:90px;
	float:left;
	font-weight:bold;
}
#exhibition .holder-content .content{
	width:200px;
	float:left;
}
#exhibition form{
	padding:0px;
	margin:0px;
	float:left;
}
#exhibition ul{
	float:left;
	padding: 0px;
	margin:0px;
	list-style: none;
	zoom: 1;
}
#exhibition li{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 2px;
}
#exhibition label{
	position: relative;
	float: left;
	width: 80px;
	margin-right: 10px;
	margin-top: 4px;	
}
#exhibition .text-input{
	background-color:#ffffff;
	border:1px #cccccc solid;
	color:#000000;
}