/*CSS shopping17.fr V3.0
rouge : #881402
fd_textes #727A5D

*/
body {
	background-color: #5E0C00; /*white;*/
	text-align: center;
	margin: 0px 0px 1%;
	padding: 0px;
	font-family: "Tahoma", Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
img {
	border: 0px;
}
* {
	margin: 0px;
	padding: 0px;
}
p {
	text-align: left;
}
h1 {
	padding-left: 5px;
	font-size: 1.5em;
	line-height: 1.7em;
	color: white;
}
/*h1:after {
	display: block;
	margin-left: -1px;
	margin-top: -1.75em;
	color: #F60;
	content: attr(title);
}*/
h2 {
	color: #F60;
}
h3 {
	color: #363;
	padding: 5px;
	font-size: 120%;
}
h4 {
	color: #666666;
	font-weight: bold;
	font-size: 110%;
}
hr {
	display:block;
 	height: 1px;
	margin: 2px 0;
	_margin: -5px 0;
	padding: 0;
	color: white;
 	background-color: #F89159;
 	border: 0;
}
a {
	color: white;
}
a:hover {
	text-decoration: underline;
	color: white;
}
a:visited {
	color: #BBBBBB;
}
a.info, a.help {
	color: white;
	font-weight: bold;
}
a.info, a.help {
	text-decoration: none;
	position: relative;
}
a.info span, a.help span {
	display: none;
}
a.info:hover, a.help:hover {
	background: none; /* correction d'un bug IE */
	z-index: 5;
}
a.info:hover span {
	top: -50px;
	left: 50px;
	width: auto;
	font-weight: normal;
	display: inline;
	position: absolute;
	background: #F3580A;
	text-align: justify;
	color: white;
	padding: 2px;
	border: 3px double #FFFFFF;
	text-decoration: none;
}
a.help:hover span {
	top: 10px;
	left: 0px;
	width: 400px;
	font-weight: normal;
	display: inline;
	position: absolute;
	background: #F3580A;
	text-align: justify;
	color: white;
	padding: 2px;
	border: 3px double #FFFFFF;
	text-decoration: none;
}
table {
	margin-left: auto;
	margin-right: auto;
}
/*banners rotator*/
.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}
/*COMMON*/
#presentation {
	display: none;
}
.erreur {
	color: #FFFFFF;
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.result {
	color: #FFFFFF;
	background-color: #451C96;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.result a {
	color: #FFFFFF;
	text-decoration: none;
}
.result a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.result a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.champs {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 90%;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 2px;
}
.formulaire th {
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
.formulaire td {
	text-align: left;
}
.tableau {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #727A5D;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.tableau th {
	color: #FFFFFF;
	background-color: #881402;
	text-align: center;
	padding: 3px;
	font-size: 11px;
}
.tableau td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #727A5D;
	border-bottom-color: #727A5D;
	vertical-align: top;
	padding: 2px;
	text-align: left;
	font-size: 11px;
}
.textsmall {
	font-size: 85%;
	text-align: left;
	font-weight: normal;
}
.clear{
	clear: both;
	margin: 0px;
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	color: #F3580A;
}
span {
	font-weight: bold;
}
/*PAGE*/
#container {
	/*position: relative;
	background-color: white;
	width: 98%;
	background-image: url(images/top_fd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: white;*/
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
/*haut home*/
.home_header_top {
	background-image: url(images/home_header_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 150px;
}
/*.home_header_top .logo {*/
.logo {
	float: left;
	width: 150px;
	text-align: center;
}
.home_bannerstop {
	float: right;
	text-align: right;
	margin-left: 180px;
	padding-right: 5px;
}
.home_bannerstop img {
	margin-top: 10px;
	border: 1px solid #881402;
}
.home_header_bottom {
	clear: both;
	color: #F3580A;
	height: 75px;
	text-align: left;
	padding-left: 10px;
	background-image: url(images/home_header_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.home_header_bottom a:visited {
	color: white;
	text-decoration: none;
}
.home_header_date {
	background-color: #881402;
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.home_annuaire {
	background-color: #F3580A;
	width: 260px;
	vertical-align: top;
}
.home_clicpromo {
	background-color: white;
	width: 280px;
	vertical-align: top;
}
.home_cartefidelite {
	width: 260px;
	background-color: #FFC363;
	vertical-align: top;
}
.home_bannieres {
	width: 160px;
	background-color: #881402;
	color: white;
	vertical-align: top;
	padding: 10px;
}
.home_bannieres a, .home_bannieres a:visited {
	color: white;
}
.pages_header_top {
	background-image: url(images/pages_header_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 110px;
	text-align: left;
}
.pages_bannerstop {
	margin-left: 150px;
}
.pages_bannerstop img {
	border: 1px solid #881402;
}
.pages_header_bottom {
	clear: both;
	background-image: url(images/pages_header_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 57px;
	text-align: left;
	padding-left: 10px;
	color: #F3580A;
}
.pages_categories {
	height: 46px;
	background-image: url(images/pages_categories_fd.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
}
#content {
	background-color: #F3580A;
	min-height: 465px;
	margin: 0px;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 10px;
}
.fil, .filnav {
	line-height: 2em;
	/*padding-left: 15px;*/
	text-align: left;
	background-position: top;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}
/*.fil {
}
.filnav {
	font-weight: bold;
	background-color: #FFFFCC;
}*/
#pages_titre {
	float: left;
	width: 100px;
}
#pages_selects {
	width: 180px;
	margin-left: 100px;
	margin-right: 675px;
}
.selects {
	width: 170px;
	text-align: center;
	background-color: #881402;
	background-image: url(images/pages_selects_fd.jpg);
	background-repeat: repeat-y;
	background-position: left center;
}
#annuaire_scroll {
	height: 450px;
	width: 680px;
	float: right;
	overflow: auto;
}
#annuaire_scroll a {
	color: #F8BFA0;
}
#annuaire_scroll a:visited {
	color: #F89159;
}
#annonceur_scroll {
	min-height: 450px;
	width: 690px;
	float: right;
}
#pages_scroll {
	height: 450px;
	width: 860px;
	float: right;
	overflow: auto;
}
.lettres {
	width: 600px;
	text-align: justify;
	margin-right: 190px;
	margin-left: 190px;
}
.lettres p {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*annonceurs */
.annonceurs {
	text-align: left;
}
.annonceurs th {
	font-weight: normal;
	padding-right: 3px;
}	
.annonceurs td {
	font-weight: normal;
	padding-left: 3px;
}	
/*annonceur fiche*/
#annonceur .options {
	float: left;
	width: 15em;
	font-size: 90%;
}
#annonceur .options img {
	margin-bottom: 5px;
}
#annonceur .options th {
	font-weight: bold;
	text-align: left;
	padding-right: 5px;
}
#annonceur .options td {
	text-align: left;
}
#annonceur .activite {
	text-align: justify;
}
#annonceur .details p {
	text-align: left;
	padding-left: 10px;
}

