<!--
body{
	background-color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#002;
	margin:0;
	padding:0;
}

#wrap {
	position:relative;
	margin:0 auto;
	width:1015px;
	background-color:#FFF;
}

/* layout du site */

#zone_bandeau_haut {
	position:relative;
	top:0px;
	left:5px;
	font-size:24px;
	font-weight:bold;
	color:#fff;	
	height:127px;
	width:100%;
}

#titre_site {
	position:absolute;
	top:30px;
	left:140px;
	height:70px;
	width:840px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
}
#sous_titre_site {
	position:absolute;
	top:90px;
	left:650px;
	height:20px;
	width:320px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:right;
}
.miura {
	font-size:14px;		
	}
.miura_table_header {
	width:105px;
	background-color:#ffe3db;
	text-align:center;
	
	}
.oui {
	background-color:#15e07e;	
	
	}
	
.non {
	background-color:#f9f2cd;
	font-weight:bold;
	text-align:center;	
	}

.puce_menu {
	float:left;
	margin-top:3px;	
	padding-right:7px;
}

#zone_centrale {
	position:relative;
	left:50px;
	top:72px;
	width:900px;
	height:100%;
	background-color:transparent; 
	text-align : left;
	margin-right:20px;
}

#zone_info {
	position:relative;
	left:50px;
	top:0px;
	width:900px;
	height:100%;
	background-color:transparent; 
	text-align : left;
	margin-right:0px;
}


.liste_version {
	font-size:14px;
	font-weight:bold;
	color:#f00;	
	border-style:solid;
	border-color:#000;
	border-width:1px;
	
	}
	
#fiche_miura {
	position: relative;
	width : 510px;
	top: 10px;
	margin-top:20px;
	
	}

#zone_copyright {
 	position:absolute;
	bottom:0px;
	left:0px;
	font-size:13px;
	color:#fff;	
	height:16px;
	width:100%; 
	border-style:solid;
	border-top-width:2px;
	border-bottom-width:2px;
	border-left-width:0px;
	border-right-width:0px;
	border-color:#fff;  	
	text-align:right;
}
#under_bottom {
	position:relative;
	margin:0 auto;
	top:30px;
	width:940px;
	background-color:#fff; 
}


#login_box {
	position: relative;
	font-size:11px;
	left:5px;
	top: 5px; 
	width:280px;
	text-align :left;
	background-color:#f00;
	color:#fff;
	font-weight:bold;
	padding:2px;
	padding-top:2px;
	padding-right:5px;
	padding-left:10px;
	margin: 10px;
	margin-left:100px;
	display:none;
}

#login_box_short {
	position: relative;
	font-size:11px;
	left:5px;
	top: 5px; 
	width:170px;
	text-align :left;
	background-color:#f00;
	color:#fff;
	font-weight:bold;
	padding:2px;
	padding-top:2px;
	padding-right:5px;
	padding-left:10px;
	margin: 10px;
	margin-left:100px;
	display:none;
}

#login_box_line {
	position: relative;
	font-size:11px;
/*	left:5px;
	top: 5px; 
	width:270px; */
	text-align :left;
	background-color:#f00;
	color:#fff;
	font-weight:bold;
/*	padding:2px;
	padding-top:2px;
	padding-right:5px;
	padding-left:10px;
	margin: 10px;
	margin-left:100px;*/
}

label.overTxtLabel {
	font-weight: bold;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	color: #f00;
}

.show_login  {
	cursor: pointer;
	/*color: red;*/
}
.connection_prompt {
	color: #fff;
	font-size:13px;
	font-weight: bold;
}

.login_field {
/*	position:absolute;
	right:5px;
	margin:3px 1px 3px 1px;*/
	color:#222;
	background-color:#fff;
	border-style:solid;
	border-width:0px;
	border-color:#09A;
	width:110px;
	height:15px;
	font-size:11px;	
/*	float: right;*/
}

.login_line {
	margin-bottom:4px;
	margin-left:10px;
}

 .login_label{ 
 	width: 100px;
 }
 
.login_button {
	text-align:center;
}

.close_box {
/*	position:absolute;
	right:0px;
	top:2px; */
	width:inherit;
	height:15px;
	line-height:12px;
	text-align:right;
	cursor:pointer;
	margin-bottom:2px;
}

a.oubli_pass:hover, a.oubli_pass:link, a.oubli_pass:visited    {
	color:#fff;
	text-decoration:underline;
/*	float:right;
	margin-top:10px;
	margin-right:5px;*/
	}


