@charset "utf-8";
/* CSS Document */

h1{
	color:#000;
	font-size:28px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
h1.h1_liste{
	color:#000;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h2{
	color:#525252;
	font-size:22px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
h2.h2_enteteFR{
	color:#525252;
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}


/*Texte*/

.txt_panier{
	padding-bottom:7px;
	color:#525252;
	font-size:11px;
}

.txt_blc_gras{
	color:#FFF;
	font-weight:bold;
}
.t_remise{
	background:#ff9900;
	font-weight:bold;
	color:#FFF;
	border-right:solid 1px #666666; 
}
.txt_remise{
	font-size:11px;
	color:#ff9900;
	font-weight:bold;
}

.txt_orange_gras{
	font-size:30px;
	font-weight:bold;
	color:#ff9900;
}

.txt_gris{
	color:#525252;
	font-size:12px;
}

.txt_pt_gris{
	color:#525252;
	font-size:10px;
}

.txt_pt_noir{
	color:#000;
	font-size:11px;
}

.txt_cat_detail{
	 background-color:#c4cbd6;
	 width:150px;
	 font-weight:bold;
}

.txt_cat_list{
	font-size:11px;
	line-height:11px;
	color: #525252;
}

/*Fonds*/

.fd_panier{
	background-image:url(/charte/header_panier/fd_panier.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	vertical-align:bottom;
}

.fd_entete{
	background-image:url(/charte/home/fd_entete.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.fd_entete_liste{
	background-image:url(/charte/liste/fd_entete_liste.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.fd_entete_detail{
	background-image:url(/charte/detail/fd_entete_detail.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.fd_degrade{
	background-image:url(/charte/home/fd_degrade.gif);
	background-repeat:no-repeat;
	background-position:center;
}

/*Liens*/
a.btn_categories:link, a.btn_categories:active, a.btn_categories:visited{
	display:block;
	width:162px;
	height:20px;
	background-image:url(/charte/header_gauche/btn_categories.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	padding-top:6px;
}

a.btn_categories:hover{
	display:block;
	width:162px;
	height:20px;
	background-image:url(/charte/header_gauche/btn_categories_on.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	padding-top:6px;
}

a.btn_categories_noroll{
	display:block;
	width:162px;
	height:20px;
	background-image:url(/charte/header_gauche/btn_categories.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	padding-top:6px;
	cursor:default;
}

.fd_cat{
	background-image:url(/charte/header_gauche/fd_categories.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:31px;
	vertical-align:top;
}

/*Form*/

input{
	color:#000;
	width:55px;
	height:16px;
	background-color:#c4cbd6;
	border:solid 1px #787878;
	font-size:11px;
	text-align:right;
}

input.liste{
	color:#000;
	width:40px;
	height:16px;
	background-color:#fff;
	border:solid 1px #000;
	font-size:11px;
	text-align:right;
}

/*Listes*/

ul{
	list-style:square outside;	
	padding-left:32px;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	color:#000;
}

/*Bordures*/

.bd_droitN{
	background-image:url(/charte/footer_droit/bd_droit.gif);
	background-position:right;
	background-repeat:repeat-y;
}

.bd_orange{
	border:solid 1px #ff9900;
}

.bd_bas_gris{
	border-bottom:solid 1px #525252;
	color: #525252;
}

.bd_droite_gris{
	border-right:solid 1px #525252;
	color: #525252;
}

.bd_gauche_gris{
	border-left:solid 1px #525252;
	color: #525252;
}

.bd_DG_gris{
	border-left:solid 1px #525252;
	border-right:solid 1px #525252;
	color: #525252;
}


/*Div*/
.div_map {
	background-color:#787878;
	position:fixed;
	margin:auto;
	height: 100%;
	width: 100%;
	filter:alpha(opacity=70);
   -moz-opacity:0.7;
	opacity: 0.7;
	left: 0px;
	top: 0px;
	z-index:2000;
	overflow:visible;
	margin:auto;
}

.div_map2 {
    position:absolute;
	display:none;
	height: 100%;
	width: 100%;
	z-index:2500;
	visibility:hidden;
	overflow: visible;
	top:0px;
	left:0px;
}
.div_map3 {
    position:absolute;
	width:100%;
	z-index:2600;
	overflow:visible;
	top:115px;
}

div.fiche_detail{
	position:absolute;
	overflow:visible;
	width:100%;
	margin:auto;
	z-index:2600;
	top:75px;
}
