@charset "utf-8";
/* CSS Document */

body{
	background-image: url(images/fondHaut.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x:hidden;
	font-family: Arial, Helvetica, sans-serif;
}

#ul_li{
	padding:0px;
	margin:0px;
	padding-left:16px;
	width:142px;
	list-style-image:url(images/fleche.png);
}

#ul_li li{
	border-bottom:1px dotted #999;
}
#ul_li li:hover{
	background:url(images/bg_li.png) repeat-y;
}
#ul_li a{
	display:block;
	padding-top:4px;
	padding-bottom:4px;
}
#ul_li a:hover{
	color:#AD7225;
}

.encart_produit{
	width:250px;
	min-height:160px;
	padding:10px;
	padding-bottom:12px;
	margin:8px;
	background:url(images/bg_listing.png) bottom right no-repeat;
}

#recherche{
	width:518px;
	height:24px;
	background:url(images/bg_recherche.png);
	padding:10px;
	padding-top:14px;
	padding-left:5px;
	margin:auto;
}


#contenu{
	z-index:10; 
	position:absolute;
	left:50%;
	margin-left:-485px;
	width:970px;
}
.txtBlanc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.txtRouge{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #721227;
	font-weight: bold;
}
.nbRouge{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #A51B3F;
	font-weight: bold;
}
.txtNoir{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.titreBlanc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.titreBlanc2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.txtVioletFonce{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F0C23;
	font-weight: bold;
}
.lienRouge{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #721227;
	font-weight: bold;
	text-decoration:none;
}
.lienRouge:hover{
	color:#94546b;
}

.lienGris{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: bold;
	text-decoration:none;
}
.lienGris:hover{
	color:#721227;
}

.titreBrun{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9a6517;
	font-weight: bold;
}
.titreRouge{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #721227;
	font-weight: bold;
}
.nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:#000000;
}
.nav:hover{
	font-weight: bold;
	color:#000000;
}

.recherche{
	z-index:1;
	width:200px;
	background:url(images/liste.png) no-repeat top center;
	height:20px;
}
.recherche p{
	width:190px;
	margin:0;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	height:17px;
	font-size:12px;
}
.liste_recherche{
	position:absolute;
	z-index:50;
	width:200px;
	margin:0;
	padding:0;
	display:none;
	list-style:none;
	background:url(images/liste_bas.png) bottom center;
	max-height:200px;
	overflow:auto;
	font-size:12px;
}
.liste_recherche li{
}
.liste_recherche li a{
	padding:3px;
	display:block;
	color:#000;
	text-decoration:none;
}
.liste_recherche li a:hover{
	padding:3px;
	display:block;
	color:#721227;
	text-decoration:none;
	background:#CCC;
}
#fil_ariane{
	padding-left:15px;
	font-size:11px;
	color:#721227;
}
#fil_ariane a{
	text-decoration:none;	
	color:#721227;
}
#fil_ariane a:hover{
	color:#000;
}
