/* CSS mise en forme du block 'central' */

#central {
	font-family: "Trebuchet ms", "Microsoft sans serif", arial, sans-serif;
	font-size:13px;
	color:#bbb;
	text-align:justify;
}
#central h1 {
	padding-top:8px;
	padding-left:14px;
	margin:0;
	font-family: Garamond, "Times New Roman", Times, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#777;
	text-align:left;
	text-decoration:none;
}
#central h2 {
	margin-top:30px;
	margin-bottom:20px;
	padding-left:23px;
	font-family: Garamond, "Times New Roman", Times, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#fed84f;
	text-align:left;
	background:url(../../images/puce-h2-rge.gif) no-repeat left bottom;
}
#central h2.sombre {
	margin-top:10px;
	margin-bottom:24px;
	padding:0;
	font-family: Garamond, "Times New Roman", Times, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#777;
	text-align:center;
	background:none;
}
#central p {
	margin-top:12px;
	margin-bottom:12px;
}
#central strong {
	font-weight:normal;
	color:#fff;  /*ou gris-jaune: #bbbd8c */	
}


/*   A   -----------------------------------------------   */

a {
	text-decoration:underline;
	color:#bbb;
}
a:hover {
	color:#fed84f;
}
a.lienCouleurNS {
	color:#fed84f;
	text-decoration:none;
}
a:hover.lienCouleurNS {
	text-decoration:underline;
}
a.lienCouleur {
	color:#fed84f;
	text-decoration:underline;
}
a.lienNS {
	color:inherit;
	text-decoration:none;
}
a:hover.lienNS {
	color:#fed84f;
	text-decoration:underline;
}
#central a.autreRubrique {
	color:#777;
	text-decoration:none;
}
#central a:hover.autreRubrique {
	color:#fed84f;
	text-decoration:underline;
}
#central a.GrosLien {
	font-family: Garamond, "Times New Roman", Times, sans-serif;
	font-size:18px;
	color:#fed84f;
	text-decoration:underline;	
}
#central a:hover.GrosLien {
	text-decoration:none;	
}
#central a.Rubr_Cat {
	font-family: Garamond, "Times New Roman", Times, sans-serif;
	font-size:18px;
	color:#bbb;
	text-decoration:none;
}
#central a:hover.Rubr_Cat {
	color:#fed84f;
	text-decoration:underline;
}
#central a img.imgReactNoir {
	border:1px solid #000;
}
#central a.imgReact { /* le a img { } ne fonctionne pas sous IE6, il faut donc rendre le <a> en block, galérise un peu la mise en page... */
	float: left;
}
#central a.imgReact:hover, #central a img.imgReactNoir:hover {
	border-color:#aaa;
}

/*   SPAN   -----------------------------------------------   */

#central .Rubrique {
	color:#fed84f;
	font-family: Garamond, "Times New Roman", Times, sans-serif;
	font-size:18px;
	text-decoration:none;	
}
#central .Promo {
	font-family: Garamond, "Times New Roman", Times, sans-serif;
	font-size:18px;
	text-decoration:line-through;	
}
#central .legende {
	font-style:italic;
	color:#999;
	font-size:11px;
}
#central .TexteCouleur {
	color:#fed84f;
}
#central .Descr_Rubr_Cat {
	font-family: Garamond, "Times New Roman", Times, sans-serif;
	font-size:14px;
	color:#666;
}
#central .asterisque {
	color:#c00;
	font-weight:bold;
}

/*   IMG   -----------------------------------------------   */

#central img.bordure, #central img.aDroite, #central img.aGauche, #central img.aDroiteMargeHB, #central a.imgReact {
	border:#444 1px solid;
}
#central img.aDroite {
	margin-left:24px;
}
#central img.aGauche {
	margin-right:24px;
}
#central img.aDroiteMargeHB {
	margin-top:14px;
	margin-bottom:14px;
	margin-left:24px;
}
#central img.titreImg {
	padding-right:10px;
}

/*   AUTRES   -----------------------------------------------   */

#central .Cell_Rubr_Cat {
	padding-left:70px;
	padding-top:50px;
	width:50%;
}
#central .Cell_Vign_Cat {
	text-align:center;
	padding-bottom:40px;
	padding-left:15px;
}
#central .MenuDeroulCat {
	color:#fed84f;
	background-color:#222;
	font-family: Garamond, "Times New Roman", Times, sans-serif;
	font-size:16px;
}
#central .MenuDeroulVersion {
	color:#bbb;
	background-color:#000;
	font-size:12px;
	font-family: "Trebuchet ms", "Microsoft sans serif", arial, sans-serif;
}
#central p.Descr_Prod {
	padding:0;
	margin:0;
}
#central p.Descr_finition {
	padding:0px;
	margin:0px 5px;
	text-align:left;
}
#central p.Descr_Prod:first-letter, #central p.Descr_finition:first-letter {
	font-family: Garamond, "Times New Roman", Times, sans-serif;
	color:#fed84f;
	font-size:160%;
	float:left;
	font-style:italic;
	padding-right:2px;
}
#central .champ1 {
	background-color:#eee;
	font-weight:bold;
	border:none;
}
#central table.commande th {
	padding:10px;
	text-align:center;
	border:1px #222 solid;
}

#central table.commande td {
	padding:5px;
	text-align:center;
	border:1px #222 solid;
}

/*   DIV   -----------------------------------------------   */

#creations_text {
	float:right;
	width:390px;
	padding-right:10px;
	text-align:right;
}
#creations {
	height:530px;
	overflow:hidden;
	background:url(../../images/fond-etudes.jpg) no-repeat top left;
	padding-left:10px;
}
#mag_dr {
	width:400px;
	float:left;
	padding-left:8px;
}
#mag_gche {
	width:354px;
	float:right;
	text-align:center;
}
#promo {
	text-align:right;
	position:relative;
	z-index:1;
	left: 600px;
	top: 0px;
	width:150px;
	height:auto;
}
#prod_dr {
	width:292px;
	min-height:384px; /* pour que le DIV prod_dr2 bien aligné avec bas grande photo */
	float:right;
	font-size:12px;
	padding-left:10px;
}
#prod_dr2 {
	width:302px;
	float:right;
	padding-left:0px;
	text-align:center;
}
#prod_gche {
	width:458px;
	float:left;
	text-align:center;
}