.spinner {
	position: absolute;
	opacity: 0.9;
	z-index: 999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url(../img_site/spinner.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
	
#pop_window{
	position:absolute;
	left:300px;
	top: 60px; 
	width:400px;
	z-index:250;
	border-style:solid;
	border-color:#f00;
	border-width:1px;	
	background-color:#083355;	
}
#pop_window_bar{
	position:relative;
	left:0px;
	top: 0px; 
	background-color:#F00;
	text-align:right;
	width:397px;
	height:15px;
	margin:0px;
	padding:0px;
	padding-right:4px;
	z-index:252;
}
#pop_window_bar a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

#pop_msg {
	position:fixed;
	/*left:100px;*/
	top: 100px; 
	/* width:380px;*/
	text-align :center;
	background-color:#fd0;
	font-size:13px;
	padding:10px;
	color:#000;
	z-index:251;
	visibility:hidden;
}

#suite_col {
	position:absolute;
	left:50px;
	right:50px;
	top:30px;
	width:auto;
	background-color:transparent; 
	text-align : left;
}


a:link, a:visited {
	font-weight:normal;
	text-decoration:none;
	color:#007;
}

a:hover {
	color:#F30;
	text-decoration:underline;
}


.article {
	margin-bottom:8px;
	}

/* style des intertitres dans le texte
/* Noir gras sans puce */
.titre_noir {
	color:#000;	
	font-size:16px;
	font-weight:bold;
}

/* Noir gras avec puce */
.titre_noir_bullet {
	color:#000;	
	font-size:16px;
	font-weight:bold;	
}

/* Code couleur par d�faut avec puce */
.titre_color_bullet {
	color:#f00;	
	font-size:16px;
	font-weight:bold;	
	/* padding-top:8px; */
	float:left;	
	
}

/* Code couleur par d�faut sans puce */
.titre_color {
	color:#f00;
	font-size:16px;	
	font-weight:bold;		
}

.titre_fond_gris {
	color:#000;
	background-color:#eee;
	font-size:16px;	
	font-weight:bold;
	
	}

.lire_suite {
	text-align:right;
	padding-right:10px;
}

/* pour les formulaires */

.field {
/*	color:#fff;
	background-color:#083355;*/
	border-style:solid;
	border-width:0px;
	border-color:#fff;
	width:430px;
/*	height:16px;
	margin-bottom:5px; */
	font-size:13px;
}

p {margin:3px;}

/* pour les tool tips  */
.Tips2 {
	/* cursor: help; */
}

.tool-tip {
	color: #fff;
	width: 300px; 
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #eee;
	padding: 8px 8px 4px;
	background-color:#555;
}
.bfk_tips {
	cursor:pointer;
}
.bfk_tool {
	font-size: 11px;
	padding: 4px 8px 8px;
	background-color: #fe0;	
	
	}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background-color: #666;
}
.left_col {
	background-color: #e00;
	width: 180px;
	vertical-align:top;
}

/*** menu gauche ***/
#zone_menu {
	background-color:#e00;
	text-align:center;
	top:10px;
	position:fixed;
	
	}
.titre_menu, a.titre_menu, a.titre_menu:hover, a.titre_menu:visited {
	color:white;
	margin:3px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	}
#menu_gauche {
	margin:2px;	
	position: fixed;
	text-align: center;
	width:175px;
	}
.menu_text {
	background-color:#9cf;
	cursor:pointer;
	border-top-style:outset;
	color:#00d;
	}
.menu_text:hover {
	background-color:#eee;
	}
.menu_text_on {
	background-color:#fff;
	}
.menu_description {
	background-color:#fd0;
	
	}
	
.menu_description_on {
	background-color:#fff;
	
	}	
.texte_menu_gauche_on {
		background-color:#fff;
	}

/***      center col       ***/
.center_header {
	vertical-align:middle;
	background-color: #e00;
	color: white;
	text-align: center;
}

.titre_miura {
	margin-top:5px;
	float:left;
	color:#00f;
	font-weight:bold;
	font-size:16px;
	height:50px;
	width:200px;
}

.miura_nb {
	position: absolute;
	left: 375px;
	top:75px;
	font-size:24px;
	color: #f00;
	border-style: solid;
	border-width:2px;
	border-color:#000;
	height:30px;
	width:70px;
	text-align: center;
	}

