<!--
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;
	
	}

#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:absolute;
	left:5px;
	top: 15px; 
	width:130px;
	text-align :left;
	
}

#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:relative;
	left:0px;
	top: 0px; 
	width:380px;
	text-align :center;
	background-color:transparent;
	font-size:13px;
	padding:10px;
	color:#EE0;
	z-index:251;
}

#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;
}
.login_field {
	color:#fff;
	background-color:#083355;
	border-style:solid;
	border-width:0px;
	border-color:#09A;
	width:130px;
	height:15px;
	margin-bottom:5px;
	font-size:10px;
}
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;
}
 
.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 {
	color:white;
	margin:3px;
	text-align:center;
	}
#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;
}
/*
#sidebar ul {
	list-style: none;
}

#sidebar a, #sidebar h3.cat {
	width: 260px;
	display: block;
	padding: 3px 5px 3px 40px;
	background: url(../images/tab_small.gif) center right no-repeat; 
	margin: 5px 0;
	text-decoration: none;
}

#sidebar a {
	color: #595965;
}

#sidebar a.big, #sidebar h3.cat {
	background: url(../images/tab_big.gif) center right no-repeat; 
	padding: 4px 5px 4px 0px;
	margin: 8px 0;
}

#sidebar h3 {
	font-size: 13px;
}

#sidebar h3.cat {
	color: #cbcbcb;
	text-shadow: 1px 2px 1px #222;
}
*/



#liste_categories {
	position: absolute;
	left:10px;
	top:110px;
	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: absolute;
	left:225px;
	width:280px;
	top:100px;
	padding-left:5px;
	background-color:#fff;
	}

/*


.titre_annonce {
	float:left;
	width:520px;
	margin-left:25px;
}

.prix_de_vente {
	width:60px;
}
	
.commander {
	position:absolute;
	left:340px;
	width:80px;
	height:25px;
	cursor: pointer;
	color:#333;
	font-weight:bold;
	text-decoration: underline;
}

*/



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

.order_bar {
	background-color:#fff;
	height:24px;
	
}
.puce {
	float:left;
}
.addToCart {
	float:right;
}

.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;  
	}
	
/*	
#linkEstimations {
	position:absolute;
	top:10px;
	left:400px;
	width:160px;
	height:60px;	
	z-index:2000;
	background-color:transparent;
	}

#returnHome {
	position:absolute;
	top:10px;
	left:25px;
	width:300px;
	height:20px;	
	z-index:2001;
	font-size:13px;
	}
	
#linkEstimations2 {
	position:absolute;
	top:1750px;
	left:400px;
	width:160px;
	height:60px;	
	z-index:2000;
	background-color:transparent;
	}
	
#returnHome2 {
	position:absolute;
	top:1750px;
	left:25px;
	width:300px;
	height:20px;	
	z-index:2001;
	font-size:13px;
	}		
*/	
	h2 {
	margin-top:2px;
	}
-->
