/* Created by Wikiwi.be - Raphael De Naeyer */
/* Brindille */

/* General style */

* { margin:0; padding:0; border:0;}

BODY {
  margin: 0px;
  padding: 0px;
  text-align: left;
  FONT-SIZE: 12px;
  COLOR: #39050C;
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
  min-width: 650px;
  background: url(images/bg_brindille_libramont_fleurs_deco.jpg) center center;
}
A {
  COLOR: #39050C;
}
A:hover {
  COLOR: #fce255;
}
HR {
  COLOR: #fce255;
}

ul {
    margin: 15px 0px 15px 15px;
    padding: 5px;
}
li {
    margin: 5px 0px 5px 0px;
}

/* Content style */



div#principal {
	position:relative;
	width: 650px;
	height: 589px;
	text-align: left;
  	/* border: 1px solid red;*/
  	
}
div#logo_brindille_libramont {
	position:absolute;
	width: 283px;
	height: 170px;
	margin: 0px 0px 0px 0px;
	COLOR: #513624;
  	background: url(images/logo_brindille_libramont.png) no-repeat top left;
  	z-index: 99;
}
div#brindille_libramont_bande_top {
	position:absolute;
	width: 650px;
	height:  96px;
	margin: 60px 0px 0px 120px;
  	background: url(images/jardinerie_slogan_home.png) no-repeat top left;
}
div#brindille_libramont_bande_centre {
	position:absolute;
	width: 650px;
	height:  380px;
	margin: 160px 0px 0px 0px;
}
div#brindille_libramont_bande_bot {
	position:absolute;
	width: 650px;
	height:  47px;
	margin: 520px 0px 0px 0px;
    text-align: left;
}
#bg_basdroite {
	background: url(images/fleur_bg_droite.png) no-repeat bottom right;
}
#bg_basgauche {
	background: url(images/fleur_bg_gauche.png) no-repeat bottom left;
}


div#brindille_libramont_photo {
    position: absolute;
	width: 650px;
	height: 380px;
	margin: 0px 0px 0px 0px;
    background-image:  url(images/bg_brindille_libramont_photo.png);
}
div#zone_photo {
	margin: 7px;
	width: 640px;
	height: 370px;
	}

a#box_bot {
    position: relative;
    display: block;
    text-align: center;
    color: white;
	FONT-SIZE: 20px;
    font-weight: bold;
    text-decoration: none;
    line-height:30px;
	margin: 0px 0px 0px 135px;
	width: 380px;
	height: 46px;
  	background: url(images/bg_box_bot.jpg) repeat-x top left;

}
a#box_bot:hover {
    color: #fce255;
  	background: url(images/bg_box_bot_on.jpg) repeat-x top left;

}
a#box_bot p {
	margin: 8px 0px 0px 0px;
}

div#copyright {
	position: absolute;
	width: 100%; 
	height: 20px;
	bottom: 0;  
	z-index:99;
}
p#copyright{
	position:relative;
	float: right;
	text-align: right;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding-right: 20px;
	color:#775459;
	font-size: 9px;
	background-color: #450710;
}
	
p#copyright a{
	color:#775459;
	text-decoration: none;
}
p#copyright a:hover{
	color:#ffffff;
}
	
