@charset "utf-8";
/* CSS Document */

/* IMPORT DES THEMES ET STYLES PAR DEFAUT */
@import url("styles-corps.css");
@import url("styles-menu1.css");
@import url("styles-menu3.css");
@import url("styles-recherche.css");
@import url("styles-raccourcis.css");
@import url("styles-liste-commerces.css");
@import url("styles-actualites-commerces.css");
@import url("styles-actualites.css");
@import url("styles-newsletter.css");
@import url("styles-onglets.css");
@import url("styles-outils.css");
@import url("styles-partenaires.css");
@import url("styles-pied.css");
@import url("styles-commerce.css");
@import url("styles-diapos.css");
@import url("styles-carousel.css");


body {
	margin:0;
	padding:0;
	border:0;
	background-color:#550026;
	background-image:url(../images/fond.jpg);
	background-position:center;
	background-repeat: repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	outline:none;	
}

img.titre {
	display:block;
}

#canevas {
	width:960px;
	margin:0 auto 0 auto;
	padding:0;
	display:block;
	background-color:#C6226B;
	background-image:url(../images/fond-corps-rose.png);
	background-position: center;
	background-repeat: repeat-y;
}

#banner {
	background-image:url(../images/banner-2.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:202px;
}

#banner-fr {
	background-image:url(../images/banner-fr.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:202px;
}

#banner-nl {
	background-image:url(../images/banner-nl.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:202px;
}

#banner-en {
	background-image:url(../images/banner-en.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:202px;
}


#langues {
	float:right;
	margin-right:10px
}

* html #langues {
	margin-top:5px;
	margin-right:5px;
}


#langues ul {
	list-style:none;
}

#langues ul li {
	background-color:#B8497A;
	width: 30px;
	margin-bottom:5px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
	cursor:pointer;
}

#langues ul li a {
	color:#8C003F;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

#langues ul li a:hover {
	color:#FFFFFF;
}

#langues ul li.active {
	background-color:#E391B5;
}

#langues ul li a.active {
	color:#FFFFFF;
}

#banner h1, #banner-fr h1, #banner-nl h1, #banner-en h1 { display:none; visibility:hidden; }

div#logo {
	border:0px solid red;
	padding-left:16px;
}

#logo img.logo {
	margin:11px 0 0 0;
	border:0;
}


#date {
	color: white;
	margin:22px 0 0 10px;
}


#menu {
	width:200px;
	background-color:#C6226B;
	float:left;
}


#corps {
	display:block;
	width:560px;
	float:right;
}

div#outils {
	width:200px;
	float:right;
}


div#alouer h1, div#alouer h1 a,
div#avendre h1, div#avendre h1 a,
div#avendre h1, div#aremettre h1 a {
	font-size:12px !important;
	line-height:16px;
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}

div#alouer p,
div#avendre p,
div#aremettre p {
	margin-top:4px !important;
	padding-top:0px !important;
}

h2.article {
	color:#C6226B;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px !important;
	font-weight:bold !important;
}

div.bloc {
	display:block;
	clear:both;
	padding:0;
	margin:0;
	border:0;
}

table.formulaire th {
	color:#C6226B;
	padding:8px 0 8px 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-align:left;
}

div.pub-laterale {
	padding-left:20px;
	padding-top:60px;
}

div.ligne {
	border-bottom:1px dotted #C6226B;
}

div.legende {
	display:none;
}


/* CORRECTION DES TRANSPARENTS SOUS IE6 */
* html img,
* html .png

{
	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/transp.gif"
					) : 0
				) : (
					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.currentStyle.backgroundRepeat != 'no-repeat') ? (
						this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')"
					) : 0,
					this.runtimeStyle.backgroundImage = "none"
				),this.pngSet=true
			)
		)
	);
}