#search_engine {
	position:absolute;
	left:485px;
	top:73px;
	color:#00f;
}

/*** right col  ***/
.photo_header {
	background-color:#e00; 
	vertical-align:top;
	text-align: center;
}

.photo_column {
	background-color: #e00;
	vertical-align:top;
	text-align: center;
	}

.gallerie {
	vertical-align: top;
	
	}
	

	
/*sidebar ???*/

#sidebar {
	position: absolute;
	z-index: 100;
	width: 260px;
	height:260px;
	left: 0px;
	top: 0;
}

#liste_categories {
	position: absolute;
	left:10px;
	top:10px;
	width:215px;
	font-size:13px;
	font-weight:bold;
	color: #333;
	background-color:#eee;	
	
	}

#liste_categories a {
	font-weight:bold;
	color: #333;	
	}
	
#liste_categories ul, #pieces ul {
	list-style: none;
	padding-left:10px;
}

#pieces {
	position: relative;
	left:225px;
	width:280px;
	top:10px;
	padding-left:5px;
	background-color:#fff;
	}



.photo {
	padding:4px;
}
.description_annonce {
	background-color:#ddd;
	}

.order_bar {
	background-color:#fff;
	height:22px;
	padding-top:2px;
	
}
.puce {
	float:left;
	margin-top:-2px;
}
.addToCart {
	float:right;
	cursor: pointer;
	text-decoration: underline;
}
.addedToCart {
	float:right;
	cursor: default;
}
.cart_headers {
	color:#f00;
	font-weight:bold;
	font-size:14px;
	border-bottom: solid;
}

.cart_item {	
	border-bottom: solid;
	border-width: 1px;
	}
	
#cart_content {
	color:#fff;
	margin: 3px;
}

#cart_handling {
/*	display : none; */
	color: #f00;
	margin: auto;
/*	border-style: outset;
	border-color: #fff; */
	}

.link_miura, a.link_miura {
	text-decoration:none;
	line-height:19px;
	font-weight:bold;
	font-size:14px;
	color:#000;
	}

a.link_miura:visited {
	color:#00f;
	}

.lien_noir:link {
	color:#000;
	text-decoration:none;	
	}
.lien_noir:visited {
	color:#000;
	text-decoration:none;	
	}

.leftCol {
	height: 100px;
	padding-left:10px;
	background-color:#FFE3DB;
		border-style:solid;
	border-top-width:2px;
	border-bottom-width:2px;
	border-left-width:2px;
	border-right-width:2px;
	border-color:#fff;  
	}
.tblCell {
	background-color:#F9F2CD;
			border-style:solid;
	border-top-width:2px;
	border-bottom-width:2px;
	border-left-width:2px;
	border-right-width:2px;
	border-color:#fff;  
	}
	
h2 {
	margin-top:2px;
	}
	

/* form validation */
.validation-failed {
	border: 1px solid #f00;
}
.validation-passed {
	border: 1px solid green;
	}
.validation-advice {
	margin: 2px; 
	padding: 2px; 
	color:#fff; 
	background-color:#f00;
	}
.warning {
	border: 1px solid #c66;
	}
.warning-advice {
	margin: 2px; 
	padding: 2px; 
	color:#fff; 
	background-color:#bbb;
}

.nb_miura, a.nb_miura, a.nb_miura:hover, a.nb_miura:link, a.nb_miura:visited  {
	font-size:13px;
	text-decoration: none;
	color:#ee3300;
	font-weight:bold;
}
.zoom {
	cursor: pointer;
}
.medium_zoom {
	cursor: pointer;
}
.titres_tableau {
	background-color: #ffffff;
	font-weight: bold;
/*	border-right: 3px solid #eeeeee;*/
}
.case_liste {
	border-bottom: 2px solid #FFFFFF;
	background-color:#99CCFF;
}
.category {
	background-color:#999;
	color:#fff;
	font-weight:bold;	
	padding-left:5px;
	height:30px;
}
a.version:link, a.version:visited, a.version:hover {
	text-decoration: none;
	font-weight: bold;
	color:#000000;
}
a.version:hover {
	text-decoration: underline;
	color:#000000;
}
.label_for_sale {
	width:140px;
	/* color:#00f;*/ 
	font-weight:bold;
	vertical-align:top;
}
.prix {
	font-weight:bold;
	color:#f00;
	font-size:14px;
}
-->

