*{
	padding:0;
	margin:0;
}

body { 
	font-family: verdana; 
	font-size: 12px; 
	color: #FFFFFF; 
	background-color: #668cb3;
}

#gene {
	width: 808px;
	margin:auto;
	background-image:url(../img/fd_pg.png); 
	background-repeat:repeat-y; 
}

#gene2 {
	width: 808px;
	margin:auto;
	background-image:url(../img/fd_pg2.png); 
	background-repeat:no-repeat;
	height:20px;
}

.bd_tab{
	border-bottom:1px solid #666;
}


.divhom{
	float:left; 
}

.div_top{
	background-color:#668cb3; 
	height:14px; 
	width:578px; 
	
}

.p_slog{
	float:left; 
	padding-left:5px;
}

.p_lg{
	float:right; 
	padding-right:5px;
}

.div_prc{
	padding:1px 2px 2px 4px;
	color:#666666;
	width:560px;
}

.divmen{
	width:230px; 
	float:left; 
	text-align:left;
}

.div_menu{
	background-image:url(../img/div_men.png); 
	background-repeat:repeat-y;
}

.div_adr{
	background-image:url(../img/div_me.png); 
	background-repeat:repeat-y; 
	padding-left:5px;	
}

.menu{
	margin-left:7px; 
	padding:5px 5px 5px 2px; 
	border-bottom:1px solid #668cb3;
	width:211px;
}

.menu2{
	margin-left:5px; 
	padding:5px 5px 5px 0px; 
	width:193px;
	color:#333333;
	text-align:center;
	font-size:10px;
}

.menu3{
	margin-left:5px; 
	padding:2px 5px 2px 5px; 
	width:215px;
	font-size:10px;
}

.pho{
	width:130px; 
	height:105px; 
	float:left; 
	text-align:center; 
	margin-bottom:5px;
	margin-right:2px; 
	border:1px solid #CCCCCC; 
	padding:4px 2px 2px 2px;
}

.phonew{
	width:132px;  
	float:left; 
	text-align:center; 
	margin-bottom:5px;
	margin-right:2px; 
	border:1px solid #CCCCCC; 
	padding:4px 2px 2px 2px;
}

.pho2{
	width:130px; 
	height:150px; 
	float:left; 
	text-align:center; 
	margin-bottom:5px;
	margin-right:2px; 
	border:1px solid #CCCCCC; 
	padding:4px 2px 2px 2px;
}

.contenu{
	display:none;
	visibility:hidden;
}

.titre{
	padding:5px; 
	margin-top:10px; 
	margin-bottom:10px; 
	border-top:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC; 
	width:555px;
}

.pad3{
	padding:3px;
}

a:link, a:visited, a:active {
	color:#668cb3;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color:#ccc;
	font-weight:bold;
}

a.bl:link, a.bl:visited, a.bl:active {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}

a.bl:hover {
	text-decoration: none;
	color:#ccc;
	font-weight:bold;
}

h2{
	font-size:15px;
}

.titre_dak{
	font-size:19px;
	font-weight:bold;
	color:#152A83;
}

.det_prix{
	color:#F00;
	font-weight:bold;
	font-size:13px;
}

ul{list-style-type:none;}

.clear {
	clear : both; 
	display : block; 
	height : 1px; 
	overflow : hidden; 
} 

.clear10 {
	clear : both; 
	display : block; 
	height : 10px; 
	overflow : hidden; 
} 




#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#002D62;
	filter:alpha(opacity=60);
	-moz-opacity: 0.40;
	opacity: 0.40;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 2px solid #002D62;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border: 1px solid #fff;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#FFCC7F;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
    background-color: #fff;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.slideshow {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.slide {
	position: relative;
	float: left;
	width: 172px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.slide div.thumb {

	width: 160px;
	height: 105px;
	font-size: 11px;
	font-family: "Times New Roman", serif;
	overflow: hidden;
	text-align:center;
}

.slide .view {
	padding: 2px 2px;
	margin: 2px 0px;
	cursor: text;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: #eee;
	height: 1em;
}
.view:hover {
	background-color: #ffffcc;
}
.view, .inplace, #list5 input {
	font-size: 14px;
	font-family: sans-serif;
}


.handle {
	cursor: move;
}

