/* ************************************************
 * Styles FICHE
 *
 * Ewindsurf
 * Version 1
 * Date: 26/03/2008
 *
 * Lavault Julien
 *
 **************************************************/
 
 
/* Div de contenu */
div#fiche_contenuGauche {
	display:block;
	width:200px;
	float:left;
}
div#fiche_contenuMilieu {
	float:left;
	width:20px;
	height:400px;
}
div#fiche_contenuDroite {
	width:355px;
	display:block;
	float:left;
	margin-top:10px;
}

/* Barre de titre marque et modèle */
span.bt_retour {
	display:block;
	clear:both;
	float:left;
	width:80px;
	height:22px;
	line-height:22px;
	margin:10px 0 0 20px;
	padding-left:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	color:#3399FF;
	cursor:pointer;
	background: url(../images2/bg_fiche_btRetour.gif) no-repeat left center;
}
span.bt_retour:hover {
	display:block;
	clear:both;
	float:left;
	width:90px;
	height:22px;
	line-height:22px;
	margin:10px 0 0 10px;
	padding-left:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	color:#3399FF;
	cursor:pointer;
	background: url(../images2/bg_fiche_btRetour.gif) no-repeat left center;
}

/* Titre marque et modèle */
div#fiche_titre {
	float:right;
	width:255px;
	padding-right:20px;
	text-align:right;
	text-transform: capitalize;
}
img.fiche_type {
	float:left;
	margin:0;
	padding:0;
}
	div#fiche_titre .fiche_titre_marque {
		display:block;
		height:20px;
		line-height:20px;
		margin:0;
		font-size:19px;
		font-weight:bold;
		color:#333333;
		border:none;
	}
	div#fiche_titre .fiche_titre_modele {
		display:block;
		height:20px;
		line-height:20px;
		margin:0;
		font-size:20px;
		font-weight:normal;
		color:#3399FF;
	}
	div#fiche_titre .fiche_titre_famille {
		display:block;
		height:15px;
		line-height:15px;
		margin:0;
		font-size:14px;
		font-weight:normal;
		color:#333333;
		border:none;
	}
	div#fiche_titre .fiche_titre_millesime {
		display:block;
		height:18px;
		line-height:18px;
		margin:0;
		font-size:18px;
		font-weight:bold;
		color:#666666;
		border:none;
	}
	img#image_fiche_article {
		float:left;
		margin-top:15px;
	}


/* Photo */
div#photo {
	display:block;
	clear:both;
	float:left;
	width:180px;
	height:345px;
	margin:25px 0 0 10px;
	text-align:center;
	background: url(../images2/bg_fiche_image.jpg) repeat-y left top;
}

div#photo img { margin-top:45px; }



/****** Information ******/
div.infos {
	width:350px;
	display:block;
	float:left;
	margin:10px 0 0 0;
	background: url(../images2/bg_fiche_contenu.jpg) repeat-y left top;
}
div.infos_contenu {
	width:350px;
	background: url(../images2/bg_fiche_titre.jpg) no-repeat left top;
}
div.infos_bas {
	width:350px;
	background: url(../images2/bg_fiche_contenuBas.jpg) no-repeat left bottom;
}
	
	/* Titre des cadres de contenu */
	span.titre_infos {
		margin:0 0 5px 0;
		padding:0 0 0 20px;
		line-height:34px;
		font-size:19px;
		font-weight:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#FFFFFF;
		border:none;
	}
	
	/* Les contenus texte */
	div.presse {
		padding:8px;
		text-align:justify;
	}
	div.presse p {
		padding:0 10px 10px 10px;
	}
	
	div#fiche_contenuDroite ul { margin-top:20px; }
	div#fiche_contenuDroite ul li { margin-left:0; }
	div#fiche_contenuDroite ul li a { color:#333333; }
	div#fiche_contenuDroite ul li a:hover { color:#3399FF; }
	
	
	/* Tableau des données */
	div.infos_contenu table {
		width:98%;
		margin:-10px 3px 3px 3px;
		padding:0;
		padding:0;
		font-size:10px;
	}
		div.infos_contenu table td {
			text-align:center;
			padding:0;
			margin:0;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			border-top-style: none;
			border-right-style: solid;
			border-bottom-style: none;
			border-left-style: none;
			border-top-color: #E8E8E8;
			border-right-color: #E8E8E8;
			border-bottom-color: #E8E8E8;
			border-left-color: #E8E8E8;
		}
		div.infos_contenu table tr.color {
			background-color:#DEF5FE;
		}
		div.infos_contenu table th {
			line-height:20px;
			font-weight:normal;
			font-size:10px;
			text-align:center;
			color:#3399FF;
		}
		strong.rouge{
			color:#FF0000;
		}


/* Passer commande */
div#commande {
	clear:both;
	width:200px;
	height:110px;
	margin-top:30px;
	background:no-repeat url(../images2/bg_fiche_passerCommande.jpg) left bottom;
}
	div#commande img {
		margin:0 0 0 20px;
		float:left;
	}
	div.spacer_imgCommande {
		float:left;
		width:10px;
		height:70px;
	}
	div#commande a {
		display:block;
		clear:both;
		width:170px;
		height:30px;
		line-height:30px;
		text-transform:capitalize;
		font-weight:bold;
		font-size:14px;
		text-align:center;
		color:#FFFFFF;
	}
	div#commande a:hover { color:#CCCCCC; }

/* Plus disponible à la vente */
#plus_dispo {
	clear:both;
	width:175px;
	padding:5px;
	height:38px;
	margin:70px 0 0 10px;
	border:solid 1px #FF0000;
}
	#plus_dispo span {
		color:#FF0000;
		font-weight:bold;
	}

/*********** Liste des autres articles **********/
div.spacer_fiche {
	clear:both;
	height:5px;
	width:200px;
}

p.rubrique_liste {
	display:block;
	width:330px;
	height:35px;
	line-height:35px;
	margin-left: -20px;
	padding-left:20px;
	font-size:14px;
	color: #FFFFFF;
	background: url(../images2/bg_titre_h2.jpg) no-repeat left center;
	border:none;
}

div#fiche_listeSimilaire {
	width:554px;
	padding:20px;
	background:repeat-x url(../images2/bg_contenu_separateur.jpg) left top;
}
	
	div#fiche_listeSimilaire ul {
		margin:0 0 10px 0;
		padding:0;
	}
		div#fiche_listeSimilaire ul li {
			background:none;
		}
		div#fiche_listeSimilaire ul li a {
			display:block;
			height:16px;
			line-height:16px;
			margin:0;
			padding:0 0 0 20px;
			color:#666666;
		}
		div#fiche_listeSimilaire ul li a.fiche { background: url(../images2/icon_puce1.gif) no-repeat 3px center; }
		div#fiche_listeSimilaire ul li a.rss { background: url(../images2/icon_rss.gif) no-repeat left center; }
		div#fiche_listeSimilaire ul li a:hover { color:#999999; }
		
	div.separateur_fiche_listeSimilaire {
		width:500px;
		height:5px;
		background:no-repeat url(../images2/bg_contenu_separateur2.jpg) center center;
	}
		

		
