/** Corriger les bugs de la transparence d'IE6  http://www.css4design.com/blog/ie6-gerer-la-transparence-du-format-png-24-bits **/
/*
* html img,
* html .png {
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "../images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
*/
/** Recommandations du W3C http://www.w3.org/TR/CSS21/sample.html **/

html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 8px }
h1              { font-size: 1.5em; margin: .67em 0 }
h2              { font-size: 1.22em; margin: .75em 0 }
h3              { font-size: 1.13em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: normal }
h1,h2,h3,h4,h5 {
	color:#860E0F;
}
/*h1 {	font-size:20px;	font-weight: normal; }*/
/*h2 {	font-size:17px;	font-weight: normal; }
h3 {	font-size:14px;	font-weight: normal; }*/
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
img				{ border: 0px; }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th, tr      { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 10px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A"; white-space: pre-line }
center          { text-align: center }
:link, :visited { text-decoration: underline }
:focus          { outline: thin dotted invert }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}
/* Redéfinition des balises html */
html, body{
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-image: url("../images/fond_html.png");
	/*background-image: url("../images/fond_page_hiver.jpg");*/
	/*background-repeat:no-repeat;*/
	background-position:top center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	background-color: #821A1B;
}

a,a:link,a:active {
	color: #860E0F;
	text-decoration: underline;
}

a:hover {
	color: #860E0F;
	text-decoration: none;
}
strong{
	color: #860E0F;
}

/* Ids Personnalisés mise en page CSS2 */
#global{
	width:100%;
	height:100%;
	/*background-image: url("../images/fond_global.jpg");*/
	background-repeat: repeat-x;
}

#zone_html {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 995px;
	position: relative;	
}

#accroche {
	width: 995px;
	height: 170px;
	background-image: url("../images/fond_bandeau.png");
	background-position: 350px 50px;
	background-repeat: no-repeat;
}


#logo {
	width: 337px;
	height: 117px;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 4;
}



#main_nav {
	position:absolute;
	top:123px;
	left:15px;
	width:982px;
	height: 30px;
	z-index:6;
	text-align:center;
	margin:0px;
	padding:0px;
	/*padding-left:85px;*/
	z-index:99;

}
#main_nav li{
	list-style:none;
	display:block;
	float:left;
	position:relative;
}
/* menu déroulant */
#main_nav li a{
	float:left;	
}

#main_nav li ul{
	position:absolute;
	top:32px;
	left:50%;
	z-index:100;
	overflow: hidden;
	margin:0px;
	margin-left:-100px;
	padding:0px;
	width:200px;
}
#main_nav li ul li{
	clear:both;
	margin:0px;
	padding:0px;
	}

#main_nav li ul li a{
	clear:both;
	width:180px;
	padding:3px 10px;
	color:white;
	font-size:12px;
	background-color:#6F0000;
	border-bottom:solid 1px white;
	text-decoration: none;
	text-align: left;
}

#main_nav li ul li a:hover{
	background-color: #666666;
}

.main_nav_deroulant {
	width: 150px;
	position: absolute;
	z-index: 10;
	display: none;
	border-top: 0px;
}

.main_nav_deroulant ul {
	margin: 0px;
	padding: 0px;
}
/* Contenu de la page */
#content {
	height: auto;
	min-height: 363px;
	height: auto !important;
	height: 363px;
	width: 100%;
	clear: both;
	float:left;
	background-image: url("../images/fond_page.png");
	padding-top:3px;
}

#content_text {
	float: left;
	padding:0px 30px 15px;
}
#content_text h1, #content_text h2, #content_text h3,.content_text {
	clear:both;
	}

/* http://www.rw-designer.com/cursor-set/comix */
.zone_photo_article a{
		cursor: url("../images/zoom-in.cur"), wait;
	}

.zone_photo_article{
	width:500px;
	float:left;
}

.photo_liee_liste{
	float:right;
	width:70px;
	text-align:center;
}

.photo_liee_liste a{
	margin:5px 0px;	
}

.photo_liee_apercu{
	float:right;
	width:400px;
	}

#footer {
	clear: both;
	width: 995px;
	height: 34px;
	background-image: url(../images/footer.png);
	background-repeat:no-repeat;
	margin: 0px;
	padding:10px 0px 0px 0px;
	text-align: center;
	color:white;
}

#footer li {
	display: inline;
	padding:0px 5px;
}

#footer a,#footer a:link,#footer a:active {
	margin: 0px 5px 0px 5px;
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


.resultat_produit{
	width:905px;
	float:left;
	height:	86px;
	background-image: url("../images/fond_recherche.jpg");
	padding:17px;
	padding-bottom:25px;
	background-repeat:no-repeat;
	background-position: bottom left;
}
.resultat_produit img{
	float:left;
	}

.resultat_produit #gauche{
	float:left;
	width:130px;		
}

.resultat_produit #droite{
	float:left;
	padding-left:25px;
	width:734px;		
}
.resultat_produit a{
	text-decoration: none;
	color:black;
}

.resultat_produit h2 a,.resultat_produit h3 a{
	color:#860E0F;
	}
