/* CSS Document */
html{
	height:100%;
	overflow: auto;
	overflow-x:hidden;
	SCROLLBAR-FACE-COLOR: #242424;
	SCROLLBAR-HIGHLIGHT-COLOR: #353535;
	SCROLLBAR-SHADOW-COLOR: #1B1B1B;
	SCROLLBAR-3DLIGHT-COLOR: #484848;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #6B6B6B;
	SCROLLBAR-DARKSHADOW-COLOR: #121212;
}
body{
	margin:0px;
	padding:0px;
	background-color:#4C4C4C;
	color:#F7FECE;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;

	background-image:url(img/back00.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
}
#global{
	background-image:url(img/menu03.gif);
	background-position:left;
	background-repeat:repeat-y;
}

img{border:0px}
a{color:#FFF788; text-decoration:none;}
a:hover{color:#CAC5C0;}
.ie{display:none;}

input, textarea, select{
	font-size:11px;
	background-image:url(img/form00.jpg);
	background-repeat:repeat-x;
	background-color:#BFBFBF;
	border:1px solid #4D4D4D;
	width:100%;
	color:#2B241C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
	padding-top:3px;
	padding-bottom:3px;
	padding-left:1px;
	padding-right:1px;
}
input:focus, textarea:focus, select:focus{
	background-image:none;
	background-color:#4D4D4D;
	border:1px solid #FFCF28;
	color:#FFCF28;
}
select{cursor:pointer;}
input.bt{
	color:#FFF788;
	cursor:pointer;
	background-image:none;
	background-color:#181818;
	height:20px;


}
input.radio{
	width:16px;
	height:16px;
	border:0px;
	background-image:none;
	background-color:#4C4C4C;
	cursor:pointer;

}
#banniere{
	height:60px;
	/*background-color:#0D0D0D;
	background-image:url(img/ban00.jpg);
	background-position:right;
	background-repeat:no-repeat;*/
}
#banniere img.logo{
	position:fixed;
	/*margin-top:2px;*/
}

#banniere .flag{
	position:fixed;
	right:20px;
	top:62px;
}
#imgban{
	position:fixed;
	top:0px;
	right:0px;
	background-color:#0D0D0D;
	height:60px;
	width:100%;
	text-align:right;
}

.ko{
	font-size:10px;
	color:#FF0000;
	background-color:#FDDFE1;
}
/******** menu ****/
#menu{
	position:fixed;
	margin-top:60px;
	background-image:url(img/menu00.gif);
	height:27px;
	width:100%;
	background-color:#101010;
	margin-left:auto;
	margin-right:auto;
		
}
#menu ul{
	position:absolute;
	right: 0px;
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-left:5px;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size:11px;
	color: #FFFFFF;
	padding-right:120px;
	

}
#menu ul li{
	float:left;
	text-align:center;
	
}
#menu ul li a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	margin-top:1px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:7px;
	padding-right:7px;
	border:0px;
	
}
#menu ul li a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#2A519E;
}
#menu ul li a.selectmenu{color:#FFFFFF;background-color:#2A519E;}

/******** ss-menu ****/
#ss-menu{
	position:fixed;
	width:180px;
	top:87px;
	left:0px;
	bottom:0px;
	padding-top:39px;
	
	/*background-image:url(img/menu01.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
	background-color:#0D0D0D;
	
}
#ss-menu ul{
	width: 180px;
	height:300px;
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size:12px;
	color: #A3A3A3;

}
#ss-menu ul li{
	text-align:right;
	padding-top:0px;
	padding-bottom:0px;
	/*line-height: 20px;*/
	
}
#ss-menu ul li a{
	display:block;
	color:#FFCF28;
	text-decoration:none;
	padding-right:12px;
}
#ss-menu ul li a:hover{
	/*color:#FF6C00;*/
	color:#FFFFFF;
	text-decoration:none;
	background-color:#2A519E;
}
#ss-menu ul li a.selectmenu{color:#FFFFFF; background-color:#2A519E;}

/****** page *****/
#page{
	padding-left:15px;
	padding-right:15px;
	margin-left:180px;
	margin-top:40px;
	/*background-image:url(img/back01.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment:fixed;*/
	color:#BFBFBF;
}


#page td{
	text-align:justify;

}
.titre{
	font-size:20px;
	color: #FFFFFF;
}
img.photo{
	padding:3px;
	background-color:#FFFFFF;
	border:1px solid #666666;

}
td.loading{
	background-image:url(../../img/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.ariane{
	width:100%;
	text-align:right;
}
.ariane, a{
	color:#FFF788;
}
.ariane a, .ariane{
	font-size:11px; 
}

/**** encadree ****/
#encadree{
	background-color:#3E3830;
	width:250px;
	text-align:center;
	padding-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
}
#encadree ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:240px;
	text-align:left;
	margin-bottom:15px;


}
#encadree ul li a{
	display:block;
	border-bottom:1px dotted #2B241C;
	border-left:4px solid #6A6763;
	width:100%;
	text-decoration:none;
	color:#6A6763;
	margin-bottom:1px;
	padding-left:5px;
	background-color:#3E3830;

}
#encadree ul li a:hover{
	color:#FFFFFF;
	background-color:#555351;
	
}
#result_encadree{
	text-align:justify;
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
}
/***** popup ***/
#lightbox{
	background-color:#eee;
	padding: 1px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.1em;
	}	
#lightboxCaption{ float: left;color:#000000;  }
#keyboardMsg{ float: right;  }
#closeButton{ top: 1px; right: 1px; }

#lightbox img{ border: none; clear: both; } 
#overlay img{ border: none; }

#overlay{ background-image:url(../img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
	}
/******* bas de page ******/
#footer{
	position: fixed;
	bottom: 0px;

}
.btacheter{
	border:1px solid #594A3A;
	background-color:#312920;
	color:#988777;
	text-decoration:none;
	font-weight:bold;
	width:220px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center;
	vertical-align:bottom;


}
.btacheter a{
	text-decoration:none;

}


.popupfond
{
	background-color:#000000;
	width:100%;
	height:100%;
	position:fixed;
	padding:0px;
	margin:0px;
		margin-bottom:0px;
	top:0px;
		bottom:0px;
		left:0px;
		right:0px;
	filter: alpha(opacity=70);
		opacity: 0.7;
		-moz-opacity: 0.7;
}
#popupimg
{
	position:absolute;
	display:block;
	margin-top:10px;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	width:98%;
	text-align:center;
	top:0px;
	left:0px;
}
#popuptxt
{
	text-align:center;
	top:0px;
	left:0px;
	width:98%;
	/*margin-top: 4px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	/*background-color: #000044;
	border: 1px solid #6666CC;*/
}
#popupimg img {border: 4px solid #FFFFFF;}
#popupimg a{ color:#999999; font-weight:bold;}