.infothumbs td {
	width: 100px;
	vertical-align: top;
	background-color: white;
	text-align: center;
	font-size: 90%;
}
table.promo {
	border: 1px solid #727A5D;
	width: 350px;
	background-color: white;
	text-align: center;
}
.promo td {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.infothumbs .border {
	border: 1px solid #727A5D;
	font-weight: bold;
	color: #F60;
}
.infothumbs .selected {
	border: 2px solid #FF0000;
	font-weight: bold;
	color: #F60;
}
.promored {
	color:#FF0000;
}
.promogreen {
	color: #336633;
}
.promotext {
	color: #333333;
	font-weight: normal;
}
/*.topinfo {
	margin-left: 100px;
}*/
.recherche0 { background:#FF0; }
.recherche1 { background:#6CF; }
.recherche2 { background:#CFC; }
.recherche3 { background:#C9F; }
.recherche4 { background:#FCF; }
#footer {
	font-size: 90%;
	color: white;
	text-align: center;
	clear: both;
	padding: 5px;
	background-color: #881402;
}
#footer a, #footer a:visited {
	color: white;
}
#bonspointsform {
	background-image: url(images/ardoise_form.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	padding-top: 100px;
	margin-top: 5px;
	color: white;
	font-size: 120%;
}
#bonspointsform a {
	color: #FF6600;
}
#bonspointsform a:visited {
	color: #FF6600;
}