/* CSS Document */
/*Div filtre de recherche*/

#liste_filtre a:hover{
	background-color:#FFCC33;
}
#showtube{
	position: absolute;
	width	: 580px;
	height	: 340px;
	background-color:#4b4848;
	display:none;
	opacity:0.60;
	-moz-opacity:0.60;
	filter: alpha (opacity=60);	
	z-index:10;
}

#btn_show{
	top:0;
	left:0; 
	color:#000;
	position:absolute;
	opacity:1;
	-moz-opacity:1;
	filter: alpha (opacity=100);
	margin-top:100px;
	margin-left:230px;
	visibility:hidden;
	cursor:pointer;
	z-index:11;
}

#txt_show{
	color:#FFF;
	position:absolute;
	font-weight:bold;
	visibility:hidden;
	margin-top:220px;
	margin-left:150px;
	top:0px;
	left:0px;
	z-index:11;
}




#btn{
	cursor:pointer;
	position:absolute; 
	top:204px;
	left:50%;
	margin-left:400px;
	width:68px;
	height:21px;
	z-index:100;
}
#div_filtre li{
	margin-bottom:1px;
}

/*Pagination*/
#pagination{
	padding-top:10px;
	padding-bottom:10px;
}
.pagination{
	color:orange; 
	font-size:11px; 
	font-weight:bold; 
	text-decoration:none;
}
/*Arbo*/
.tab_arbo{
	margin:0; 
	padding:0;
	background-image:url(../img/interface/arbo_back.gif);
	background-repeat:repeat-y;
}
#arbo .arbo_galerie{
	background-image:url(../img/interface/arbo_back.gif);
	background-repeat:repeat-y;  
	text-align:center;
}
#arbo .arbo_galerie a{
	color:#cb6e00; 
	font-size: 12px;
}
.vignette{
	background:url(../img/interface/vignette.gif) no-repeat top center;
}


#arbo label{font-size:11px; color:#666;}
#arbo .head_img{
 	margin:0; 
	padding:0; 
	height:5px; 
	background-image:url(../img/interface/arbo_head.gif); 
	width:580px;
}
#arbo .foot_img{
	margin:0; 
	padding:0; 
	height:5px; 
	background-image:url(../img/interface/arbo_foot.gif); 
	width:580px;
}
/*Popups*/
#popup		{width:533px;		height:145px;}
#popup img	{float:left; 		border:none;}
#popup h1	{margin-top:20px;	font-size:16px;		font-family:"trebuchet ms", sans-serif;		color:#FFF;		font-weight:100;}
#popup h2	{font-size:15px;	margin-top:10px;	font-family:"trebuchet ms", sans-serif;		color:#000;		font-weight:bold;}
#popup .banniere{
	width:300px;
	height:64px;
	background-color:#000;
	float:left;
	text-align:center;
}
#popup .content{
	width:494px;
	height:120px;
	background-image:url(../img/interface/popup_background.gif);
	background-repeat:repeat-x;
	float:left;
	clear:both;
	text-align:center;
}
#popup #links{
	height:145px;
	margin-left:20px;
	margin-top:30px;
}
/*Article_sel*/
#selection{
	margin:0 auto;
	width:400px;
	height:100px;
	margin-bottom:10px;
	font-size:11px; 
	color:#666;
	text-align:center;
}
#selection table{margin:0 auto;text-align:right;}
#selection select{
	width:150px;
	border:1px solid #666;
	background-color:#ebebeb;
	font-size:11px; 
	color:#666;
}
#container{
	text-align:center;
	margin-top:20px;
}
#container h1{
	color:#ff8d16;
	font-size:14px;
	font-weight:bold;
}
#container h2{
	color:#000000;
	font-size:13px;
	font-weight:bold;
	margin-top:-1px;
}
#container img{
	border:none;
	margin-bottom:15px;
}

/*Commande_histo*/
#com_trans{
	width:50%;
	float:left;
	text-align:center;
	margin:0;
	padding:0;
	margin-left:-3px;
	margin-bottom:10px;
}
#com_trans h1{
	color:green;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
#com_trans a{
	color:green;
	text-decoration:underline;
}
#com_trans td{
	background-color:#ebebeb; 
	border-right:2px solid black;
}
.header{
	padding-left:2px;
	font-size:11px;
	font-weight:bold;
	padding-bottom:9px;
}
.header_last{
	margin-left:2px;
	border:none;
}
.info{
	font-size:11px;
	font-weight:100;
}
#com_non_trans{
	width:50%;
	float:right;
	text-align:center;
	margin:0;
	padding:0;
	margin-right:-3px;
	margin-bottom:10px;
}
#com_non_trans h1{
	color:#ff8d16;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
#com_non_trans a{
	color:#ff8d16;
	text-decoration:underline;
}
#com_non_trans td{
	background-color:#ebebeb; 
	border-right:2px solid #000;
}
.headlabel{
	font-family:"Trebuchet MS", sans-serif;
	font-size:11px;
	margin-bottom:10px;
	clear: both;
}
